diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-01 07:46:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-01 07:46:36 +0000 |
commit | b2dba90ce8c0edcf8bae87fee000eb7acf4507fb (patch) | |
tree | b67e226d2c32f6ae69a2aa8ca014ef8da5bb57a1 | |
parent | 3706bc86c2832ec22145af3a6a8210f9d7d94348 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1bd6a656b81..f9600a4b3a1 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.470 2001/11/29 17:10:57 mickey Exp + * OpenBSD: pcidevs,v 1.471 2001/12/01 07:45:53 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1112,6 +1112,7 @@ #define PCI_PRODUCT_DPT_SC_RAID 0xa400 /* SmartCache/Raid */ #define PCI_PRODUCT_DPT_I960_PPB 0xa500 /* PCI-PCI bridge */ #define PCI_PRODUCT_DPT_RAID_I2O 0xa501 /* SmartRAID (I2O) */ +#define PCI_PRODUCT_DPT_2005S 0xa511 /* SmartRAID 2005S */ #define PCI_PRODUCT_DPT_MEMCTLR 0x1012 /* Memory Controller */ /* Dolphin products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 36239018273..2ff4566531a 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.470 2001/11/29 17:10:57 mickey Exp + * OpenBSD: pcidevs,v 1.471 2001/12/01 07:45:53 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1675,6 +1675,10 @@ static const struct pci_known_product pci_known_products[] = { "SmartRAID (I2O)", }, { + PCI_VENDOR_DPT, PCI_PRODUCT_DPT_2005S, + "SmartRAID 2005S", + }, + { PCI_VENDOR_DPT, PCI_PRODUCT_DPT_MEMCTLR, "Memory Controller", }, |