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/148df34cb441
branches:  trunk
changeset: 473256:148df34cb441
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu May 27 03:05:32 1999 +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 50b948114d3c -r 148df34cb441 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu May 27 02:51:19 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu May 27 03:05:32 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.129 1999/05/23 21:28:03 veego Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.130 1999/05/27 03:05:32 mrg Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.122 1999/05/23 21:26:54 veego Exp 
+ *     NetBSD: pcidevs,v 1.123 1999/05/27 02:51:19 mrg Exp 
  */
 
 /*
@@ -971,6 +971,7 @@
 #define        PCI_PRODUCT_SUN_EBUS    0x1000          /* SPARC Ebus */
 #define        PCI_PRODUCT_SUN_HMENETWORK      0x1001          /* SUNW,hme compatible Ethernet */
 #define        PCI_PRODUCT_SUN_SIMBA   0x5000          /* Simba PCI bus */
+#define        PCI_PRODUCT_SUN_US_IIi  0xa000          /* UltraSPARC IIi PCI bus */
 
 /* NCR/Symbios Logic products */
 #define        PCI_PRODUCT_SYMBIOS_810 0x0001          /* 53c810 */
diff -r 50b948114d3c -r 148df34cb441 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu May 27 02:51:19 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu May 27 03:05:32 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.127 1999/05/23 21:28:03 veego Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.128 1999/05/27 03:05:32 mrg Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.122 1999/05/23 21:26:54 veego Exp 
+ *     NetBSD: pcidevs,v 1.123 1999/05/27 02:51:19 mrg Exp 
  */
 
 /*
@@ -1816,6 +1816,12 @@
            "Simba PCI bus",
        },
        {
+           PCI_VENDOR_SUN, PCI_PRODUCT_SUN_US_IIi,
+           0,
+           "Sun Microsystems",
+           "UltraSPARC IIi PCI bus",
+       },
+       {
            PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_810,
            0,
            "Symbios Logic",



Home | Main Index | Thread Index | Old Index