summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2013-11-08 08:44:35 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2013-11-08 08:44:35 +0000
commitced0219c5787074670fed8571c8aa8e937710180 (patch)
tree0f0f71eeba2c6a261a8eb9411c4e2d2c3464b365 /sys
parentd4b925feed5ee5aa645df2d89878d21c4866a2a2 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5a133add397..0c2ece47833 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.1694 2013/11/06 11:05:10 stsp Exp
+ * OpenBSD: pcidevs,v 1.1695 2013/11/08 08:43:48 sthen Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -921,6 +921,7 @@
#define PCI_PRODUCT_ARECA_ARC1200_B 0x1201 /* ARC-1200B */
#define PCI_PRODUCT_ARECA_ARC1202 0x1202 /* ARC-1202 */
#define PCI_PRODUCT_ARECA_ARC1210 0x1210 /* ARC-1210 */
+#define PCI_PRODUCT_ARECA_ARC1214 0x1214 /* ARC-1214 */
#define PCI_PRODUCT_ARECA_ARC1220 0x1220 /* ARC-1220 */
#define PCI_PRODUCT_ARECA_ARC1230 0x1230 /* ARC-1230 */
#define PCI_PRODUCT_ARECA_ARC1260 0x1260 /* ARC-1260 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 17e3cbe1f61..f46ab1bfd0b 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.1694 2013/11/06 11:05:10 stsp Exp
+ * OpenBSD: pcidevs,v 1.1695 2013/11/08 08:43:48 sthen Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2008,6 +2008,10 @@ static const struct pci_known_product pci_known_products[] = {
"ARC-1210",
},
{
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1214,
+ "ARC-1214",
+ },
+ {
PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1220,
"ARC-1220",
},