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/a98a5bd85f57
branches:  trunk
changeset: 526153:a98a5bd85f57
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Apr 26 14:21:28 2002 +0000

description:
Regen.

diffstat:

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

diffs (75 lines):

diff -r 7574b3ee3375 -r a98a5bd85f57 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Apr 26 14:20:59 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Apr 26 14:21:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.424 2002/04/18 20:36:30 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.425 2002/04/26 14:21:28 ad Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.419 2002/04/18 20:35:39 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.420 2002/04/26 14:20:59 ad Exp 
  */
 
 /*
@@ -727,8 +727,10 @@
 #define        PCI_PRODUCT_ADP2_AIC7899F       0x00c5          /* AIC-7899F RAID */
 #define        PCI_PRODUCT_ADP2_AIC7899P       0x00cf          /* AIC-7899P U160 */
 #define        PCI_PRODUCT_ADP2_AAC2622        0x0282          /* AAC-2622 */
+#define        PCI_PRODUCT_ADP2_ASR2200S       0x0285          /* ASR-2200S */
+#define        PCI_PRODUCT_ADP2_ASR2120S       0x0286          /* ASR-2120S */
 #define        PCI_PRODUCT_ADP2_AAC364 0x0364          /* AAC-364 */
-#define        PCI_PRODUCT_ADP2_AAC3642        0x0365          /* AAC-3642 */
+#define        PCI_PRODUCT_ADP2_ASR5400S       0x0365          /* ASR-5400S */
 #define        PCI_PRODUCT_ADP2_PERC_2QC       0x1364          /* Dell PERC 2/QC */
 /* XXX guess */
 #define        PCI_PRODUCT_ADP2_PERC_3QC       0x1365          /* Dell PERC 3/QC */
diff -r 7574b3ee3375 -r a98a5bd85f57 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Apr 26 14:20:59 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Apr 26 14:21:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.422 2002/04/18 20:36:30 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.423 2002/04/26 14:21:29 ad Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.419 2002/04/18 20:35:39 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.420 2002/04/26 14:20:59 ad Exp 
  */
 
 /*
@@ -718,16 +718,28 @@
            "AAC-2622",
        },
        {
+           PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2200S,
+           0,
+           "Adaptec (2nd PCI Vendor ID)",
+           "ASR-2200S",
+       },
+       {
+           PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2120S,
+           0,
+           "Adaptec (2nd PCI Vendor ID)",
+           "ASR-2120S",
+       },
+       {
            PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AAC364,
            0,
            "Adaptec (2nd PCI Vendor ID)",
            "AAC-364",
        },
        {
-           PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AAC3642,
+           PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR5400S,
            0,
            "Adaptec (2nd PCI Vendor ID)",
-           "AAC-3642",
+           "ASR-5400S",
        },
        {
            PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_PERC_2QC,



Home | Main Index | Thread Index | Old Index