summaryrefslogtreecommitdiff
path: root/sys/scsi/cd.h
AgeCommit message (Expand)Author
2007-05-27add more struct/define stuff for use in cdioMichael Coulter
2006-12-12Give the SCSI layer the ability to requeue i/o's rejected by a driverKenneth R Westerback
2006-07-19Add cd_powerhook(). Use it to lock CD drives having open partitionsKenneth R Westerback
2006-06-02add structs and macros for a few MMC commandsMichael Coulter
2006-05-11Zap trailing whitespace.Kenneth R Westerback
2006-03-05Remove NetBSDism NRND. Pointed out by Mickey.Kenneth R Westerback
2005-08-03Move a couple of 2048+4 byte structures from the stack to the heap.Kenneth R Westerback
2005-07-02Remove unused cd_softc.name field. Use the saved INQUIRY data inKenneth R Westerback
2005-06-27Zap unused member of cd_softc: sc_ops.Kenneth R Westerback
2005-06-08fix include for userland (tsk, tsk, krw).Marc Espie
2005-06-03Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h intoKenneth R Westerback
2005-05-28Kill extra semi-colon. Amazing what lint can find ...Kenneth R Westerback
2005-05-27Convert cd code to new mode sense framework. Merge cd_scsi andKenneth R Westerback
2005-04-16Nuke another unused structure.Kenneth R Westerback
1999-07-20Make acd redundant.Constantine Sapuntzakis