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/850f6e1612b9
branches:  trunk
changeset: 481471:850f6e1612b9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 31 18:34:51 2000 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   7 ++++---
 sys/dev/pci/pcidevs_data.h |  12 +++++++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diffs (69 lines):

diff -r d55dcf095c06 -r 850f6e1612b9 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jan 31 18:34:19 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jan 31 18:34:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.194 2000/01/25 09:06:50 haya Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.195 2000/01/31 18:34:51 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.187 2000/01/25 09:04:03 haya Exp 
+ *     NetBSD: pcidevs,v 1.188 2000/01/31 18:34:19 thorpej Exp 
  */
 
 /*
@@ -1262,12 +1262,13 @@
 #define        PCI_PRODUCT_SIS_85C496  0x0496          /* 85C496 */
 #define        PCI_PRODUCT_SIS_530HB   0x0530          /* 530 Host to PCI Bridge */
 #define        PCI_PRODUCT_SIS_85C601  0x0601          /* 85C601 */
-#define        PCI_PRODUCT_SIS_900     0x0900          /* SiS900 10/100 Ethernet */
+#define        PCI_PRODUCT_SIS_900     0x0900          /* SiS 900 10/100 Ethernet */
 #define        PCI_PRODUCT_SIS_5597_IDE        0x5513          /* 5597/5598 IDE controller */
 #define        PCI_PRODUCT_SIS_5597_HB 0x5597          /* 5597/5598 host bridge */
 #define        PCI_PRODUCT_SIS_530VGA  0x6306          /* 530 GUI Accelerator+3D */
 #define        PCI_PRODUCT_SIS_6326    0x6326          /* 6326 AGP VGA */
 #define        PCI_PRODUCT_SIS_5597_USB        0x7001          /* 5597/5598 USB host controller */
+#define        PCI_PRODUCT_SIS_7016    0x7016          /* SiS 7016 10/100 Ethernet */
 
 /* Silicon Motion products */
 #define        PCI_PRODUCT_SILMOTION_LYNX_E    0x0810          /* Lynx E */
diff -r d55dcf095c06 -r 850f6e1612b9 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jan 31 18:34:19 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jan 31 18:34:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.192 2000/01/25 09:06:51 haya Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.193 2000/01/31 18:34:51 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.187 2000/01/25 09:04:03 haya Exp 
+ *     NetBSD: pcidevs,v 1.188 2000/01/31 18:34:19 thorpej Exp 
  */
 
 /*
@@ -2923,7 +2923,7 @@
            PCI_VENDOR_SIS, PCI_PRODUCT_SIS_900,
            0,
            "Silicon Integrated System",
-           "SiS900 10/100 Ethernet",
+           "SiS 900 10/100 Ethernet",
        },
        {
            PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597_IDE,
@@ -2956,6 +2956,12 @@
            "5597/5598 USB host controller",
        },
        {
+           PCI_VENDOR_SIS, PCI_PRODUCT_SIS_7016,
+           0,
+           "Silicon Integrated System",
+           "SiS 7016 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_LYNX_E,
            0,
            "Silicon Motion",



Home | Main Index | Thread Index | Old Index