summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-07-29 05:02:11 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-07-29 05:02:11 +0000
commitd7ff7ad916f39ed0453d8acfc5c6d57c6758dc85 (patch)
tree548275436954969999a41d00dce4fb6d3970d39b /sys/dev/pci
parent303585359eec04ea9c962599dfe94ee07cc7b407 (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-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 a7f11a33ce7..1578faa2b5c 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.1116 2006/07/28 20:29:11 brad Exp
+ * OpenBSD: pcidevs,v 1.1117 2006/07/29 04:58:26 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -748,10 +748,13 @@
#define PCI_PRODUCT_ARECA_ARC1120 0x1120 /* ARC-1120 */
#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_ARC1210 0x1210 /* ARC-1210 */
#define PCI_PRODUCT_ARECA_ARC1220 0x1220 /* ARC-1220 */
#define PCI_PRODUCT_ARECA_ARC1230 0x1230 /* ARC-1230 */
#define PCI_PRODUCT_ARECA_ARC1260 0x1260 /* ARC-1260 */
+#define PCI_PRODUCT_ARECA_ARC1270 0x1270 /* ARC-1270 */
+#define PCI_PRODUCT_ARECA_ARC1280 0x1280 /* ARC-1280 */
/* 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 ae8382a0206..0163d052d37 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.1116 2006/07/28 20:29:11 brad Exp
+ * OpenBSD: pcidevs,v 1.1117 2006/07/29 04:58:26 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1523,6 +1523,10 @@ static const struct pci_known_product pci_known_products[] = {
"ARC-1160",
},
{
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1170,
+ "ARC-1170",
+ },
+ {
PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1210,
"ARC-1210",
},
@@ -1539,6 +1543,14 @@ static const struct pci_known_product pci_known_products[] = {
"ARC-1260",
},
{
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1270,
+ "ARC-1270",
+ },
+ {
+ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1280,
+ "ARC-1280",
+ },
+ {
PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX88140A,
"AX88140A/88141",
},