NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/42964: Broadcom BCM 5756 doesn't work on NetBSD-5
>Number: 42964
>Category: kern
>Synopsis: Broadcom BCM 5756 doesn't work on NetBSD-5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Mar 12 19:50:00 +0000 2010
>Originator: Mustafa Dogan
>Release: NetBSD 5.0_STABLE
>Organization:
Ankara University
>Environment:
NetBSD md.dogan.biz.tr 5.0_STABLE NetBSD 5.0_STABLE (GENERIC) #0: Fri Mar 12
20:53:35 EET 2010
root%md.dogan.biz.tr@localhost:/root/OBJ/sys/arch/i386/compile/GENERIC i386
>Description:
Broadcom 5756 doesn't recognised by bge driver. While src/sys/dev/pci/if_bge.c
mentions BCM5756 in one line (line no: 2391), it doesn't have in the
bge_products[].
Could you please add BCM5756 into bge_products[]?
>How-To-Repeat:
>Fix:
--- if_bge.c.orig 2010-03-12 20:18:58.000000000 +0200
+++ if_bge.c 2010-03-12 21:47:22.000000000 +0200
@@ -413,6 +413,10 @@ static const struct bge_product {
PCI_PRODUCT_BROADCOM_BCM5755M,
"Broadcom BCM5755M Gigabit Ethernet",
},
+ { PCI_VENDOR_BROADCOM,
+ PCI_PRODUCT_BROADCOM_BCM5756,
+ "Broadcom BCM5756 Gigabit Ethernet",
+ },
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5780,
"Broadcom BCM5780 Gigabit Ethernet",
Home |
Main Index |
Thread Index |
Old Index