summaryrefslogtreecommitdiffstats
path: root/share/man/man4/isp.4
Commit message (Collapse)AuthorAgeFilesLines
* MFC, r310338:ken2016-12-231-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ 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
* MFC r291654, r291727, r291821, r291872, r292034, r292041, r292249, r292042:mav2015-12-221-9/+5
| | | | Add initial support for 16Gbps FC QLogic chips.
* MFC r291221: Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-301-2/+0
|
* MFC r291209: Fix target mode support for Qlogic 2200 FC adapters.mav2015-11-301-18/+10
| | | | | Now target mode works for all supported FC adapters except ancient 2100, which is not tested.
* MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-301-50/+34
| | | | | | | Hacks to enable target mode there complicated code, while didn't really work. And for outdated hardware fixing it is not really interesting. Initiator mode tested with Qlogic 1080 adapter is still working fine.
* MFC r290138, r290139: Some updates to isp(4) manual page.mav2015-11-301-29/+27
|
* MFC r275374: Document ISP 2532 support and hint.isp.0.vports tunable.mav2015-11-301-1/+5
|
* General mdoc(7) and typo fixes.gjb2012-05-121-1/+1
| | | | | | PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Remove superfluous paragraph macro.joel2012-03-241-1/+0
|
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Fix a couple of typos.uqs2010-07-301-1/+1
| | | | | | PR: docs/148891 Submitted by: olgeni MFC after: 1 week
* Make gmultipath(8) easier to find.trasz2009-05-051-1/+2
|
* New sentence -> new line and contractions removed.brueffer2007-03-011-7/+11
|
* Update the isp man page.mjacob2007-02-281-27/+41
| | | | MFC after: 2 weeks
* Markup fixes.ru2006-09-181-20/+17
|
* Convert to use a SYNPOSIS section that mentions kernel modules.brueffer2006-05-201-4/+14
| | | | | | Also add "device scbus" where needed. MFC after: 3 days
* Fix typo in device hint variablecsjp2006-05-171-1/+1
|
* Update man page for some booting and settings stuff.mjacob2006-02-061-51/+62
| | | | | | | Remove a bunch of cards from vendors who are long since defunct. Add a note about 2322 support. Obtained from: Marcus
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
|
* Sort sections.ru2005-01-211-10/+10
|
* - Make the HARDWARE section preamble text have a call to the Nm macro,simon2004-08-031-1/+3
| | | | so the driver name will appear in the Hardware Notes.
* Catch up isp.4 manpage with hardware notes.bmah2003-09-061-0/+4
| | | | | PR: 55558 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Note the Qlogic 1040 is a KZPBA in DEC-speak.obrien2003-04-201-0/+1
| | | | Reviewed by: wilko
* Ispell sweep of share/man/man4.mpp2002-01-211-1/+1
|
* mdoc(7) police: removed hard sentence breaks.ru2001-09-041-6/+10
|
* add 2300/2312 referencesmjacob2001-08-311-2/+11
|
* xref to ispfw(4) in see alsowilko2001-08-291-0/+1
| | | | | Approved by: mjacob MFC after: 2 days
* Strongly recommend that ispfw(4)'s f/w be used with this driver if available.mjacob2001-07-261-0/+5
| | | | MFC after: 1 week
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-3/+3
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+3
|
* Update isp man page, add ispfw man page.mjacob2000-07-201-91/+57
|
* Fix some spelling errors.mpp2000-03-241-5/+5
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add (finally) Qlogic man page.mjacob2000-02-141-0/+208
approved: jkh
OpenPOWER on IntegriCloud