Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Regen for ticket 116.



details:   https://anonhg.NetBSD.org/src/rev/8f8ed8c5ab0f
branches:  netbsd-3
changeset: 575282:8f8ed8c5ab0f
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 07 11:31:09 2005 +0000

description:
Regen for ticket 116.

diffstat:

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

diffs (57 lines):

diff -r e67506365c03 -r 8f8ed8c5ab0f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Apr 07 11:30:23 2005 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Apr 07 11:31:09 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.702 2005/03/16 07:01:07 xtraeme Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.702.2.1 2005/04/07 11:31:09 tron Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701 2005/03/16 06:58:56 xtraeme Exp
+ *     NetBSD: pcidevs,v 1.701.2.1 2005/04/07 11:30:17 tron Exp
  */
 
 /*
@@ -1391,6 +1391,7 @@
 #define        PCI_PRODUCT_DELL_PERC_3DI_3_SUB 0x0106          /* PERC 3/Di */
 #define        PCI_PRODUCT_DELL_PERC_3DI_3_SUB2        0x011b          /* PERC 3/Di */
 #define        PCI_PRODUCT_DELL_PERC_3DI_3_SUB3        0x0121          /* PERC 3/Di */
+#define        PCI_PRODUCT_DELL_CERC_1_5       0x0291          /* CERC SATA RAID 1.5/6ch */
 
 /* Delta products */
 #define        PCI_PRODUCT_DELTA_8139  0x1360          /* 8139 Ethernet */
diff -r e67506365c03 -r 8f8ed8c5ab0f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Apr 07 11:30:23 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Apr 07 11:31:09 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.700 2005/03/16 07:01:07 xtraeme Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.700.2.1 2005/04/07 11:31:09 tron Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701 2005/03/16 06:58:56 xtraeme Exp
+ *     NetBSD: pcidevs,v 1.701.2.1 2005/04/07 11:30:17 tron Exp
  */
 
 /*
@@ -4788,6 +4788,10 @@
            "PERC 3/Di",
        },
        {
+           PCI_VENDOR_DELL, PCI_PRODUCT_DELL_CERC_1_5,
+           "CERC SATA RAID 1.5/6ch",
+       },
+       {
            PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139,
            "8139 Ethernet",
        },
@@ -10116,4 +10120,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 1950;
+const int pci_nproducts = 1951;



Home | Main Index | Thread Index | Old Index