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 hub...
details: https://anonhg.NetBSD.org/src/rev/676fc4a8e254
branches: netbsd-1-5
changeset: 491322:676fc4a8e254
user: he <he%NetBSD.org@localhost>
date: Mon Apr 23 22:04:37 2001 +0000
description:
Pull up regenerated files (requested by hubertf):
Support Accton EN2242 and other AmdTek AN985 compatible cards
with the tlp(4) driver.
diffstat:
sys/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (74 lines):
diff -r 2afe202b6ecb -r 676fc4a8e254 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Mon Apr 23 22:04:13 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Mon Apr 23 22:04:37 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.242.2.14 2001/03/22 02:44:38 he Exp $ */
+/* $NetBSD: pcidevs.h,v 1.242.2.15 2001/04/23 22:04:37 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.13 2001/03/20 17:23:32 he Exp
+ * NetBSD: pcidevs,v 1.236.2.14 2001/03/22 02:44:11 he Exp
*/
/*
@@ -619,6 +619,7 @@
/* Accton products */
#define PCI_PRODUCT_ACCTON_MPX5030 0x1211 /* MPX 5030/5038 Ethernet */
+#define PCI_PRODUCT_ACCTON_EN2242 0x1216 /* EN2242 10/100 Ethernet */
/* Acer products */
#define PCI_PRODUCT_ACER_M1435 0x1435 /* M1435 VL-PCI Bridge */
@@ -671,6 +672,7 @@
/* ADMtek products */
#define PCI_PRODUCT_ADMTEK_AL981 0x0981 /* ADMtek AL981 10/100 Ethernet */
+#define PCI_PRODUCT_ADMTEK_AN985 0x0985 /* ADMtek AN985 10/100 Ethernet */
/* Advanced System Products */
#define PCI_PRODUCT_ADVSYS_1200A 0x1100
diff -r 2afe202b6ecb -r 676fc4a8e254 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Mon Apr 23 22:04:13 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Mon Apr 23 22:04:37 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.240.2.14 2001/03/22 02:44:39 he Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.240.2.15 2001/04/23 22:04:37 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.13 2001/03/20 17:23:32 he Exp
+ * NetBSD: pcidevs,v 1.236.2.14 2001/03/22 02:44:11 he Exp
*/
/*
@@ -316,6 +316,12 @@
"MPX 5030/5038 Ethernet",
},
{
+ PCI_VENDOR_ACCTON, PCI_PRODUCT_ACCTON_EN2242,
+ 0,
+ "Accton Technology",
+ "EN2242 10/100 Ethernet",
+ },
+ {
PCI_VENDOR_ACER, PCI_PRODUCT_ACER_M1435,
0,
"Acer",
@@ -562,6 +568,12 @@
"ADMtek AL981 10/100 Ethernet",
},
{
+ PCI_VENDOR_ADMTEK, PCI_PRODUCT_ADMTEK_AN985,
+ 0,
+ "ADMtek",
+ "ADMtek AN985 10/100 Ethernet",
+ },
+ {
PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_1200A,
0,
"Advanced System Products",
Home |
Main Index |
Thread Index |
Old Index