Module Name: src
Committed By: cegger
Date: Tue May 5 10:21:23 UTC 2009
Modified Files:
src/sys/dev/pci: if_bnx.c
Log Message:
Attach on BCM5709 chip.
XXX Firmware fails to complete initialization on this chip.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/if_bnx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_bnx.c
diff -u src/sys/dev/pci/if_bnx.c:1.26 src/sys/dev/pci/if_bnx.c:1.27
--- src/sys/dev/pci/if_bnx.c:1.26 Fri Apr 17 23:23:23 2009
+++ src/sys/dev/pci/if_bnx.c Tue May 5 10:21:22 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bnx.c,v 1.26 2009/04/17 23:23:23 dyoung Exp $ */
+/* $NetBSD: if_bnx.c,v 1.27 2009/05/05 10:21:22 cegger Exp $ */
/* $OpenBSD: if_bnx.c,v 1.43 2007/01/30 03:21:10 krw Exp $ */
/*-
@@ -35,7 +35,7 @@
#if 0
__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
#endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.26 2009/04/17 23:23:23 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.27 2009/05/05 10:21:22 cegger Exp $");
/*
* The following controllers are supported by this driver:
@@ -146,6 +146,11 @@
0, 0,
"Broadcom NetXtreme II BCM5708 1000Base-SX"
},
+ {
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5709,
+ 0, 0,
+ "Broadcom NetXtreme II BCM5709 1000Base-SX"
+ },
};
/****************************************************************************/