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/a4fe0192cc8f
branches:  trunk
changeset: 474070:a4fe0192cc8f
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sun Jun 27 15:15:00 1999 +0000

description:
regen

diffstat:

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

diffs (140 lines):

diff -r ad8270647ce2 -r a4fe0192cc8f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sun Jun 27 15:13:54 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Sun Jun 27 15:15:00 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.138 1999/06/19 04:51:42 augustss Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.139 1999/06/27 15:15:00 drochner Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.131 1999/06/19 04:49:52 augustss Exp 
+ *     NetBSD: pcidevs,v 1.132 1999/06/27 15:13:54 drochner Exp 
  */
 
 /*
@@ -510,10 +510,12 @@
 #define        PCI_VENDOR_PICTUREEL    0x12c5          /* Picture Elements */
 #define        PCI_VENDOR_NVIDIA_SGS   0x12d2          /* Nvidia Corporation & SGS Thomson Microelectric */
 #define        PCI_VENDOR_LMC  0x1376          /* LAN Media Corporation */
+#define        PCI_VENDOR_DELTA        0x1500          /* Delta Electronics */
 #define        PCI_VENDOR_SYMPHONY2    0x1c1c          /* Symphony Labs (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_TEKRAM2      0x1de1          /* Tekram Technology (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_3DLABS       0x3d3d          /* 3D Labs */
 #define        PCI_VENDOR_AVANCE2      0x4005          /* Avance Logic (2nd PCI Vendor ID) */
+#define        PCI_VENDOR_ADDTRON      0x4033          /* Addtron Technology */
 #define        PCI_VENDOR_NETVIN       0x4a14          /* NetVin */
 #define        PCI_VENDOR_BUSLOGIC2    0x4b10          /* Buslogic (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_S3   0x5333          /* S3 */
@@ -579,6 +581,9 @@
 #define        PCI_PRODUCT_ACARD_AEC6712D      0x8040          /* AEC6712D SCSI */
 #define        PCI_PRODUCT_ACARD_AEC6712SUW    0x8050          /* AEC6712SUW SCSI */
 
+/* Accton products */
+#define        PCI_PRODUCT_ACCTON_MPX5030      0x1211          /* MPX 5030/5038 Ethernet */
+
 /* Acer products */
 #define        PCI_PRODUCT_ACER_M1435  0x1435          /* M1435 VL-PCI Bridge */
 
@@ -620,6 +625,9 @@
 #define        PCI_PRODUCT_ADP2_3940U2 0x0050          /* AHA-3940 Ultra2 */
 #define        PCI_PRODUCT_ADP2_7896   0x005f          /* AIC-7896/7 */
 
+/* Addtron Products */
+#define        PCI_PRODUCT_ADDTRON_8139        0x1360          /* 8139 Ethernet */
+
 /* Advanced System Products */
 #define        PCI_PRODUCT_ADVSYS_1200A        0x1100  
 #define        PCI_PRODUCT_ADVSYS_1200B        0x1200  
@@ -807,6 +815,9 @@
 #define        PCI_PRODUCT_DEC_21153   0x0025          /* DECchip 21153 PCI-PCI Bridge */
 #define        PCI_PRODUCT_DEC_21154   0x0026          /* DECchip 21154 PCI-PCI Bridge */
 
+/* Delta products */
+#define        PCI_PRODUCT_DELTA_8139  0x1360          /* 8139 Ethernet */
+
 /* Diamond products */
 #define        PCI_PRODUCT_DIAMOND_VIPER       0x9001          /* Viper/PCI */
 
diff -r ad8270647ce2 -r a4fe0192cc8f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sun Jun 27 15:13:54 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sun Jun 27 15:15:00 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.136 1999/06/19 04:51:42 augustss Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.137 1999/06/27 15:15:00 drochner Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.131 1999/06/19 04:49:52 augustss Exp 
+ *     NetBSD: pcidevs,v 1.132 1999/06/27 15:13:54 drochner Exp 
  */
 
 /*
@@ -244,6 +244,12 @@
            "AEC6712SUW SCSI",
        },
        {
+           PCI_VENDOR_ACCTON, PCI_PRODUCT_ACCTON_MPX5030,
+           0,
+           "Accton Technology",
+           "MPX 5030/5038 Ethernet",
+       },
+       {
            PCI_VENDOR_ACER, PCI_PRODUCT_ACER_M1435,
            0,
            "Acer",
@@ -448,6 +454,12 @@
            "AIC-7896/7",
        },
        {
+           PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_8139,
+           0,
+           "Addtron Technology",
+           "8139 Ethernet",
+       },
+       {
            PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_1200A,
            0,
            "Advanced System Products",
@@ -1246,6 +1258,12 @@
            "DECchip 21154 PCI-PCI Bridge",
        },
        {
+           PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139,
+           0,
+           "Delta Electronics",
+           "8139 Ethernet",
+       },
+       {
            PCI_VENDOR_DIAMOND, PCI_PRODUCT_DIAMOND_VIPER,
            0,
            "Diamond Computer Systems",
@@ -5908,6 +5926,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_DELTA, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Delta Electronics",
+           NULL,
+       },
+       {
            PCI_VENDOR_SYMPHONY2, 0,
            PCI_KNOWNDEV_NOPROD,
            "Symphony Labs (2nd PCI Vendor ID)",
@@ -5932,6 +5956,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_ADDTRON, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Addtron Technology",
+           NULL,
+       },
+       {
            PCI_VENDOR_NETVIN, 0,
            PCI_KNOWNDEV_NOPROD,
            "NetVin",



Home | Main Index | Thread Index | Old Index