Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci BCM5720 is not supported yet.
details: https://anonhg.NetBSD.org/src/rev/9bba917a6616
branches: trunk
changeset: 785292:9bba917a6616
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Mar 07 09:24:24 2013 +0000
description:
BCM5720 is not supported yet.
diffstat:
sys/dev/pci/if_bge.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 81d623c1fe76 -r 9bba917a6616 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c Thu Mar 07 08:46:54 2013 +0000
+++ b/sys/dev/pci/if_bge.c Thu Mar 07 09:24:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bge.c,v 1.211 2013/03/07 08:46:54 msaitoh Exp $ */
+/* $NetBSD: if_bge.c,v 1.212 2013/03/07 09:24:24 msaitoh Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.211 2013/03/07 08:46:54 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.212 2013/03/07 09:24:24 msaitoh Exp $");
#include "vlan.h"
@@ -404,10 +404,12 @@
PCI_PRODUCT_BROADCOM_BCM5718,
"Broadcom BCM5718 Gigabit Ethernet",
},
+#if 0
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5720,
"Broadcom BCM5720 Gigabit Ethernet",
},
+#endif
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5721,
"Broadcom BCM5721 Gigabit Ethernet",
Home |
Main Index |
Thread Index |
Old Index