diff options
Diffstat (limited to 'sys/contrib/dev/ath/ah_devid.h')
-rw-r--r-- | sys/contrib/dev/ath/ah_devid.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/contrib/dev/ath/ah_devid.h b/sys/contrib/dev/ath/ah_devid.h index 0d0e2da..c4bd28c 100644 --- a/sys/contrib/dev/ath/ah_devid.h +++ b/sys/contrib/dev/ath/ah_devid.h @@ -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#1 $ + * $Id: //depot/sw/branches/sam_hal/ah_devid.h#2 $ */ #ifndef _DEV_ATH_DEVID_H_ @@ -88,6 +88,12 @@ #define AR5213_SREV_1_0 0x0055 #define AR5213_SREV_REG 0x4020 +/* AR5416 */ +#define AR5416_DEVID_EMU_PCI 0xff1d /* PCI Owl Emulation*/ +#define AR5416_DEVID_EMU_PCIE 0xff1c /* PCIe Owl Emulation*/ +#define AR5416_DEVID 0x0023 /* PCI (MB/CB) */ +#define AR5418_DEVID 0x0024 /* PCI Express (XB) */ + #define AR_SUBVENDOR_ID_NOG 0x0e11 /* No 11G subvendor ID */ #define AR_SUBVENDOR_ID_NEW_A 0x7065 /* Update device to new RD */ #endif /* _DEV_ATH_DEVID_H */ |