summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mfii.c
AgeCommit message (Expand)Author
2012-08-25Make sure we disable interrupts on attachment before re-enabling.Christiano F. Haesbaert
2012-08-25Small cleanup.Christiano F. Haesbaert
2012-08-23the chain_offset in mfii requests are in 16 byte units, not 4 likeDavid Gwynne
2012-08-23turns out - is not commutative.David Gwynne
2012-08-23stupid code bug.David Gwynne
2012-08-20add support for chaining a scatter gather list off a request frame if itDavid Gwynne
2012-08-16mfii_exec_done clears ccb_cookie, so mfii_exec should test that, notDavid Gwynne
2012-08-16white space, no real changesDavid Gwynne
2012-08-16move completions of ccbs out of the postq mutex. avoids the unlikely butDavid Gwynne
2012-08-16replace the SLIST for ccbs with a SIMPLEQ so i can add stuff to the endDavid Gwynne
2012-08-16rewrite the mfii_mgmt path to be a bit more... symmetrical.David Gwynne
2012-08-14introduce mfii(4), a driver for the generation of megaraid sas boardsDavid Gwynne