summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2004-05-14 18:26:07 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2004-05-14 18:26:07 +0000
commitc3658d497737978c16ec807a0b1a46bbe6d62b58 (patch)
treeb0e05fbd9e7051766cf1b6a8ece08beb583c7f4a /sys/dev/pci
parenta2155549300a01d44ce2fcf731f89bc5b532c5e5 (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index eb8ea3b597f..d1136624e16 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.735 2004/05/14 16:35:59 henning Exp
+ * OpenBSD: pcidevs,v 1.736 2004/05/14 18:24:32 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -456,6 +456,8 @@
#define PCI_PRODUCT_ADP2_AIC7899F 0x00c5 /* AIC-7899F */
#define PCI_PRODUCT_ADP2_AIC7899 0x00cf /* AIC-7899 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_PERC_2QC 0x1364 /* Dell PERC 2/QC */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 4078e367109..5cadf353199 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.735 2004/05/14 16:35:59 henning Exp
+ * OpenBSD: pcidevs,v 1.736 2004/05/14 18:24:32 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -655,6 +655,14 @@ static const struct pci_known_product pci_known_products[] = {
"AAC-2622",
},
{
+ PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2200S,
+ "ASR-2200S",
+ },
+ {
+ PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2120S,
+ "ASR-2120S",
+ },
+ {
PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AAC364,
"AAC-364",
},