index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
cd.h
Age
Commit message (
Expand
)
Author
2009-12-16
nothing needs to see cd_softc except the driver, so move it into cd.c
David Gwynne
2009-12-13
remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can find
David Gwynne
2009-12-13
prefix all softc members with sc_, not just most of them.
David Gwynne
2009-12-12
move cd(4) from using scsi_scsi_cmd over to scsi_xs_exec for doing io.
David Gwynne
2009-06-17
Revert bufq's. this is inline with the major midlayer reverts that
Thordur I. Bjornsson
2009-06-03
add a flexible buffer queue (bufq) api, based on the never used
Thordur I. Bjornsson
2008-07-28
zap some extra spaces and tabs.
Federico G. Schwindt
2008-06-21
fgsch@ points out my last commit changed the retry limit for CD capacity
Kenneth R Westerback
2008-06-21
Eliminate cd_size() and use scsi_size() + tweaked cd_get_params()
Kenneth R Westerback
2008-06-17
Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and
Kenneth R Westerback
2007-05-27
add more struct/define stuff for use in cdio
Michael Coulter
2006-12-12
Give the SCSI layer the ability to requeue i/o's rejected by a driver
Kenneth R Westerback
2006-07-19
Add cd_powerhook(). Use it to lock CD drives having open partitions
Kenneth R Westerback
2006-06-02
add structs and macros for a few MMC commands
Michael Coulter
2006-05-11
Zap trailing whitespace.
Kenneth R Westerback
2006-03-05
Remove NetBSDism NRND. Pointed out by Mickey.
Kenneth R Westerback
2005-08-03
Move a couple of 2048+4 byte structures from the stack to the heap.
Kenneth R Westerback
2005-07-02
Remove unused cd_softc.name field. Use the saved INQUIRY data in
Kenneth R Westerback
2005-06-27
Zap unused member of cd_softc: sc_ops.
Kenneth R Westerback
2005-06-08
fix include for userland (tsk, tsk, krw).
Marc Espie
2005-06-03
Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into
Kenneth R Westerback
2005-05-28
Kill extra semi-colon. Amazing what lint can find ...
Kenneth R Westerback
2005-05-27
Convert cd code to new mode sense framework. Merge cd_scsi and
Kenneth R Westerback
2005-04-16
Nuke another unused structure.
Kenneth R Westerback
1999-07-20
Make acd redundant.
Constantine Sapuntzakis