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/1230b4892db4
branches:  trunk
changeset: 472794:1230b4892db4
user:      drochner <drochner%NetBSD.org@localhost>
date:      Fri May 07 15:40:57 1999 +0000

description:
regen

diffstat:

 sys/dev/pci/pcidevs.h      |   9 +++++++--
 sys/dev/pci/pcidevs_data.h |  22 ++++++++++++++++++++--
 2 files changed, 27 insertions(+), 4 deletions(-)

diffs (97 lines):

diff -r 987997586224 -r 1230b4892db4 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri May 07 15:38:40 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri May 07 15:40:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.123 1999/05/07 00:57:46 matt Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.124 1999/05/07 15:40:57 drochner Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.116 1999/05/07 00:56:46 matt Exp 
+ *     NetBSD: pcidevs,v 1.117 1999/05/07 15:38:40 drochner Exp 
  */
 
 /*
@@ -500,6 +500,7 @@
 #define        PCI_VENDOR_ASIX 0x125b          /* ASIX Electronics */
 #define        PCI_VENDOR_AURORA       0x125c          /* Aurora Technologies */
 #define        PCI_VENDOR_ESSTECH      0x125d          /* ESS Technology Inc */
+#define        PCI_VENDOR_SILMOTION    0x126f          /* Silicon Motion */
 #define        PCI_VENDOR_ENSONIQ      0x1274          /* Ensoniq */
 #define        PCI_VENDOR_NETAPP       0x1275          /* Network Appliance */
 #define        PCI_VENDOR_ROCKWELL     0x127a          /* Rockwell Semiconductor Systems */
@@ -664,6 +665,7 @@
 
 /* Bit3 products */
 #define        PCI_PRODUCT_BIT3_PCIVME617      0x0001          /* PCI-VME Interface Mod. 617 */
+#define        PCI_PRODUCT_BIT3_PCIVME618      0x0010          /* PCI-VME Interface Mod. 618 */
 #define        PCI_PRODUCT_BIT3_PCIVME2706     0x0300          /* PCI-VME Interface Mod. 2706 */
 
 /* Brooktree products */
@@ -1070,6 +1072,9 @@
 #define        PCI_PRODUCT_SIS_5597_HB 0x5597          /* 5597/5598 host bridge */
 #define        PCI_PRODUCT_SIS_5597_USB        0x7001          /* 5597/5598 USB host controller */
 
+/* Silicon Motion products */
+#define        PCI_PRODUCT_SILMOTION_LYNX_E    0x0810          /* Lynx E */
+
 /* SMC products */
 #define        PCI_PRODUCT_SMC_37C665  0x1000          /* FDC 37C665 */
 #define        PCI_PRODUCT_SMC_37C922  0x1001          /* FDC 37C922 */
diff -r 987997586224 -r 1230b4892db4 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri May 07 15:38:40 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri May 07 15:40:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.121 1999/05/07 00:57:46 matt Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.122 1999/05/07 15:40:58 drochner Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.116 1999/05/07 00:56:46 matt Exp 
+ *     NetBSD: pcidevs,v 1.117 1999/05/07 15:38:40 drochner Exp 
  */
 
 /*
@@ -580,6 +580,12 @@
            "PCI-VME Interface Mod. 617",
        },
        {
+           PCI_VENDOR_BIT3, PCI_PRODUCT_BIT3_PCIVME618,
+           0,
+           "Bit3 Computer Corp.",
+           "PCI-VME Interface Mod. 618",
+       },
+       {
            PCI_VENDOR_BIT3, PCI_PRODUCT_BIT3_PCIVME2706,
            0,
            "Bit3 Computer Corp.",
@@ -2158,6 +2164,12 @@
            "5597/5598 USB host controller",
        },
        {
+           PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_LYNX_E,
+           0,
+           "Silicon Motion",
+           "Lynx E",
+       },
+       {
            PCI_VENDOR_SMC, PCI_PRODUCT_SMC_37C665,
            0,
            "Standard Microsystems",
@@ -5542,6 +5554,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_SILMOTION, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Silicon Motion",
+           NULL,
+       },
+       {
            PCI_VENDOR_ENSONIQ, 0,
            PCI_KNOWNDEV_NOPROD,
            "Ensoniq",



Home | Main Index | Thread Index | Old Index