bge: Broadcom NetXtreme?

Joerg Sonnenberger joerg at britannica.bec.de
Fri Jan 28 01:42:37 PST 2005


On Thu, Jan 27, 2005 at 11:56:38PM +0100, M. Schatzl wrote:
> I intend to run DragonFly on a new HP machine with an onboard NIC. As
> it turned out, this flavour of Broadcom Gigabit Ethernet (NetXtreme)
> isn't currently supported by the bge module.

Try the attached patch. I'll sync the PCI ID table next week.

Joerg
Index: if_bge.c
===================================================================
RCS file: /home/joerg/wd/repository/dragonflybsd/src/sys/dev/netif/bge/if_bge.c,v
retrieving revision 1.25
diff -u -r1.25 if_bge.c
--- if_bge.c	23 Jan 2005 20:21:30 -0000	1.25
+++ if_bge.c	28 Jan 2005 09:40:16 -0000
@@ -172,6 +172,8 @@
 		"Altima AC1002 Gigabit Ethernet" },
 	{ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC9100,
 		"Altima AC9100 Gigabit Ethernet" },
+	{ PCI_VENDOR_BROADCOM, 0x1677, 
+		"Broadcom BCM5751 Gigabit Ethernet" },
 	{ 0, 0, NULL }
 };
 




More information about the Users mailing list