summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/mpiireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32.jmatthew2019-12-291-2/+2
* SAS3 controllers have a maximum size for sgl chain segments, and thejmatthew2019-09-121-2/+2
* Add support for SAS3.5 controllers. This involves reorderingjmatthew2018-06-191-1/+2
* Clean up SCSI operation status and state definesmikeb2017-01-161-19/+17
* augment the scsi_probe handler so it tries to query the sas dev pg 0dlg2016-10-241-1/+8
* add support for SAS3 devices, which have a different sgl layout to previousjmatthew2016-09-141-1/+21
* last of the htolem32 bitsdlg2014-03-271-4/+7
* everything is at least 4 byte aligneddlg2014-03-271-55/+55
* the request and reply descriptors are 8 byte aligned for the hardware.dlg2014-03-271-3/+3
* scsi io bits are at least 4 byte aligneddlg2014-03-241-3/+3
* mpii_sges are 4 byte aligned. makes storing the flags field a bit easierdlg2014-03-241-2/+2
* make mpii_sge look like mpi_sge, and provide a wrapper for setting thedlg2014-03-241-3/+3
* update my copyrightmikeb2012-09-281-2/+2
* whitespace cleanup; no functional changemikeb2012-08-231-30/+30
* split the definitions of the hardware out into a separate file so it candlg2012-08-141-0/+1675