This commit is contained in:
ad 2001-08-27 08:03:37 +00:00
parent 8fb0b8c6dc
commit ffb2d70070
2 changed files with 13 additions and 6 deletions

View File

@ -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 */

View File

@ -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 @@ const struct pci_knowndev pci_knowndevs[] = {
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,