summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2010-10-05 08:04:40 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2010-10-05 08:04:40 +0000
commit7deac2e45aa90dc439d5e5b28d6c90575d7c7c15 (patch)
tree50ede8888b0b176eedbb04410f56b0eec1040e0b /sys
parent44045b408a40f7ff14cf8e83b3d2666c4e1795f0 (diff)
regen
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 a475770f648..4903561ff09 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.1573 2010/09/29 13:28:47 oga Exp
+ * OpenBSD: pcidevs,v 1.1574 2010/10/05 08:04:10 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -856,6 +856,7 @@
#define PCI_PRODUCT_ARECA_ARC1381 0x1381 /* ARC-1381 */
#define PCI_PRODUCT_ARECA_ARC1680 0x1680 /* ARC-1680 */
#define PCI_PRODUCT_ARECA_ARC1681 0x1681 /* ARC-1681 */
+#define PCI_PRODUCT_ARECA_ARC1880 0x1880 /* ARC-1880 */
/* ASIX Electronics products */
#define PCI_PRODUCT_ASIX_AX88140A 0x1400 /* AX88140A/88141 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0bf3245488b..8b76772ddd3 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.1573 2010/09/29 13:28:47 oga Exp
+ * OpenBSD: pcidevs,v 1.1574 2010/10/05 08:04:10 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1800,6 +1800,10 @@ static const struct pci_known_product pci_known_products[] = {
"ARC-1681",
},
{
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1880,
+ "ARC-1880",
+ },
+ {
PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX88140A,
"AX88140A/88141",
},