diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-31 08:12:00 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-31 08:12:00 +0000 |
commit | ad16f8384dbc08234a04049272565d72e739306f (patch) | |
tree | b4d1ea9608349435646dd2242ee12d1132cfacca | |
parent | 882a76a7fcac05e8a34238359b1d8094eef2cbe1 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1578faa2b5c..c1fc726c6b0 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.1117 2006/07/29 04:58:26 dlg Exp + * OpenBSD: pcidevs,v 1.1118 2006/07/31 08:05:40 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -755,6 +755,10 @@ #define PCI_PRODUCT_ARECA_ARC1260 0x1260 /* ARC-1260 */ #define PCI_PRODUCT_ARECA_ARC1270 0x1270 /* ARC-1270 */ #define PCI_PRODUCT_ARECA_ARC1280 0x1280 /* ARC-1280 */ +#define PCI_PRODUCT_ARECA_ARC1380 0x1380 /* ARC-1380 */ +#define PCI_PRODUCT_ARECA_ARC1381 0x1381 /* ARC-1381 */ +#define PCI_PRODUCT_ARECA_ARC1680 0x1680 /* ARC-1680 */ +#define PCI_PRODUCT_ARECA_ARC1681 0x1681 /* ARC-1681 */ /* 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 0163d052d37..ece526f3f07 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.1117 2006/07/29 04:58:26 dlg Exp + * OpenBSD: pcidevs,v 1.1118 2006/07/31 08:05:40 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1551,6 +1551,22 @@ static const struct pci_known_product pci_known_products[] = { "ARC-1280", }, { + PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1380, + "ARC-1380", + }, + { + PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1381, + "ARC-1381", + }, + { + PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1680, + "ARC-1680", + }, + { + PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1681, + "ARC-1681", + }, + { PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX88140A, "AX88140A/88141", }, |