DragonFly BSD
DragonFly users List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: bge: Broadcom NetXtreme?


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 28 Jan 2005 10:41:18 +0100
Mail-followup-to: users@crater.dragonflybsd.org

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 }
 };
 


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]