summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/mpi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* junk to read and write configuration pages.dlg2006-05-281-1/+205
|
* pass the reply from the hardware via the ccb rather than on the stack todlg2006-05-281-42/+37
| | | | | | the function handling the completion. this means that the completion function can do nothing with the reply, instead leaving it up to the requester to deal with.
* rename mpi_complete to mpi_poll and make it call mpi_start itself.dlg2006-05-281-17/+13
|
* make debug output during attach quiet unless you want it by raisingdlg2006-05-271-77/+88
| | | | mpidebug
* remove dead codedlg2006-05-271-63/+1
|
* add mpi(4), an alternative (replacement) driver for lsi logic fusion mptdlg2006-05-271-0/+1509
controllers currently supported by mpt(4). ok marco@