summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/atapi_base.c
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2005-12-11merge ktrace-lwp.christos
2005-05-29- Sprinkle constchristos
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-09-17Change the way bustype_cmd is used. Rather than having it be responsible formycroft
2004-09-09Make the xxstart() functions reentrant again, as some drivers HBA can callbouyer
2004-08-27Improve handling of memory shortage, to fix problems like:bouyer
2004-08-21Use ANSI function decls and make use of static.thorpej
2004-03-10Decrease xs_retries before retrying aborted commands, and report EIO if itbouyer
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-05-14Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Definebouyer
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
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