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
/
scsi_base.c
Age
Commit message (
Expand
)
Author
2006-09-22
implement a kernel thread that can be used by the midlayer or scsi drivers
David Gwynne
2006-08-04
Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs
Bob Beck
2006-07-29
The version field of scsi_inquiry_data is not a simple numeric value
Kenneth R Westerback
2006-07-23
Use REPORT LUNS to get the list of LUNs to probe. If such a list is
Kenneth R Westerback
2006-07-22
If the LUN is > 7, don't try to stuff it into the three bits available
Kenneth R Westerback
2006-07-15
catch "Media Removal Prevented" for devices that are capable of telling us
Bob Beck
2006-07-13
Eliminate scsi_link field 'scsi_version' and just use the INQUIRY data
Kenneth R Westerback
2006-07-11
scsi_get_xs raises splbio, but didnt lower it on error. tsk tsk.
David Gwynne
2006-07-11
knf and ansi. no binary change
David Gwynne
2006-05-28
Add PCATCH to tsleep flags when a scsi command is waiting for an opening
Bob Beck
2006-05-13
When SCSIDEBUG'ing, display the return value of scsi_interpret_sense()
Kenneth R Westerback
2006-05-11
Zap trailing whitespace.
Kenneth R Westerback
2006-05-07
If a device says a MODE SENSE command worked fine, do *not* try a MODE
Kenneth R Westerback
2006-05-07
Zap a bunch of trailing whitespace.
Kenneth R Westerback
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-11-28
fix month-old breakage found by genududes (after henning's breakage)
Michael Shalayeff
2005-11-13
ATAPI Tape drives need 6 byte MODE SENSE commands according to at
Kenneth R Westerback
2005-11-13
Use SCSI_DELAY only once. Document it. Default to no delay.
Kenneth R Westerback
2005-11-13
Use scsi_delay() instead of delay() when waiting for scsi disk to
Kenneth R Westerback
2005-11-07
Death to superfluous verbiage. Suppress errors when getting the parameters
Kenneth R Westerback
2005-11-02
Abstract delay code out and call it directly from XX_interpret_sense.
Kenneth R Westerback
2005-10-22
When a scsi command is waiting for an opening or is waiting to be retried,
Kenneth R Westerback
2005-10-16
Don't pound UNIT ATTENTION retries in as fast as possible. If we are
Kenneth R Westerback
2005-10-10
Make some panic messages more useful.
Kenneth R Westerback
2005-10-04
shorter name for wait channel
Theo de Raadt
2005-09-11
Simplify code by changing struct scsi_mode_sense_buf{ union {}
Kenneth R Westerback
2005-08-29
If a buffer larger than the max allowed is offered to scsi_mode_sense()
Kenneth R Westerback
2005-08-01
Return 0 as the block size when READ_CAPACITY fails in scsi_size().
Kenneth R Westerback
2005-06-23
Don't discard the blocksize information provided by the READ CAPACITY
Kenneth R Westerback
2005-06-18
Shorten a couple of structure names:
Kenneth R Westerback
2005-06-18
Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices at
Kenneth R Westerback
2005-06-12
It turns out you need to ask for 16 byte block descriptors. We don't,
Kenneth R Westerback
2005-06-09
Fix typo in ASC/ASQ messages: DEnied -> Denied.
Kenneth R Westerback
2005-06-05
Fix scsi_mode_select() and scsi_mode_select_big() to send just the
Kenneth R Westerback
2005-06-04
Make scsi_do_mode_sense() aware of the difference between the 8 byte
Kenneth R Westerback
2005-06-03
Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh.
Kenneth R Westerback
2005-06-02
Fix pasto - use correct pointer to extract block count from 8 byte
Kenneth R Westerback
2005-05-31
Remove unused sc_err1() parameter 'async'. Lint.
Kenneth R Westerback
2005-05-28
Sprinkle some /* FALLTHROUGH */'s as suggested by lint.
Kenneth R Westerback
2005-05-28
'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.
Kenneth R Westerback
2005-05-28
Forgot to specify parameter type. Lint.
Kenneth R Westerback
2005-05-28
snprintf returns int not size_t. Thank you lint.
Kenneth R Westerback
2005-05-28
Add _lto8b() and _8btol() to decode nblocks field of
Kenneth R Westerback
2005-05-25
Introduce safer, more general mode sense capability. Transparently use
Kenneth R Westerback
2005-05-22
Check if the scsi_request has been released in the COMPLETE case as
Kenneth R Westerback
2005-05-14
Add scsi_mode_[sense|select]_big() and use it instead of
Kenneth R Westerback
2005-04-28
more snprintf error checking. ok krw@
Moritz Jodeit
2005-04-17
Fix typo
Tom Cosgrove
2005-04-05
Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.
Kenneth R Westerback
2005-04-01
Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the
Kenneth R Westerback
[next]