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
Age
Commit message (
Expand
)
Author
2005-12-02
Remove one tab that cause a line to overflow. No functional change.
Marco Peereboom
2005-12-02
Missing 'break;'. Spotted by lint.
Kenneth R Westerback
2005-11-28
fix month-old breakage found by genududes (after henning's breakage)
Michael Shalayeff
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2005-11-17
Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@
Miod Vallat
2005-11-17
Use sectors as the size units for the RAW_PART (i.e. 'c') partition in
Kenneth R Westerback
2005-11-13
Allow removable disks to be spun up if they ask for initialization
Kenneth R Westerback
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-13
lock accesses to the buffer so that it wont get confused between the
David Gwynne
2005-11-13
lock updates to the buffer with the enclosure status in it so that one
David Gwynne
2005-11-13
if the particular ses device has no slots or sensors to handle, then free
David Gwynne
2005-11-12
there are two things that safte does: update sensors and blink lights. if
David Gwynne
2005-11-12
clean up unused includes
David Gwynne
2005-11-12
remove the ses kthread goop and use the sensor kthread for updates instead
David Gwynne
2005-11-11
include sys/device.h. builds on sparc. dlg@ ok.
Federico G. Schwindt
2005-11-10
remove half the includes since they seem to be unnecessary.
David Gwynne
2005-11-10
i am a stupid head. unbreak kernels that done have the bio(4) device.
David Gwynne
2005-11-10
cut safte over to using the generic sensors kthread.
David Gwynne
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-15
Eliminate unnecessary bzero() by only writing valid information.
Kenneth R Westerback
2005-10-14
Eliminate uneeded variable 'i' and use under utilized 'data_track'
Kenneth R Westerback
2005-10-11
use [bl]etohXX instead of ntoh[sl], makes the code more consistent and
Hans-Joerg Hoexer
2005-10-11
Change some byte shifting to _4btol() and swap32() calls.
Kenneth R Westerback
2005-10-10
Some KNF. malloc/free instead of MALLOC/FREE since it's a variable
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-29
fix the check for the type of enclosure
David Gwynne
2005-09-29
Clear SDEV_MEDIA_LOADED for cd media on the last close of a device, as
Kenneth R Westerback
2005-09-26
Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.
Kenneth R Westerback
2005-09-21
Improve readability by using a variable instead of repeated
Kenneth R Westerback
2005-09-21
Missing parenthesis. Same problem was addressed in sd.c r1.90. Could
Kenneth R Westerback
2005-09-19
Use variable to eliminate repeated calculation. More readable. No
Kenneth R Westerback
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-09-11
Simplify code by changing struct scsi_mode_sense_buf{ union {}
Kenneth R Westerback
2005-09-11
Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256).
Kenneth R Westerback
2005-09-08
free(NULL, ...) is not safe in the kernel. So check for NULL'ness
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-29
Make sure certain architectures/compilers don't round up the size of
Kenneth R Westerback
2005-08-27
Put in missing parenthesis and thus always pass
Kenneth R Westerback
2005-08-24
dont reject safte devices that have more inquiry information than the
David Gwynne
2005-08-24
Test xs->bp before de-referencing it. Initialize it to NULL, not 0.
Kenneth R Westerback
2005-08-23
setting the FAULT flag on a device so the alarm led blinks may have
David Gwynne
2005-08-23
Move uses of struct scsi_mode_sense_buf (255 bytes each) from the
Kenneth R Westerback
2005-08-23
Spin up sd units even if TEST_UNIT_READY says they're ready.
Kenneth R Westerback
2005-08-23
Test for cold and apply relevant flags for all scsi commands.
Marco Peereboom
[next]