freebsd-dev/share/man
Kenneth D. Merry 1476ba4087 Turn on serialization of task management commands going down to the
controller, but make it optional.

After a problem report from Andrew Boyer, it looks like the LSI
chip may have issues (the watchdog timer fired) if too many aborts
are sent down to the chip at the same time.  We know that task
management commands are serialized, and although the manual doesn't
say it, it may be a good idea to just send one at a time.

But, since I'm not certain that this is necessary, add a tunable
and sysctl variable (hw.mps.%d.allow_multiple_tm_cmds) to control
the driver's behavior.

mps.c:		Add support for the sysctl and tunable, and add a
		comment about the possible return values to
		mps_map_command().

mps_sas.c:	Run all task management commands through two new
		routines, mpssas_issue_tm_request() and
		mpssas_complete_tm_request().

		This allows us to optionally serialize task
		management commands.  Also, change things so that
		the response to a task management command always
		comes back through the callback.  (Before it could
		come via the callback or the return value.)

mpsvar.h:	Add softc variables for the list of active task
		management commands, the number of active commands,
		and whether we should allow multiple active task
		management commands.  Add an active command flag.

mps.4:		Describe the new sysctl/loader tunable variable.

Sponsored by:	Spectra Logic Corporation
2010-10-07 21:56:10 +00:00
..
man1 Remove Xo/Xc in It, which is not yet supported by mdocml but 2010-06-11 06:04:00 +00:00
man3 Make a link for pthread_timedjoin_np. 2010-09-11 09:26:36 +00:00
man4 Turn on serialization of task management commands going down to the 2010-10-07 21:56:10 +00:00
man5 Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors. 2010-09-18 19:23:14 +00:00
man6
man7 Add atrtc(4) manual page. 2010-09-17 08:44:54 +00:00
man8 Document NANO_ARCH which is no longer hard coded as of r205980. 2010-05-20 18:39:33 +00:00
man9 Check the device name validity on device registration. 2010-10-07 18:00:55 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00