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
/
sdvar.h
Age
Commit message (
Expand
)
Author
2012-12-19
Temporarily bring back the shutdown hook, but only use it to flush the disk
Mark Kettenis
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2011-07-11
ask the disk about unmap (read trim) parameters. check if we have the
David Gwynne
2011-07-11
disks report trim^Wunmap^Wif theyre thin provisioned via a bit in
David Gwynne
2011-06-06
Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and
Matthew Dempsky
2011-06-05
Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot
Matthew Dempsky
2010-09-12
Garbage collect rot_rate from disk_parms. No longer in disk label so no
Kenneth R Westerback
2010-09-11
Be more ruthlessly consistent in variable names for blk/block ==
Kenneth R Westerback
2010-09-01
make struct bufq a member of the softc for devices that use it,
David Gwynne
2010-06-02
bring back the SDF_WAITING waiting flag while adapters still implement
David Gwynne
2010-05-26
Trying this again. Mixing anoncvs with cvs is _not_ a good idea.
Thordur I. Bjornsson
2010-05-19
remove unused flag.
David Gwynne
2010-04-06
cut sd over to using the new shiny scsi_xsh api. instead of pushing io onto
David Gwynne
2010-01-11
Add mutex around work consuming loop in sdstart - this ensures that only
Bob Beck
2010-01-09
dont try to prevent multiple concurrent runs of a devices start routine
David Gwynne
2009-12-03
prevent a completion interrupt pulling io of the buf queue and shoving it
David Gwynne
2009-12-01
put the midlayer changes back in.
David Gwynne
2009-11-12
revert midlayer back to it was before i put my big rewrite in. this is
David Gwynne
2009-11-10
fix the NO_CCB handling i broke when working on simplifying the midlayer.
David Gwynne
2009-11-10
backout the backout marco did of my code because of the NO_CCB breakage.
David Gwynne
2009-11-05
The big diff dlg committed to the midlayer breaks NO_CCB and
Marco Peereboom
2009-09-14
rework the scsi midlayer to start addressing some problems i have
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-11-10
clean namespace a fair bit; wrap kernel-use-only structures and gunk in
Theo de Raadt
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-21
fgsch@ points out my last commit changed the retry limit for CD capacity
Kenneth R Westerback
2007-11-06
Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush()
Kenneth R Westerback
2007-09-15
Allow to pull out an usb stick with ffs filesystem while mounted
Alexander Bluhm
2007-06-23
Implement disk sizes > 2^32-1. Code modelled on NetBSD.
Kenneth R Westerback
2006-12-12
Give the SCSI layer the ability to requeue i/o's rejected by a driver
Kenneth R Westerback
2006-03-05
Remove NetBSDism NRND. Pointed out by Mickey.
Kenneth R Westerback
2005-07-05
Since scsi_link now includes a copy of the INQUIRY data, don't keep a
Kenneth R Westerback
2005-07-02
Remove unused cd_softc.name field. Use the saved INQUIRY data in
Kenneth R Westerback
2005-07-02
Remove unused struct sd_ops.
Kenneth R Westerback
2005-07-02
Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sd
Kenneth R Westerback
2003-05-17
paramters -> parameters in comment.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-22
KNF
Theo de Raadt
1999-07-25
Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP
Constantine Sapuntzakis