summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4bccf897904..cd0b306a7f0 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.1660 2012/11/06 17:42:49 krw Exp
+ * OpenBSD: pcidevs,v 1.1661 2012/11/17 15:42:29 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -609,6 +609,7 @@
#define PCI_PRODUCT_ADP2_AIC7892 0x008f /* AIC-7892 U160 */
#define PCI_PRODUCT_ADP2_29160 0x0080 /* AHA-29160 U160 */
#define PCI_PRODUCT_ADP2_19160B 0x0081 /* AHA-19160B U160 */
+#define PCI_PRODUCT_ADP2_2930LP 0x0082 /* AVA-2930LP */
#define PCI_PRODUCT_ADP2_3950U2B 0x0050 /* AHA-3950U2B U2 */
#define PCI_PRODUCT_ADP2_3950U2D 0x0051 /* AHA-3950U2D U2 */
#define PCI_PRODUCT_ADP2_AIC7896 0x005f /* AIC-7896/7 U2 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 547babe7f25..2024eb970e9 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.1660 2012/11/06 17:42:49 krw Exp
+ * OpenBSD: pcidevs,v 1.1661 2012/11/17 15:42:29 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -900,6 +900,10 @@ static const struct pci_known_product pci_known_products[] = {
"AHA-19160B U160",
},
{
+ PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_2930LP,
+ "AVA-2930LP",
+ },
+ {
PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_3950U2B,
"AHA-3950U2B U2",
},