summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/atapi_base.c
AgeCommit message (Expand)Author
1999-09-30Cleanup the scsipi_xfer flags:thorpej
1999-08-28If scsipi_make_xs() fails, make sure to flag the buffer as error'd,thorpej
1999-06-25Go to splbio() when calling scsipi_free_xs(), just like the SCSI counterpart.thorpej
1998-11-17In atapi_wdc.c, issue a 'REQUEST SENSE' command when appropriate.bouyer
1998-10-12Merge bouyer-idebouyer
1998-08-15Assign my copyrights to TNF.mycroft
1998-07-15part of fix for kern/3835: use of enumerated returns from target sense handlersmjacob
1998-07-11Clarify that Sense Key 1 is a "RECOVERED ERROR"- not just an error.mjacob
1998-07-01Use new Sense Key defines (for clarity)mjacob
1998-01-15add support for an ATAPI attachment for 'sd'.cgd
1997-12-30EACCESS->EROFS, for the write on readonly medium error.is
1997-10-01Cosmetic changes to keep coding style consistency in this directory;enami
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer