]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC, r310338:
authorken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Dec 2016 18:29:10 +0000 (18:29 +0000)
committerken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Dec 2016 18:29:10 +0000 (18:29 +0000)
commit492c2a25b4848e0b306406128b56e21de7787e32
tree22d40c9c4c047091a92f07cc007850333558baf2
parentd14dfaee312b61e202097cd6c82c02cc294100f0
MFC, r310338:
  ------------------------------------------------------------------------
  r310338 | ken | 2016-12-20 14:17:07 -0700 (Tue, 20 Dec 2016) | 37 lines

  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.

  Sponsored by: Spectra Logic

  ------------------------------------------------------------------------

Sponsored by: Spectra Logic

git-svn-id: svn://svn.freebsd.org/base/stable/10@310484 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/isp.4
sys/conf/options
sys/dev/isp/isp_pci.c