diff options
author | 2006-09-19 14:07:08 +0000 | |
---|---|---|
committer | 2006-09-19 14:07:08 +0000 | |
commit | 6d3390499258fd1392ece0a5b91d1e3c4a01547c (patch) | |
tree | ebffc6c7d21ad61f1ed3a708914cbb92f75e8975 /sys | |
parent | add atheros AR2413 and AR5413 device ids (diff) | |
download | wireguard-openbsd-6d3390499258fd1392ece0a5b91d1e3c4a01547c.tar.xz wireguard-openbsd-6d3390499258fd1392ece0a5b91d1e3c4a01547c.zip |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e9f29bf73e0..2946e4662c7 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.1143 2006/09/18 05:48:33 gwk Exp + * OpenBSD: pcidevs,v 1.1144 2006/09/19 14:06:07 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -978,6 +978,8 @@ #define PCI_PRODUCT_ATHEROS_AR5311 0x0011 /* AR5211 */ #define PCI_PRODUCT_ATHEROS_AR5211 0x0012 /* AR5211 */ #define PCI_PRODUCT_ATHEROS_AR5212 0x0013 /* AR5212 */ +#define PCI_PRODUCT_ATHEROS_AR2413 0x001a /* AR2413 */ +#define PCI_PRODUCT_ATHEROS_AR5413 0x001b /* AR5413 */ #define PCI_PRODUCT_ATHEROS_AR5424 0x001c /* AR5424 */ #define PCI_PRODUCT_ATHEROS_AR5210_AP 0x0207 /* AR5210 (Early) */ #define PCI_PRODUCT_ATHEROS_AR5212_IBM 0x1014 /* AR5212 (IBM MiniPCI) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 94270148492..3f71ec6ea5f 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.1143 2006/09/18 05:48:33 gwk Exp + * OpenBSD: pcidevs,v 1.1144 2006/09/19 14:06:07 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2391,6 +2391,14 @@ static const struct pci_known_product pci_known_products[] = { "AR5212", }, { + PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR2413, + "AR2413", + }, + { + PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5413, + "AR5413", + }, + { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5424, "AR5424", }, |