summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add defines for changer mode page codes. Move AUDIO_PAGE define tokrw2019-11-291-2/+2
* Use consistent idiom/naming convention for the the #includekrw2019-09-271-2/+2
* Add/tweak #endif comments to make spelunking via grep more rewarding.krw2019-09-271-2/+2
* nothing needs to see cd_softc except the driver, so move it into cd.cdlg2009-12-161-28/+1
* remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can finddlg2009-12-131-7/+1
* prefix all softc members with sc_, not just most of them.dlg2009-12-131-5/+5
* move cd(4) from using scsi_scsi_cmd over to scsi_xs_exec for doing io.dlg2009-12-121-1/+5
* Revert bufq's. this is inline with the major midlayer reverts thatthib2009-06-171-1/+2
* add a flexible buffer queue (bufq) api, based on the never usedthib2009-06-031-2/+1
* zap some extra spaces and tabs.fgsch2008-07-281-4/+4
* fgsch@ points out my last commit changed the retry limit for CD capacitykrw2008-06-211-3/+1
* Eliminate cd_size() and use scsi_size() + tweaked cd_get_params()krw2008-06-211-3/+3
* Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, andkrw2008-06-171-15/+1
* add more struct/define stuff for use in cdiomjc2007-05-271-1/+13
* Give the SCSI layer the ability to requeue i/o's rejected by a driverkrw2006-12-121-1/+2
* Add cd_powerhook(). Use it to lock CD drives having open partitionskrw2006-07-191-1/+2
* add structs and macros for a few MMC commandsmjc2006-06-021-1/+47
* Zap trailing whitespace.krw2006-05-111-2/+2
* Remove NetBSDism NRND. Pointed out by Mickey.krw2006-03-051-5/+1
* Move a couple of 2048+4 byte structures from the stack to the heap.krw2005-08-031-1/+18
* Remove unused cd_softc.name field. Use the saved INQUIRY data inkrw2005-07-021-2/+1
* Zap unused member of cd_softc: sc_ops.krw2005-06-271-2/+1
* fix include for userland (tsk, tsk, krw).espie2005-06-081-1/+4
* Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h intokrw2005-06-031-1/+33
* Kill extra semi-colon. Amazing what lint can find ...krw2005-05-281-2/+1
* Convert cd code to new mode sense framework. Merge cd_scsi andkrw2005-05-271-9/+17
* Nuke another unused structure.krw2005-04-161-9/+1
* Make acd redundant.csapuntz1999-07-201-0/+213