summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-cam.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-221-14/+47
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Change a couple of splcam() calls that do not make sense in atapi-camthomas2002-09-121-3/+5
* printf -> CAM_DEBUG so debugging prints are tunable.njl2002-08-281-60/+47
* Use csio pointer instead of dereferencing hcb.njl2002-08-281-5/+5
* Fix typo.sos2002-08-191-1/+1
* Shut up warning in debug code.sos2002-08-121-5/+5
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.scottl2002-08-101-8/+7
* Minor corrections.sos2002-08-101-13/+3
* Add the ability to use ATAPI devices via CAM.sos2002-08-091-0/+712
OpenPOWER on IntegriCloud