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/5412bd74a67f
branches:  trunk
changeset: 486309:5412bd74a67f
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu May 18 13:04:27 2000 +0000

description:
regen

diffstat:

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

diffs (54 lines):

diff -r 3c92f69258c6 -r 5412bd74a67f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu May 18 13:03:31 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu May 18 13:04:27 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.224 2000/05/18 08:03:22 garbled Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.225 2000/05/18 13:04:27 drochner Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.217 2000/05/18 08:02:19 garbled Exp 
+ *     NetBSD: pcidevs,v 1.218 2000/05/18 13:03:31 drochner Exp 
  */
 
 /*
@@ -992,7 +992,7 @@
 #define        PCI_PRODUCT_IBM_OLYMPIC 0x003e          /* Token Ring */
 #define        PCI_PRODUCT_IBM_MIAMI   0x0036          /* Miami/PCI */
 #define        PCI_PRODUCT_IBM_TURBOWAYS25     0x0053          /* Turboways 25 ATM */
-produce IBM MPIC2      0xffff  MPIC-II
+#define        PCI_PRODUCT_IBM_MPIC2   0xffff          /* MPIC-II */
 
 /* IDT products */
 #define        PCI_PRODUCT_IDT_77201   0x0001          /* 77201/77211 ATM (\"NICStAR\") */
diff -r 3c92f69258c6 -r 5412bd74a67f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu May 18 13:03:31 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu May 18 13:04:27 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.222 2000/05/18 08:03:23 garbled Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.223 2000/05/18 13:04:27 drochner Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.217 2000/05/18 08:02:19 garbled Exp 
+ *     NetBSD: pcidevs,v 1.218 2000/05/18 13:03:31 drochner Exp 
  */
 
 /*
@@ -1834,6 +1834,12 @@
            "Turboways 25 ATM",
        },
        {
+           PCI_VENDOR_IBM, PCI_PRODUCT_IBM_MPIC2,
+           0,
+           "IBM",
+           "MPIC-II",
+       },
+       {
            PCI_VENDOR_IDT, PCI_PRODUCT_IDT_77201,
            0,
            "IDT",



Home | Main Index | Thread Index | Old Index