Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2017 19:33:50 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320613 - in head/sys: amd64/conf conf i386/conf
Message-ID:  <201707031933.v63JXoxe068401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707031933.v63JXoxe068401>