Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Regen.



details:   https://anonhg.NetBSD.org/src/rev/d34531ea7425
branches:  netbsd-1-5
changeset: 490018:d34531ea7425
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 30 23:28:17 2000 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |  16 ++++++++++-
 sys/dev/pci/pcidevs_data.h |  64 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 76 insertions(+), 4 deletions(-)

diffs (118 lines):

diff -r fe5a66b3170f -r d34531ea7425 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Oct 30 23:27:35 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Oct 30 23:28:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.242.2.9 2000/10/19 13:56:13 he Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.242.2.10 2000/10/30 23:28:17 tv Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.9 2000/10/19 13:55:24 he Exp 
+ *     NetBSD: pcidevs,v 1.236.2.10 2000/10/30 23:27:35 tv Exp 
  */
 
 /*
@@ -1272,6 +1272,18 @@
 /* PC Tech products */
 #define        PCI_PRODUCT_PCTECH_RZ1000       0x1000          /* RZ1000 */
 
+/* Pequr products */
+#define        PCI_PRODUCT_PEQUR_ROSB4 0x0200          /* ROSB4 SouthBridge */
+#define        PCI_PRODUCT_PEQUR_XX5   0x0005          /* PCIHB5 */
+#define        PCI_PRODUCT_PEQUR_CIOB20        0x0006          /* I/O Bridge */
+#define        PCI_PRODUCT_PEQUR_XX7   0x0007          /* PCIHB7 */
+#define        PCI_PRODUCT_PEQUR_CNB20HE       0x0008          /* CNB20HE Host */
+#define        PCI_PRODUCT_PEQUR_CNB20LE       0x0009          /* CNB20LE Host */
+#define        PCI_PRODUCT_PEQUR_CIOB30        0x0010          /* CIOB30 */
+#define        PCI_PRODUCT_PEQUR_CMIC_HE       0x0011          /* CMIC_HE Host */
+#define        PCI_PRODUCT_PEQUR_IDE   0x0211          /* IDE */
+#define        PCI_PRODUCT_PEQUR_USB   0x0220          /* USB */
+
 /* PLX Technology products */
 #define        PCI_PRODUCT_PLX_9060ES  0x906e          /* 9060ES PCI bus controller */
 
diff -r fe5a66b3170f -r d34531ea7425 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Oct 30 23:27:35 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Oct 30 23:28:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.240.2.9 2000/10/19 13:56:12 he Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.240.2.10 2000/10/30 23:28:18 tv Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.9 2000/10/19 13:55:24 he Exp 
+ *     NetBSD: pcidevs,v 1.236.2.10 2000/10/30 23:27:35 tv Exp 
  */
 
 /*
@@ -3070,6 +3070,66 @@
            "RZ1000",
        },
        {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_ROSB4,
+           0,
+           "Pequr Technology",
+           "ROSB4 SouthBridge",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_XX5,
+           0,
+           "Pequr Technology",
+           "PCIHB5",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_CIOB20,
+           0,
+           "Pequr Technology",
+           "I/O Bridge",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_XX7,
+           0,
+           "Pequr Technology",
+           "PCIHB7",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_CNB20HE,
+           0,
+           "Pequr Technology",
+           "CNB20HE Host",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_CNB20LE,
+           0,
+           "Pequr Technology",
+           "CNB20LE Host",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_CIOB30,
+           0,
+           "Pequr Technology",
+           "CIOB30",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_CMIC_HE,
+           0,
+           "Pequr Technology",
+           "CMIC_HE Host",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_IDE,
+           0,
+           "Pequr Technology",
+           "IDE",
+       },
+       {
+           PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_USB,
+           0,
+           "Pequr Technology",
+           "USB",
+       },
+       {
            PCI_VENDOR_PLX, PCI_PRODUCT_PLX_9060ES,
            0,
            "PLX Technology",



Home | Main Index | Thread Index | Old Index