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/ee3c14b6420b
branches:  trunk
changeset: 515971:ee3c14b6420b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Oct 11 14:31:58 2001 +0000

description:
Regen.

diffstat:

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

diffs (53 lines):

diff -r 7ce6c1b70848 -r ee3c14b6420b sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Oct 11 14:30:21 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Oct 11 14:31:58 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.366 2001/10/03 12:07:08 simonb Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.367 2001/10/11 14:31:58 tron Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.361 2001/10/03 12:05:49 simonb Exp 
+ *     NetBSD: pcidevs,v 1.362 2001/10/11 14:30:21 tron Exp 
  */
 
 /*
@@ -1667,6 +1667,7 @@
 #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_735     0x0735          /* SiS 735 Host Bridge */
 #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 */
diff -r 7ce6c1b70848 -r ee3c14b6420b sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Oct 11 14:30:21 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Oct 11 14:31:58 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.364 2001/10/03 12:07:09 simonb Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.365 2001/10/11 14:31:58 tron Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.361 2001/10/03 12:05:49 simonb Exp 
+ *     NetBSD: pcidevs,v 1.362 2001/10/11 14:30:21 tron Exp 
  */
 
 /*
@@ -4900,6 +4900,12 @@
            "85C601",
        },
        {
+           PCI_VENDOR_SIS, PCI_PRODUCT_SIS_735,
+           0,
+           "Silicon Integrated System",
+           "SiS 735 Host Bridge",
+       },
+       {
            PCI_VENDOR_SIS, PCI_PRODUCT_SIS_900,
            0,
            "Silicon Integrated System",



Home | Main Index | Thread Index | Old Index