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/d384a56b1979
branches:  trunk
changeset: 476174:d384a56b1979
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 08 21:39:54 1999 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   8 ++++++--
 sys/dev/pci/pcidevs_data.h |  16 ++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (76 lines):

diff -r c74608adf6dc -r d384a56b1979 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Sep 08 21:39:24 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Sep 08 21:39:54 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.158 1999/09/08 21:34:33 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.159 1999/09/08 21:39:54 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.151 1999/09/08 21:33:59 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.152 1999/09/08 21:39:24 thorpej Exp 
  */
 
 /*
@@ -510,6 +510,7 @@
 #define        PCI_VENDOR_ENSONIQ      0x1274          /* Ensoniq */
 #define        PCI_VENDOR_NETAPP       0x1275          /* Network Appliance */
 #define        PCI_VENDOR_ROCKWELL     0x127a          /* Rockwell Semiconductor Systems */
+#define        PCI_VENDOR_DAVICOM      0x1282          /* Davicom Semiconductor */
 #define        PCI_VENDOR_TRITECH      0x1292          /* TriTech Microelectronics */
 #define        PCI_VENDOR_KOFAX        0x1296          /* Kofax Image Products */
 #define        PCI_VENDOR_ALTEON       0x12ae          /* Alteon */
@@ -817,6 +818,9 @@
 #define        PCI_PRODUCT_CYCLADES_CYCLOMZ_1  0x0200          /* Cyclom-Z below 1M */
 #define        PCI_PRODUCT_CYCLADES_CYCLOMZ_2  0x0201          /* Cyclom-Z above 1M */
 
+/* Davicom Semiconductor products */
+#define        PCI_PRODUCT_DAVICOM_DM9102      0x9102          /* Davicom DM9102 10/100 Ethernet */
+
 /* DEC products */
 #define        PCI_PRODUCT_DEC_21050   0x0001          /* DECchip 21050 PCI-PCI Bridge */
 #define        PCI_PRODUCT_DEC_21040   0x0002          /* DECchip 21040 (\"Tulip\") Ethernet */
diff -r c74608adf6dc -r d384a56b1979 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Sep 08 21:39:24 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Sep 08 21:39:54 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.156 1999/09/08 21:34:34 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.157 1999/09/08 21:39:55 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.151 1999/09/08 21:33:59 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.152 1999/09/08 21:39:24 thorpej Exp 
  */
 
 /*
@@ -1204,6 +1204,12 @@
            "Cyclom-Z above 1M",
        },
        {
+           PCI_VENDOR_DAVICOM, PCI_PRODUCT_DAVICOM_DM9102,
+           0,
+           "Davicom Semiconductor",
+           "Davicom DM9102 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21050,
            0,
            "Digital Equipment",
@@ -6166,6 +6172,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_DAVICOM, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Davicom Semiconductor",
+           NULL,
+       },
+       {
            PCI_VENDOR_TRITECH, 0,
            PCI_KNOWNDEV_NOPROD,
            "TriTech Microelectronics",



Home | Main Index | Thread Index | Old Index