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-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
2005-08-22
check for scsi_autoconf state, spotted by marco; ok krw
Theo de Raadt
2005-08-22
spell: failture->failure
David Krause
2005-08-21
handle the unblink request; ok dlg marco krw
Theo de Raadt
2005-08-21
Some devices go berserk when asked for mode sense pages they don't
Kenneth R Westerback
2005-08-18
Only allow blocksizes that are powers of 2 between 512 and 64K. An sd
Kenneth R Westerback
2005-08-18
Silly dlg did not read my old code careful enough. Missed 2 bits that are
Marco Peereboom
2005-08-18
infrastructure to support blinking controlled via /dev/bio ioctls. the
David Gwynne
2005-08-18
das blinkenlighten! uses /dev/bio to allow an ioctl to turn identify on
David Gwynne
2005-08-17
add a macro for the WRITE_BUFFER opcode
David Gwynne
2005-08-17
Use defines for disk mode page codes. Check returned mode pages to
Kenneth R Westerback
2005-08-17
dont increment the offset both in and out of the loop while reading the
David Gwynne
2005-08-15
free the right buffer on error
David Gwynne
2005-08-13
Use scsi_do_mode_sense(). Testing on beck@'s new LTO changer.
Kenneth R Westerback
2005-08-13
let safte match on dell enclosures too. ses takes precedence though
David Gwynne
2005-08-12
rewrite the reading of the status page, which in turn adds support for
David Gwynne
2005-08-12
Move disk mode page structure declarations out of scsi_disk_pages
Kenneth R Westerback
2005-08-11
typos
David Gwynne
2005-08-10
use the appropriate flags to scsi_scsi_cmd during autoconf so we dont spin
David Gwynne
2005-08-09
Add Vital Product Data structure. Requested deraadt@ ok dlg@
Marco Peereboom
2005-08-09
normalise the fan speed output
David Gwynne
2005-08-08
Fill in device structure, bad dlg@
Marco Peereboom
2005-08-08
Fill in device structure, bad dlg@
Marco Peereboom
2005-08-05
report the fan speed as a percentage since it seems all the enclosures we
David Gwynne
[next]