summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a1189a582a8..1087d102f47 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.1280 2007/10/23 05:18:18 brad Exp
+ * OpenBSD: pcidevs,v 1.1281 2007/10/29 08:18:07 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -785,6 +785,9 @@
#define PCI_PRODUCT_ARECA_ARC1130 0x1130 /* ARC-1130 */
#define PCI_PRODUCT_ARECA_ARC1160 0x1160 /* ARC-1160 */
#define PCI_PRODUCT_ARECA_ARC1170 0x1170 /* ARC-1170 */
+#define PCI_PRODUCT_ARECA_ARC1200 0x1200 /* ARC-1200 */
+#define PCI_PRODUCT_ARECA_ARC1201 0x1201 /* ARC-1201 */
+#define PCI_PRODUCT_ARECA_ARC1202 0x1202 /* ARC-1202 */
#define PCI_PRODUCT_ARECA_ARC1210 0x1210 /* ARC-1210 */
#define PCI_PRODUCT_ARECA_ARC1220 0x1220 /* ARC-1220 */
#define PCI_PRODUCT_ARECA_ARC1230 0x1230 /* ARC-1230 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index cdbd335bb74..94c7c0c3fb5 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.1280 2007/10/23 05:18:18 brad Exp
+ * OpenBSD: pcidevs,v 1.1281 2007/10/29 08:18:07 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1604,6 +1604,18 @@ static const struct pci_known_product pci_known_products[] = {
"ARC-1170",
},
{
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1200,
+ "ARC-1200",
+ },
+ {
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1201,
+ "ARC-1201",
+ },
+ {
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1202,
+ "ARC-1202",
+ },
+ {
PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1210,
"ARC-1210",
},