diff options
author | adrian <adrian@FreeBSD.org> | 2011-11-11 00:48:41 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-11-11 00:48:41 +0000 |
commit | bcb4d40c08dd12ffcfd4ccb26371aba390db5296 (patch) | |
tree | 9b5bc98f80fd8c29d68043ee3dfa596ca68aae94 /sys/dev/ath/ath_hal/ah_devid.h | |
parent | c9c43aa170e051c35374bf309261fc69bbb9c482 (diff) | |
download | FreeBSD-src-bcb4d40c08dd12ffcfd4ccb26371aba390db5296.zip FreeBSD-src-bcb4d40c08dd12ffcfd4ccb26371aba390db5296.tar.gz |
Correct device id comments.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_devid.h')
-rw-r--r-- | sys/dev/ath/ath_hal/ah_devid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ah_devid.h b/sys/dev/ath/ath_hal/ah_devid.h index c7a98dd..e6bea21 100644 --- a/sys/dev/ath/ath_hal/ah_devid.h +++ b/sys/dev/ath/ath_hal/ah_devid.h @@ -73,11 +73,11 @@ /* AR5416 compatible devid's */ #define AR5416_DEVID_PCI 0x0023 /* AR5416 PCI (MB/CB) Owl */ -#define AR5416_DEVID_PCIE 0x0024 /* AR5416 PCI-E (XB) Owl */ +#define AR5416_DEVID_PCIE 0x0024 /* AR5418 PCI-E (XB) Owl */ #define AR5416_AR9130_DEVID 0x000b /* AR9130 SoC WiMAC */ #define AR9160_DEVID_PCI 0x0027 /* AR9160 PCI Sowl */ #define AR9280_DEVID_PCI 0x0029 /* AR9280 PCI Merlin */ -#define AR9280_DEVID_PCIE 0x002a /* AR9280 PCI-E Merlin */ +#define AR9280_DEVID_PCIE 0x002a /* AR9220 PCI-E Merlin */ #define AR9285_DEVID_PCIE 0x002b /* AR9285 PCI-E Kite */ #define AR2427_DEVID_PCIE 0x002c /* AR2427 PCI-E w/ 802.11n bonded out */ #define AR9287_DEVID_PCI 0x002d /* AR9227 PCI Kiwi */ |