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/8cb7750eeeb9
branches:  trunk
changeset: 514273:8cb7750eeeb9
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Aug 27 08:03:37 2001 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   7 ++++---
 sys/dev/pci/pcidevs_data.h |  12 +++++++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 1c630e07698c -r 8cb7750eeeb9 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Aug 27 08:02:52 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Aug 27 08:03:37 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.352 2001/08/23 03:42:26 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.353 2001/08/27 08:03:37 ad Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.347 2001/08/23 03:41:36 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.348 2001/08/27 08:02:52 ad Exp 
  */
 
 /*
@@ -1062,7 +1062,8 @@
 #define        PCI_PRODUCT_DLINK_DL4000        0x4000          /* DL-4000 Gigabit Ethernet */
 
 /* Distributed Processing Technology products */
-#define        PCI_PRODUCT_DPT_SC_RAID 0xa400          /* SmartCache/SmartRAID */
+#define        PCI_PRODUCT_DPT_SC_RAID 0xa400          /* SmartCache/SmartRAID (EATA) */
+#define        PCI_PRODUCT_DPT_I960_PPB        0xa500          /* PCI-PCI Bridge */
 #define        PCI_PRODUCT_DPT_RAID_I2O        0xa501          /* SmartRAID (I2O) */
 #define        PCI_PRODUCT_DPT_MEMCTLR 0x1012          /* Memory Controller */
 
diff -r 1c630e07698c -r 8cb7750eeeb9 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Aug 27 08:02:52 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Aug 27 08:03:37 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.350 2001/08/23 03:42:27 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.351 2001/08/27 08:03:37 ad Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.347 2001/08/23 03:41:36 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.348 2001/08/27 08:02:52 ad Exp 
  */
 
 /*
@@ -2227,7 +2227,13 @@
            PCI_VENDOR_DPT, PCI_PRODUCT_DPT_SC_RAID,
            0,
            "Distributed Processing Technology",
-           "SmartCache/SmartRAID",
+           "SmartCache/SmartRAID (EATA)",
+       },
+       {
+           PCI_VENDOR_DPT, PCI_PRODUCT_DPT_I960_PPB,
+           0,
+           "Distributed Processing Technology",
+           "PCI-PCI Bridge",
        },
        {
            PCI_VENDOR_DPT, PCI_PRODUCT_DPT_RAID_I2O,



Home | Main Index | Thread Index | Old Index