Module Name: src
Committed By: sborrill
Date: Fri Aug 7 21:01:48 UTC 2009
Modified Files:
src/sys/external/isc/atheros_hal/ic: ah_osdep.c
Log Message:
NetBSD doesn't support alq(9) and hence ATHHAL_DEBUG_ALQ is unusable.
Nevertheless, remove reference to old binary HAL header file in the
ATHHAL_DEBUG_ALQ section.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/isc/atheros_hal/ic/ah_osdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/isc/atheros_hal/ic/ah_osdep.c
diff -u src/sys/external/isc/atheros_hal/ic/ah_osdep.c:1.2 src/sys/external/isc/atheros_hal/ic/ah_osdep.c:1.3
--- src/sys/external/isc/atheros_hal/ic/ah_osdep.c:1.2 Tue Mar 24 21:36:46 2009
+++ src/sys/external/isc/atheros_hal/ic/ah_osdep.c Fri Aug 7 21:01:48 2009
@@ -26,11 +26,11 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: ah_osdep.c,v 1.2 2009/03/24 21:36:46 martin Exp $
+ * $Id: ah_osdep.c,v 1.3 2009/08/07 21:01:48 sborrill Exp $
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ah_osdep.c,v 1.2 2009/03/24 21:36:46 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ah_osdep.c,v 1.3 2009/08/07 21:01:48 sborrill Exp $");
#include "opt_athhal.h"
@@ -208,7 +208,6 @@
*/
#include <sys/alq.h>
#include <sys/pcpu.h>
-#include <contrib/dev/ath/ah_decode.h>
static struct alq *ath_hal_alq;
static int ath_hal_alq_emitdev; /* need to emit DEVICE record */