Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regen.



details:   https://anonhg.NetBSD.org/src/rev/1d166f699999
branches:  trunk
changeset: 476181:1d166f699999
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 08 22:25:56 1999 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |  10 ++++++++--
 sys/dev/pci/pcidevs_data.h |  28 ++++++++++++++++++++++++++--
 2 files changed, 34 insertions(+), 4 deletions(-)

diffs (118 lines):

diff -r 9d40da1d3b8a -r 1d166f699999 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Sep 08 22:25:19 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Sep 08 22:25:56 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.159 1999/09/08 21:39:54 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.160 1999/09/08 22:25:56 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.152 1999/09/08 21:39:24 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp 
  */
 
 /*
@@ -517,6 +517,7 @@
 #define        PCI_VENDOR_RISCOM       0x12aa          /* RISCom */
 #define        PCI_VENDOR_PICTUREEL    0x12c5          /* Picture Elements */
 #define        PCI_VENDOR_NVIDIA_SGS   0x12d2          /* Nvidia Corporation & SGS Thomson Microelectric */
+#define        PCI_VENDOR_ADMTEK       0x1317          /* ADMtek */
 #define        PCI_VENDOR_LMC  0x1376          /* LAN Media Corporation */
 #define        PCI_VENDOR_NETGEAR      0x1385          /* Netgear */
 #define        PCI_VENDOR_DELTA        0x1500          /* Delta Electronics */
@@ -643,6 +644,9 @@
 /* Addtron Products */
 #define        PCI_PRODUCT_ADDTRON_8139        0x1360          /* 8139 Ethernet */
 
+/* ADMtek products */
+#define        PCI_PRODUCT_ADMTEK_AL981        0x0981          /* ADMtek AL981 10/100 Ethernet */
+
 /* Advanced System Products */
 #define        PCI_PRODUCT_ADVSYS_1200A        0x1100  
 #define        PCI_PRODUCT_ADVSYS_1200B        0x1200  
@@ -804,6 +808,7 @@
 /* Compex products - XXX better descriptions */
 #define        PCI_PRODUCT_COMPEX_NE2KETHER    0x1401          /* Ethernet */
 #define        PCI_PRODUCT_COMPEX_RL100ATX     0x2011          /* RL100-ATX 10/100 Ethernet */
+#define        PCI_PRODUCT_COMPEX_RL100TX      0x9881          /* RL100-TX 10/100 Ethernet */
 
 /* Contaq Microsystems products */
 #define        PCI_PRODUCT_CONTAQ_82C599       0x0600          /* 82C599 PCI-VLB Bridge */
@@ -999,6 +1004,7 @@
 
 /* Lite-On products */
 #define        PCI_PRODUCT_LITEON_82C168       0x0002          /* 82C168/82C169 (PNIC) 10/100 Ethernet */
+#define        PCI_PRODUCT_LITEON_82C115       0xc115          /* 82C115 (PNIC II) 10/100 Ethernet */
 
 /* Macronix */
 #define        PCI_PRODUCT_MACRONIX_MX98713    0x0512          /* MX98713 (PMAC) 10/100 Ethernet */
diff -r 9d40da1d3b8a -r 1d166f699999 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Sep 08 22:25:19 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Sep 08 22:25:56 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.157 1999/09/08 21:39:55 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.158 1999/09/08 22:25:56 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.152 1999/09/08 21:39:24 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp 
  */
 
 /*
@@ -484,6 +484,12 @@
            "8139 Ethernet",
        },
        {
+           PCI_VENDOR_ADMTEK, PCI_PRODUCT_ADMTEK_AL981,
+           0,
+           "ADMtek",
+           "ADMtek AL981 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_1200A,
            0,
            "Advanced System Products",
@@ -1162,6 +1168,12 @@
            "RL100-ATX 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_COMPEX, PCI_PRODUCT_COMPEX_RL100TX,
+           0,
+           "Compex",
+           "RL100-TX 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599,
            0,
            "Contaq Microsystems",
@@ -1942,6 +1954,12 @@
            "82C168/82C169 (PNIC) 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C115,
+           0,
+           "Lite-On Communications",
+           "82C115 (PNIC II) 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_MACRONIX, PCI_PRODUCT_MACRONIX_MX98713,
            0,
            "Macronix",
@@ -6214,6 +6232,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_ADMTEK, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "ADMtek",
+           NULL,
+       },
+       {
            PCI_VENDOR_LMC, 0,
            PCI_KNOWNDEV_NOPROD,
            "LAN Media Corporation",



Home | Main Index | Thread Index | Old Index