[Midnightbsd-cvs] src: options: The atheros driver should have had these options set as
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Mar 7 22:20:27 EST 2008
Log Message:
-----------
The atheros driver should have had these options set as well. Fixes a tinderbox issue. This should never have hapened.
Tags:
----
RELENG_0_1
Modified Files:
--------------
src/sys/conf:
options (r1.4 -> r1.4.2.1)
-------------- next part --------------
Index: options
===================================================================
RCS file: /home/cvs/src/sys/conf/options,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -L sys/conf/options -L sys/conf/options -u -r1.4 -r1.4.2.1
--- sys/conf/options
+++ sys/conf/options
@@ -686,6 +686,13 @@
KBD_RESETDELAY opt_kbd.h
KBDIO_DEBUG opt_kbd.h
+# options for Atheros driver
+ATH_DEBUG opt_ath.h
+ATH_TXBUF opt_ath.h
+ATH_RXBUF opt_ath.h
+ATH_DIAGAPI opt_ath.h
+ATH_TX99_DIAG opt_ath.h
+
# options for the Atheros HAL (only useful with source code)
AH_SUPPORT_AR5210 opt_ah.h
AH_SUPPORT_AR5211 opt_ah.h
@@ -693,6 +700,7 @@
AH_SUPPORT_5111 opt_ah.h
AH_SUPPORT_5112 opt_ah.h
AH_SUPPORT_2413 opt_ah.h
+AH_SUPPORT_5413 opt_ah.h
AH_DEBUG opt_ah.h
AH_DEBUG_ALQ opt_ah.h
AH_ASSERT opt_ah.h
More information about the Midnightbsd-cvs
mailing list