From 0ad0d3638f6ef0319b6d344ba9b7cceaf67e351d Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 27 May 2005 04:10:07 +0000 Subject: - disable the gpio user interface for now, it's just an unimportant button which is not yet available on non-i386 platforms - fix endianess and attachement on big endian platforms (tested on macppc - ath attaches correctly, receives frames but assoc still fails) --- sys/dev/ic/athvar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/athvar.h') diff --git a/sys/dev/ic/athvar.h b/sys/dev/ic/athvar.h index ac82ff812b4..6efc7a600a6 100644 --- a/sys/dev/ic/athvar.h +++ b/sys/dev/ic/athvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: athvar.h,v 1.8 2005/05/24 21:46:18 reyk Exp $ */ +/* $OpenBSD: athvar.h,v 1.9 2005/05/27 04:10:06 reyk Exp $ */ /* $NetBSD: athvar.h,v 1.10 2004/08/10 01:03:53 dyoung Exp $ */ /*- @@ -48,7 +48,9 @@ #include #include +#ifdef notyet #include "gpio.h" +#endif #define ATH_TIMEOUT 1000 -- cgit v1.2.3