man.bsd.lv manual page server

Manual Page Search Parameters

MPS(4) Device Drivers Manual MPS(4)

mpsLSI Fusion-MPT 2 Serial Attached SCSI driver

To compile this driver into your kernel, place the following lines in your kernel configuration file:

device scbus
device mps

Or, to load the driver as a module at boot, place the following line in loader.conf(5):

mps_load="YES"

The mps driver provides support for LSI Logic Fusion-MPT 2 SAS controllers and WarpDrive solid state storage cards.

The mps driver supports the following hardware:

To disable MSI interrupts for all mps driver instances, set the following tunable value in loader.conf(5):

hw.mps.msi.enable=0

To set the maximum number of DMA chains allocated for all adapters, set the following variable in loader.conf(5):

hw.mps.max_chains=NNNN

To set the maximum number of DMA chains allocated for a specific adapter, set the following variable in loader.conf(5):

hw.mpsX.max_chains=NNNN

This variable may also be viewed via sysctl(8) to see the maximum set for a given adapter.

The current number of free chain frames may be seen via the hw.mpsX.chain_free sysctl(8) variable.

The lowest number of free chain frames may be seen via the hw.mpsX.chain_free_lowwater sysctl(8) variable.

The current number of active I/O commands is shown in the hw.mpsX.io_cmds_active sysctl(8) variable.

The maximum number of active I/O command seen since boot is shown in the hw.mpsX.io_cmds_highwater sysctl(8) variable.

To enable debugging prints from the mps driver, set the

hw.mps.X.debug_level

variable, where X is the adapter number, either in loader.conf(5) or via sysctl(8). The following bits have the described effects:

0x01
Enable informational prints.
0x02
Enable tracing prints.
0x04
Enable prints for driver faults.
0x08
Enable prints for controller events.

cd(4), ch(4), da(4), mpr(4), mpt(4), pci(4), sa(4), scsi(4), targ(4), loader.conf(5), sysctl(8)

The mps driver first appeared in FreeBSD 9.0.

The mps driver was originally written by Scott Long <scottl@FreeBSD.org>. It has been improved and tested by LSI Logic Corporation. This man page was written by Ken Merry <ken@FreeBSD.org>.

This driver has a couple of known shortcomings:

April 24, 2018 DragonFly-5.6.1