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
/
ch.c
Age
Commit message (
Expand
)
Author
2006-11-28
rename scsibus_attach_args to scsi_attach_args. this can help avoid
David Gwynne
2006-11-27
more magic removal
Bob Beck
2006-11-27
rework asc/ascq handling to get rid of "magic" 0x values in the code, changes
Bob Beck
2006-10-07
make cd-roms retry forever while the device indicates that it is
Bob Beck
2006-06-15
Quell dmesg spewage from ch(4) - this diff moves much of the
Bob Beck
2006-05-31
fix tree
Theo de Raadt
2006-05-31
Add support for primary and alternate volume tags to ch(4) - borrowed
Bob Beck
2006-05-28
Fix open(2) semantics for ch(4) to not be completely on fresh minty crack:
Bob Beck
2006-05-11
Zap trailing whitespace.
Kenneth R Westerback
2005-09-11
Simplify code by changing struct scsi_mode_sense_buf{ union {}
Kenneth R Westerback
2005-08-23
Move uses of struct scsi_mode_sense_buf (255 bytes each) from the
Kenneth R Westerback
2005-08-13
Use scsi_do_mode_sense(). Testing on beck@'s new LTO changer.
Kenneth R Westerback
2005-05-23
Don't bzero() data before calling scsi_mode_sense[_big]() since
Kenneth R Westerback
2005-05-14
Add scsi_mode_[sense|select]_big() and use it instead of
Kenneth R Westerback
2005-04-05
Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.
Kenneth R Westerback
2004-11-30
No longer require write permission for read-only SCSI commands
Kenneth R Westerback
2003-05-18
constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw...
Michael Shalayeff
2003-03-28
OCHIO* dies horrible death by dd; as per renaming done before
Michael Shalayeff
2002-12-30
Add new parameter to scsi_test_unit_ready(): retries number.
Alexander Yurchenko
2002-10-17
renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ...
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-22
KNF
Theo de Raadt
2001-03-15
Move status reads to chopen- there's no need to hang up the boot
mjacob
2000-04-08
These days, attach can occur outside the tsleep-restricted world of
Constantine Sapuntzakis
1998-03-22
Tell the SCSI driver that we expect data in from the changer device when we
Thorsten Lockert
1997-04-14
Merge in various pieces of current NetBSD scsi code, including but not limited
Jason Downs
1996-08-12
safe ioctl only
Theo de Raadt
1996-05-02
no sys/cpu.h, fix bugs in ch
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-19
NetBSD 960317 merge
Niklas Hallqvist
1996-02-20
Sync w/ NetBSD: scsi prototypes.
briggs
1995-10-18
initial import of NetBSD tree
Theo de Raadt