[Midnightbsd-cvs] src: options: Sometime ago we added options to ath.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 7 10:49:13 EST 2008


Log Message:
-----------
Sometime ago we added options to ath.  It might help if they were actually in the options file.

This allows tweaks without modifying the source.

Modified Files:
--------------
    src/sys/conf:
        options (r1.4 -> r1.5)

-------------- next part --------------
Index: options
===================================================================
RCS file: /home/cvs/src/sys/conf/options,v
retrieving revision 1.4
retrieving revision 1.5
diff -L sys/conf/options -L sys/conf/options -u -r1.4 -r1.5
--- sys/conf/options
+++ sys/conf/options
@@ -686,6 +686,13 @@
 KBD_RESETDELAY		opt_kbd.h
 KBDIO_DEBUG		opt_kbd.h
 
+# options for the 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