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/4efb7ab0b74e
branches:  trunk
changeset: 472753:4efb7ab0b74e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu May 06 14:29:21 1999 +0000

description:
regen

diffstat:

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

diffs (90 lines):

diff -r 780cda87f728 -r 4efb7ab0b74e sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu May 06 14:16:07 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu May 06 14:29:21 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.121 1999/04/12 23:18:16 jonathan Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.122 1999/05/06 14:29:21 mrg Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp 
+ *     NetBSD: pcidevs,v 1.115 1999/05/06 06:17:39 mrg Exp 
  */
 
 /*
@@ -642,6 +642,7 @@
 #define        PCI_PRODUCT_ATI_MACH64_CX       0x4358          /* Mach64 CX */
 #define        PCI_PRODUCT_ATI_MACH64_ET       0x4554          /* Mach64 ET */
 #define        PCI_PRODUCT_ATI_MACH64_VT       0x4654          /* Mach64 VT */
+#define        PCI_PRODUCT_ATI_MACH64_B        0x4750          /* Mach64 B */
 #define        PCI_PRODUCT_ATI_MACH64_GT       0x4754          /* Mach64 GT */
 #define        PCI_PRODUCT_ATI_MACH64_GX       0x4758          /* Mach64 GX */
 
@@ -939,6 +940,11 @@
 #define        PCI_PRODUCT_OLICOM_OC2325       0x0012          /* Olicom OC-2325 Ethernet */
 #define        PCI_PRODUCT_OLICOM_OC2326       0x0014          /* Olicom OC-2326 10/100-TX Ethernet */
 
+/* Sun Microsystems products */
+#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 */
+
 /* NCR/Symbios Logic products */
 #define        PCI_PRODUCT_SYMBIOS_810 0x0001          /* 53c810 */
 #define        PCI_PRODUCT_SYMBIOS_820 0x0002          /* 53c820 */
diff -r 780cda87f728 -r 4efb7ab0b74e sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu May 06 14:16:07 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu May 06 14:29:21 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.119 1999/04/12 23:18:17 jonathan Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.120 1999/05/06 14:29:21 mrg Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp 
+ *     NetBSD: pcidevs,v 1.115 1999/05/06 06:17:39 mrg Exp 
  */
 
 /*
@@ -508,6 +508,12 @@
            "Mach64 VT",
        },
        {
+           PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_B,
+           0,
+           "ATI Technologies",
+           "Mach64 B",
+       },
+       {
            PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_GT,
            0,
            "ATI Technologies",
@@ -1636,6 +1642,24 @@
            "Olicom OC-2326 10/100-TX Ethernet",
        },
        {
+           PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUS,
+           0,
+           "Sun Microsystems",
+           "SPARC Ebus",
+       },
+       {
+           PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HMENETWORK,
+           0,
+           "Sun Microsystems",
+           "SUNW,hme compatible Ethernet",
+       },
+       {
+           PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SIMBA,
+           0,
+           "Sun Microsystems",
+           "Simba PCI bus",
+       },
+       {
            PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_810,
            0,
            "Symbios Logic",



Home | Main Index | Thread Index | Old Index