diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-09-19 17:49:14 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-09-19 17:49:14 +0000 |
commit | c63c5073038ac00d3c350e9fd6dcb1b8a4d07685 (patch) | |
tree | ecaecce32ddc0b6be334cdac9e4a602a859e4610 /sys/dev/ic/ar5xxx.h | |
parent | d481e84ecd1cd32131e9a1a20472829b804f480c (diff) |
attach and enable the newer chipset generations AR2413, AR5413, and
AR5424. unlike the previous chipset generations, these chipsets are
single chip solutions. the AR5424 is a PCI Express chipset as found in
various intel Macs.
support is still incomplete- 11a mode works and 11b mode is rx-only. i
need some more test reports, hardware donations (there are several
different subrevisions) and time to finish it.
thanks for help from kettenis@
"of course!" deraadt@
Diffstat (limited to 'sys/dev/ic/ar5xxx.h')
-rw-r--r-- | sys/dev/ic/ar5xxx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index fb0116a2168..15d6bf2ec51 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.34 2006/09/19 17:08:01 reyk Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.35 2006/09/19 17:49:13 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> @@ -1102,6 +1102,7 @@ struct ath_hal { HAL_BOOL ah_turbo; HAL_BOOL ah_calibration; HAL_BOOL ah_running; + HAL_BOOL ah_single_chip; HAL_RFGAIN ah_rf_gain; HAL_RATE_TABLE ah_rt_11a; |