Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | junk to read and write configuration pages. | 2006-05-28 | 1 | -1/+205 | ||
| | ||||||
* | pass the reply from the hardware via the ccb rather than on the stack to | 2006-05-28 | 1 | -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. | 2006-05-28 | 1 | -17/+13 | ||
| | ||||||
* | make debug output during attach quiet unless you want it by raising | 2006-05-27 | 1 | -77/+88 | ||
| | | | | mpidebug | |||||
* | remove dead code | 2006-05-27 | 1 | -63/+1 | ||
| | ||||||
* | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | 2006-05-27 | 1 | -0/+1509 | ||
controllers currently supported by mpt(4). ok marco@ |