summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/ar5xxx.c4
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h18
3 files changed, 22 insertions, 7 deletions
diff --git a/sys/dev/ic/ar5xxx.c b/sys/dev/ic/ar5xxx.c
index 4a2222d4377..70ce2bfd2d6 100644
--- a/sys/dev/ic/ar5xxx.c
+++ b/sys/dev/ic/ar5xxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ar5xxx.c,v 1.47 2007/12/03 19:14:04 fgsch Exp $ */
+/* $OpenBSD: ar5xxx.c,v 1.48 2008/07/28 10:02:32 reyk Exp $ */
/*
* Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org>
@@ -68,7 +68,7 @@ static const struct {
ar5k_ar5212_attach },
{ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5416,
ar5k_ar5212_attach },
- { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5418,
+ { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5416_PCIE,
ar5k_ar5212_attach },
{ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRDAG675,
ar5k_ar5212_attach },
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 564bb60eae1..391d5501ee7 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.1392 2008/07/28 01:54:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1393 2008/07/28 09:58:24 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1116,7 +1116,10 @@
#define PCI_PRODUCT_ATHEROS_AR5413 0x001b /* AR5413 */
#define PCI_PRODUCT_ATHEROS_AR5424 0x001c /* AR5424 */
#define PCI_PRODUCT_ATHEROS_AR5416 0x0023 /* AR5416 */
-#define PCI_PRODUCT_ATHEROS_AR5418 0x0024 /* AR5418 */
+#define PCI_PRODUCT_ATHEROS_AR5416_PCIE 0x0024 /* AR5416 PCIE */
+#define PCI_PRODUCT_ATHEROS_AR9160 0x0027 /* AR9160 */
+#define PCI_PRODUCT_ATHEROS_AR9280 0x0029 /* AR9280 */
+#define PCI_PRODUCT_ATHEROS_AR9280_PCIE 0x002a /* AR9280 PCIE */
#define PCI_PRODUCT_ATHEROS_AR5210_AP 0x0207 /* AR5210 (Early) */
#define PCI_PRODUCT_ATHEROS_AR5212_IBM 0x1014 /* AR5212 (IBM MiniPCI) */
#define PCI_PRODUCT_ATHEROS_AR5210_DEFAULT 0x1107 /* AR5210 (no eeprom) */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 62a1845ea30..f5b3c8c869f 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.1392 2008/07/28 01:54:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1393 2008/07/28 09:58:24 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2844,8 +2844,20 @@ static const struct pci_known_product pci_known_products[] = {
"AR5416",
},
{
- PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5418,
- "AR5418",
+ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5416_PCIE,
+ "AR5416 PCIE",
+ },
+ {
+ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9160,
+ "AR9160",
+ },
+ {
+ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9280,
+ "AR9280",
+ },
+ {
+ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9280_PCIE,
+ "AR9280 PCIE",
},
{
PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5210_AP,