Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 and
authorjmatthew <jmatthew@openbsd.org>
Mon, 27 Nov 2017 04:32:14 +0000 (04:32 +0000)
committerjmatthew <jmatthew@openbsd.org>
Mon, 27 Nov 2017 04:32:14 +0000 (04:32 +0000)
commit6fecfdc5f131bb9405abe986fec0d56a6ec4c712
treec35d0d37948fa21b4767a08a51bc5a3d73b09649
parent0a66aa1999138a50c7b1bde343c575091e214840
Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 and
Lenovo ThinkSystem RAID 530/930.  The main differences are in fast path
IO, which we don't use, so all we have to deal with is some changes in the
raid context layout and different PCI BARs.  The mfii_iop structure gets
rearranged a bit to accommodate these.

tested on a perc h740p and a h730 (by dlg@)
ok dlg@
sys/dev/pci/mfii.c