svn commit: r299245 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Mon May 9 05:59:23 UTC 2016


Author: adrian
Date: Mon May  9 05:59:21 2016
New Revision: 299245
URL: https://svnweb.freebsd.org/changeset/base/299245

Log:
  [bwn] add opt_bwi.h and BWN_DEBUG.
  
  It isn't used yet in the bwn(4) code; that'll come next.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sun May  8 21:11:24 2016	(r299244)
+++ head/sys/conf/options	Mon May  9 05:59:21 2016	(r299245)
@@ -853,6 +853,9 @@ AH_AR5416_INTERRUPT_MITIGATION	opt_ah.h
 BWI_DEBUG		opt_bwi.h
 BWI_DEBUG_VERBOSE	opt_bwi.h
 
+# options for the Brodacom BCM43xx driver (bwn)
+BWI_DEBUG		opt_bwn.h
+
 # options for the Marvell 8335 wireless driver
 MALO_DEBUG		opt_malo.h
 MALO_TXBUF		opt_malo.h


More information about the svn-src-all mailing list