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
/
safte.c
Age
Commit message (
Expand
)
Author
2005-12-02
Missing 'break;'. Spotted by lint.
Kenneth R Westerback
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2005-11-13
lock updates to the buffer with the enclosure status in it so that one
David Gwynne
2005-11-12
there are two things that safte does: update sensors and blink lights. if
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-08-24
dont reject safte devices that have more inquiry information than the
David Gwynne
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-21
handle the unblink request; ok dlg marco krw
Theo de Raadt
2005-08-18
das blinkenlighten! uses /dev/bio to allow an ioctl to turn identify on
David Gwynne
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
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-10
use the appropriate flags to scsi_scsi_cmd during autoconf so we dont spin
David Gwynne
2005-08-08
Fill in device structure, bad dlg@
Marco Peereboom
2005-08-05
dont do an inquiry in attach just to print the safte revision number. it
David Gwynne
2005-08-05
switch safte from using a scsi cmd at softclock to doing the commands
David Gwynne
2005-08-05
READ BUFFER is a generic opcode, so dont define our own
David Gwynne
2005-08-05
shorten dmesg output
Theo de Raadt
2005-08-05
make the naming of the safte files consisten with the rest of the scsi
David Gwynne