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-08-05
report the fan speed as a percentage since it seems all the enclosures we
David Gwynne
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
reorder the allocation of bits in attach to make cleaning up on an error
David Gwynne
2005-08-05
READ BUFFER is a generic opcode, so dont define our own
David Gwynne
2005-08-05
a define for the scsi READ BUFFER opcode
David Gwynne
2005-08-05
shorten dmesg output
Theo de Raadt
2005-08-05
scsi_safte.c and scsi_safte.h are now known as safte.c and safte.h
David Gwynne
2005-08-05
make the naming of the safte files consisten with the rest of the scsi
David Gwynne
2005-08-04
this file is now known as ses.h
David Gwynne
2005-08-04
the generic scsi attach line already says we're an enclosure, so why did
David Gwynne
2005-08-04
be nicer to the controller the ses device is attached to by doing the scsi
David Gwynne
2005-08-04
Add support for dell enclosures that do both SES and SAF-TE. ok dlg@
Marco Peereboom
2005-08-04
Add SCSI 3 define. ok dlg@
Marco Peereboom
2005-08-03
Move a couple of 2048+4 byte structures from the stack to the heap.
Kenneth R Westerback
2005-08-03
report the state of the power supplies. the value shows if the psu is on
David Gwynne
2005-08-03
take advantage of the new ability of the sensors framework to report the
David Gwynne
2005-08-02
read the rpm of the fans
David Gwynne
2005-08-01
a new scsi enclosure services driver. this and safte replace the old ses
David Gwynne
2005-08-01
Return 0 as the block size when READ_CAPACITY fails in scsi_size().
Kenneth R Westerback
2005-07-31
remove the ses driver. it has never been enabled in GENERIC on any arch
David Gwynne
2005-07-30
Use the blocksize returned from scsi_size() in preference to all
Kenneth R Westerback
2005-07-28
put this where it belongs
David Gwynne
2005-07-27
delete the timeout on detach to avoid ticking after everything has been
David Gwynne
2005-07-26
CELCIUS to CELSIUS in macros as pointed out by jolan and jmc. jmc also says
David Gwynne
2005-07-26
slight shrinking
David Gwynne
2005-07-26
dlg cant make fun of me for having to use the imperial system anymore
Jolan Luff
2005-07-25
add safte, a small driver for monitoring scsi accessed fault-tolerant
David Gwynne
2005-07-25
SID_ANSII_SCSI2 is a valid value of SID_ANSII
David Gwynne
2005-07-05
Since scsi_link now includes a copy of the INQUIRY data, don't keep a
Kenneth R Westerback
2005-07-03
Add missing reserved byte to page_disk_format struct in
Kenneth R Westerback
2005-07-02
Remove unused cd_softc.name field. Use the saved INQUIRY data in
Kenneth R Westerback
2005-07-02
Remove unused struct sd_ops.
Kenneth R Westerback
2005-07-02
Unused files.
Kenneth R Westerback
2005-07-02
Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sd
Kenneth R Westerback
2005-06-27
Further cleanup and rationalize sd_scsibus_getparms(). No (intended)
Kenneth R Westerback
2005-06-27
Zap unused member of cd_softc: sc_ops.
Kenneth R Westerback
2005-06-24
Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byte
Kenneth R Westerback
2005-06-24
Eliminate sd_scsibus_get_optparms() as unnecessary, instead getting
Kenneth R Westerback
2005-06-24
Move st.c to new mode sense mechanism. Don't save page0 data (if any), just
Kenneth R Westerback
2005-06-23
Reword some comments to better reflect reality. Remove some unhelpful
Kenneth R Westerback
2005-06-23
Don't discard the blocksize information provided by the READ CAPACITY
Kenneth R Westerback
2005-06-22
Get rpm from filled in structure, not unused one. Remove now
Kenneth R Westerback
2005-06-19
Eradicate unused struct atapi_sd_mode_data. Eradicate struct
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-15
Use scsi_size() as preferred disk size in all cases. Allow devices
Kenneth R Westerback
2005-06-15
Typo. 'dp->cyls' -> 'dp->sectors'.
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-11
Elminate a few unnecessary casts by using union field names, bit of KNF.
Kenneth R Westerback
[next]