diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-30 14:12:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-30 14:12:20 +0000 |
commit | 4fa1f9863b930df5f954d65769032cbc693c0a4b (patch) | |
tree | 5f82c5b9ce9611e6cff69c0ac136a28641490a4d /sys/dev/pci | |
parent | 198c59fa942a0a94ade307977cd96a9500caa06b (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f0567d30473..acccb73d094 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.788 2004/10/30 14:11:23 deraadt Exp + * OpenBSD: pcidevs,v 1.789 2004/10/30 14:12:16 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -741,8 +741,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_AR5201_AP 0x0207 /* AR5201 (Early) */ -#define PCI_PRODUCT_ATHEROS_AR5201_DEFAULT 0x1107 /* AR5201 (no eeprom) */ +#define PCI_PRODUCT_ATHEROS_AR5210_AP 0x0207 /* AR5210 (Early) */ +#define PCI_PRODUCT_ATHEROS_AR5210_DEFAULT 0x1107 /* AR5210 (no eeprom) */ #define PCI_PRODUCT_ATHEROS_AR5212_DEFAULT 0x1113 /* AR5212 (no eeprom) */ #define PCI_PRODUCT_ATHEROS_AR5211_DEFAULT 0x1112 /* AR5211 (no eeprom) */ #define PCI_PRODUCT_ATHEROS_AR5212_FPGA 0xf013 /* AR5212 (emulation board) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1921a4464a3..e8317831004 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.788 2004/10/30 14:11:23 deraadt Exp + * OpenBSD: pcidevs,v 1.789 2004/10/30 14:12:16 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1599,12 +1599,12 @@ static const struct pci_known_product pci_known_products[] = { "AR5212", }, { - PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5201_AP, - "AR5201 (Early)", + PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5210_AP, + "AR5210 (Early)", }, { - PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5201_DEFAULT, - "AR5201 (no eeprom)", + PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5210_DEFAULT, + "AR5210 (no eeprom)", }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5212_DEFAULT, |