aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cam.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-77/+151
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-281-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-19/+1
* In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channelThomas Quinot2003-05-141-1/+8
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Zero cpi->target_sprt since atapi-cam does not support target mode. ThisNate Lawson2003-02-271-0/+1
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixKenneth D. Merry2003-02-211-30/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSThomas Quinot2002-10-221-14/+47
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Change a couple of splcam() calls that do not make sense in atapi-camThomas Quinot2002-09-121-3/+5
* printf -> CAM_DEBUG so debugging prints are tunable.Nate Lawson2002-08-281-60/+47
* Use csio pointer instead of dereferencing hcb.Nate Lawson2002-08-281-5/+5
* Fix typo.Søren Schmidt2002-08-191-1/+1
* Shut up warning in debug code.Søren Schmidt2002-08-121-5/+5
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.Scott Long2002-08-101-8/+7
* Minor corrections.Søren Schmidt2002-08-101-13/+3
* Add the ability to use ATAPI devices via CAM.Søren Schmidt2002-08-091-0/+712