Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up regenerated files (requested by chu...
details: https://anonhg.NetBSD.org/src/rev/c52cfe9758c3
branches: netbsd-1-5
changeset: 490902:c52cfe9758c3
user: he <he%NetBSD.org@localhost>
date: Tue Mar 20 17:24:03 2001 +0000
description:
Pull up regenerated files (requested by chuck):
Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
cards.
diffstat:
sys/dev/pci/pcidevs.h | 7 +++++--
sys/dev/pci/pcidevs_data.h | 22 ++++++++++++++++++++--
2 files changed, 25 insertions(+), 4 deletions(-)
diffs (67 lines):
diff -r fd887399e819 -r c52cfe9758c3 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Tue Mar 20 17:23:32 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Tue Mar 20 17:24:03 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.242.2.12 2001/02/26 21:48:58 he Exp $ */
+/* $NetBSD: pcidevs.h,v 1.242.2.13 2001/03/20 17:24:03 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.11 2000/12/31 21:20:01 jhawk Exp
+ * NetBSD: pcidevs,v 1.236.2.13 2001/03/20 17:23:32 he Exp
*/
/*
@@ -567,6 +567,9 @@
#define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595-TX 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595-MII 10/100 Ethernet */
+#define PCI_PRODUCT_3COM_3C555 0x5055 /* 3c555 10/100 MiniPCI Ethernet */
+#define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 10/100 MiniPCI Ethernet */
+#define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 10/100 MiniPCI Ethernet */
#define PCI_PRODUCT_3COM_3CSOHO100TX 0x7646 /* 3cSOHO100-TX 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C900TPO 0x9000 /* 3c900-TPO Ethernet */
#define PCI_PRODUCT_3COM_3C900COMBO 0x9001 /* 3c900-COMBO Ethernet */
diff -r fd887399e819 -r c52cfe9758c3 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Tue Mar 20 17:23:32 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Tue Mar 20 17:24:03 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.240.2.12 2001/02/26 21:48:59 he Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.240.2.13 2001/03/20 17:24:03 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.11 2000/12/31 21:20:01 jhawk Exp
+ * NetBSD: pcidevs,v 1.236.2.13 2001/03/20 17:23:32 he Exp
*/
/*
@@ -76,6 +76,24 @@
"3c595-MII 10/100 Ethernet",
},
{
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C555,
+ 0,
+ "3Com",
+ "3c555 10/100 MiniPCI Ethernet",
+ },
+ {
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556,
+ 0,
+ "3Com",
+ "3c556 10/100 MiniPCI Ethernet",
+ },
+ {
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B,
+ 0,
+ "3Com",
+ "3c556B 10/100 MiniPCI Ethernet",
+ },
+ {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CSOHO100TX,
0,
"3Com",
Home |
Main Index |
Thread Index |
Old Index