svn commit: r320613 - in head/sys: amd64/conf conf i386/conf

Sean Bruno sbruno at FreeBSD.org
Mon Jul 3 19:33:51 UTC 2017


Author: sbruno
Date: Mon Jul  3 19:33:50 2017
New Revision: 320613
URL: https://svnweb.freebsd.org/changeset/base/320613

Log:
  Garbage collect kernel option TWA_FLASH_FIRMWARE
  
  Submitted by:	 kevin.bowling0kev009.com
  Differential Revision:	https://reviews.freebsd.org/D11387

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/conf/options
  head/sys/i386/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Mon Jul  3 19:30:03 2017	(r320612)
+++ head/sys/amd64/conf/NOTES	Mon Jul  3 19:33:50 2017	(r320613)
@@ -414,7 +414,6 @@ device		arcmsr		# Areca SATA II RAID
 # The driver is implemented as a SIM, and so, needs the CAM infrastructure.
 #
 options 	TWA_DEBUG		# 0-10; 10 prints the most messages.
-options 	TWA_FLASH_FIRMWARE	# firmware image bundled when defined.
 device		twa			# 3ware 9000 series PATA/SATA RAID
 
 #

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Jul  3 19:30:03 2017	(r320612)
+++ head/sys/conf/options	Mon Jul  3 19:33:50 2017	(r320613)
@@ -45,7 +45,6 @@ AHD_REG_PRETTY_PRINT	opt_aic79xx.h
 ADW_ALLOW_MEMIO		opt_adw.h
 
 TWA_DEBUG		opt_twa.h
-TWA_FLASH_FIRMWARE	opt_twa.h
 
 # Debugging options.
 ALT_BREAK_TO_DEBUGGER	opt_kdb.h

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Mon Jul  3 19:30:03 2017	(r320612)
+++ head/sys/i386/conf/NOTES	Mon Jul  3 19:33:50 2017	(r320613)
@@ -673,7 +673,6 @@ device		arcmsr		# Areca SATA II RAID
 # The driver is implemented as a SIM, and so, needs the CAM infrastructure.
 #
 options 	TWA_DEBUG		# 0-10; 10 prints the most messages.
-options 	TWA_FLASH_FIRMWARE	# firmware image bundled when defined.
 device		twa			# 3ware 9000 series PATA/SATA RAID
 
 #


More information about the svn-src-all mailing list