freebsd-dev/share
Kenneth D. Merry 08167db8d6 Turn on FC-Tape by default in the isp(4) driver.
FC-Tape provides additional link level error recovery, and is
highly recommended for tape devices.  It will only be turned on for
a given target if the target supports it.

Without this setting, we default to whatever FC-Tape setting is in
NVRAM on the card.

This can be overridden by setting the following loader tunable, for
example for isp0:

hint.isp.0.nofctape=1

sys/conf/options:
	Add a new kernel config option, ISP_FCTAPE_OFF, that
	defaults the FC-Tape configuration to off.

sys/dev/isp/isp_pci.c:
	If ISP_FCTAPE_OFF is defined, turn off FC-Tape.  Otherwise,
	turn it on if the card supports it.

share/man/man4/isp.4:
	Add a description of FC-Tape to the isp(4) man page.

	Add descriptions of the fctape and nofctape options, as well as the
	ISP_FCTAPE_OFF kernel configuration option.

	Add the ispfw module and kernel drivers to the suggested
	configurations at the top of the man page so that users are less
	likely to leave it out.  The driver works well with the included
	firmware, but may not work at all with whatever firmware the user
	has flashed on their card.

MFC after:	3 days
Sponsored by:	Spectra Logic
2016-12-20 21:17:07 +00:00
..
colldef Update locales cldr to v30.0.3 and unicode to 9.0.0 2016-12-18 04:17:13 +00:00
ctypedef Update locales cldr to v30.0.3 and unicode to 9.0.0 2016-12-18 04:17:13 +00:00
dict
doc Remove reference to RCS from PSD titles 2016-10-22 23:09:06 +00:00
dtrace Remove redefinitions of some kernel types from mbuf.d. 2016-09-03 20:43:59 +00:00
examples Attempt to make the parts that people are supposed to change stand out more 2016-11-13 17:28:32 +00:00
i18n Fix building on read-only source trees. 2016-08-22 22:50:58 +00:00
keys
man Turn on FC-Tape by default in the isp(4) driver. 2016-12-20 21:17:07 +00:00
me
misc Add adamw, feld and rene to the portmgr organization 2016-12-14 20:53:46 +00:00
mk Build loaders reproducibly when WITH_REPRODUCIBLE_BUILD 2016-12-19 14:45:59 +00:00
monetdef Update locales cldr to v30.0.3 and unicode to 9.0.0 2016-12-18 04:17:13 +00:00
msgdef Update locales cldr to v30.0.3 and unicode to 9.0.0 2016-12-18 04:17:13 +00:00
numericdef Update locales cldr to v30.0.3 and unicode to 9.0.0 2016-12-18 04:17:13 +00:00
security
sendmail Update share/examples/* to properly install /usr/share/examples. 2016-05-10 00:51:50 +00:00
skel
snmp
syscons DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools. 2016-05-09 22:21:09 +00:00
tabset
termcap
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
timedef Suffix short month names with "월" and replace %b with %_m for date formats. 2016-09-07 23:35:38 +00:00
vt
zoneinfo When you select make OLDTIMEZONES=1 then you need a few added directories 2016-11-15 06:37:44 +00:00
Makefile Posixify the locales name for variants 2016-07-03 18:21:11 +00:00
Makefile.inc