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/8903b70aa0ea
branches:  trunk
changeset: 487434:8903b70aa0ea
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Jun 07 19:53:17 2000 +0000

description:
Regen.

diffstat:

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

diffs (76 lines):

diff -r 3714f81a10ad -r 8903b70aa0ea sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Jun 07 19:52:07 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Jun 07 19:53:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.235 2000/06/07 09:55:22 mrg Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.236 2000/06/07 19:53:17 ad Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.229 2000/06/07 09:52:16 mrg Exp 
+ *     NetBSD: pcidevs,v 1.230 2000/06/07 19:52:07 ad Exp 
  */
 
 /*
@@ -525,6 +525,7 @@
 #define        PCI_VENDOR_LMC  0x1376          /* LAN Media Corporation */
 #define        PCI_VENDOR_CONEXANT     0x14f1          /* Conexant Systems */
 #define        PCI_VENDOR_NETGEAR      0x1385          /* Netgear */
+#define        PCI_VENDOR_3WARE        0x13c1          /* 3ware */
 #define        PCI_VENDOR_SUNDANCETI   0x13f0          /* Sundance Technology */
 #define        PCI_VENDOR_CMEDIA       0x13f6          /* C-Media Electronics Inc */
 #define        PCI_VENDOR_DELTA        0x1500          /* Delta Electronics */
@@ -595,6 +596,9 @@
 #define        PCI_PRODUCT_3DLABS_500MX        0x0006          /* GLINT 500MX */
 #define        PCI_PRODUCT_3DLABS_PERMEDI2     0x0007          /* GLINT Permedia 2 */
 
+/* 3ware products */
+#define        PCI_PRODUCT_3WARE_ESCALADE      0x1000          /* Escalade IDE RAID */
+
 /* ACC Products */
 #define        PCI_PRODUCT_ACC_2188    0x0000          /* ACCM 2188 VL-PCI Bridge */
 #define        PCI_PRODUCT_ACC_2051_HB 0x2051          /* 2051 PCI Single Chip Solution (host bridge) */
diff -r 3714f81a10ad -r 8903b70aa0ea sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Jun 07 19:52:07 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Jun 07 19:53:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.233 2000/06/07 09:55:23 mrg Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.234 2000/06/07 19:53:18 ad Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.229 2000/06/07 09:52:16 mrg Exp 
+ *     NetBSD: pcidevs,v 1.230 2000/06/07 19:52:07 ad Exp 
  */
 
 /*
@@ -220,6 +220,12 @@
            "GLINT Permedia 2",
        },
        {
+           PCI_VENDOR_3WARE, PCI_PRODUCT_3WARE_ESCALADE,
+           0,
+           "3ware",
+           "Escalade IDE RAID",
+       },
+       {
            PCI_VENDOR_ACC, PCI_PRODUCT_ACC_2188,
            0,
            "ACC Microelectronics",
@@ -7018,6 +7024,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_3WARE, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "3ware",
+           NULL,
+       },
+       {
            PCI_VENDOR_SUNDANCETI, 0,
            PCI_KNOWNDEV_NOPROD,
            "Sundance Technology",



Home | Main Index | Thread Index | Old Index