diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2008-08-27 23:33:54 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2008-08-27 23:33:54 +0000 |
| commit | c91633d366e93209ad7b1e4c7838a2a222bbf60b (patch) | |
| tree | fd67f08733b960b5e81ac1f91057581244544dfc /ah_devid.h | |
| parent | bca9f650b13e3f3198cff5a12c02200f5e523c7e (diff) | |
Notes
Diffstat (limited to 'ah_devid.h')
| -rw-r--r-- | ah_devid.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ah_devid.h b/ah_devid.h index c4bd28c2c2e0..e942cdb396ba 100644 --- a/ah_devid.h +++ b/ah_devid.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2006 Sam Leffler, Errno Consulting, Atheros + * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting, Atheros * Communications, Inc. All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -33,7 +33,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGES. * - * $Id: //depot/sw/branches/sam_hal/ah_devid.h#2 $ + * $Id: //depot/sw/branches/sam_hal/ah_devid.h#5 $ */ #ifndef _DEV_ATH_DEVID_H_ @@ -70,7 +70,8 @@ #define AR5212_AR2313_REV8 0x0058 /* AR2313 WMAC (AP43-030) */ #define AR5212_AR2315_REV6 0x0086 /* AR2315 WMAC (AP51-Light) */ #define AR5212_AR2315_REV7 0x0087 /* AR2315 WMAC (AP51-Full) */ -#define AR5212_AR2317_REV1 0x0091 /* AR2317 WMAC (AP61) */ +#define AR5212_AR2317_REV1 0x0090 /* AR2317 WMAC (AP61-Light) */ +#define AR5212_AR2317_REV2 0x0091 /* AR2317 WMAC (AP61-Full) */ /* AR5212 compatible devid's also attach to 5212 */ #define AR5212_DEVID_0014 0x0014 @@ -82,6 +83,7 @@ #define AR5212_AR2413 0x001a /* AR2413 aka Griffin-lite */ #define AR5212_AR5413 0x001b /* Eagle */ #define AR5212_AR5424 0x001c /* Condor (PCI express) */ +#define AR5212_AR2417 0x001d /* Nala, PCI */ #define AR5212_DEVID_FF19 0xff19 /* XXX PCI express */ /* AR5213 */ |
