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
/
sd.c
Age
Commit message (
Expand
)
Author
2008-08-24
dont display disk geometry (cyls/heads/sectors) since it mostly lies these
David Gwynne
2008-08-01
silence failures to run scsi_prevent. dmesg spam sucks.
David Gwynne
2008-07-08
this makes the code in sdattach less dense by collapsing the flags we pass
David Gwynne
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-21
fgsch@ points out my last commit changed the retry limit for CD capacity
Kenneth R Westerback
2008-06-15
Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same as
Kenneth R Westerback
2008-06-15
Don't bypass partition bounds check for RAW_PART. We now guarantee that
Kenneth R Westerback
2008-06-10
When copying stuff from code that runs with interrupts enabled to code
Kenneth R Westerback
2008-06-02
Don't spew sense errors (e.g. 'media not present') when probing a
Kenneth R Westerback
2008-05-24
SDEV_UMASS devices skip the mode page dance to set blksize. So initialize
Kenneth R Westerback
2008-05-09
Lock in removable media while trying to determine the disk parameters. This
Kenneth R Westerback
2008-03-21
USB Floppies are umass devices so we always use the default 63/255
Kenneth R Westerback
2007-12-28
massage the way vpds are defined. rename the page used for the devices
David Gwynne
2007-11-23
if we cant fetch the serial then fill it with "(unknown)".
David Gwynne
2007-11-11
Revert useless textual optimization that resulted in 16 bytes being
Kenneth R Westerback
2007-11-06
Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush()
Kenneth R Westerback
2007-09-15
Allow to pull out an usb stick with ffs filesystem while mounted
Alexander Bluhm
2007-06-23
Implement disk sizes > 2^32-1. Code modelled on NetBSD.
Kenneth R Westerback
2007-06-20
b_cylinder does not need to be set on the callpath down into drivers.
Theo de Raadt
2007-06-18
avoid modification race in DIOCRLDINFO; ok krw miod
Theo de Raadt
2007-06-08
all drivers should spoof version 1 labels
Theo de Raadt
2007-06-07
in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no
Theo de Raadt
2007-06-06
now that all partition size/offsets are potentially 64-bit, change the
Theo de Raadt
2007-06-05
use six new macros to access & store the 48-bit disklabel fields related
Theo de Raadt
2007-06-01
Don't initialize d_partitions[RAW_DISK] just before calling
Kenneth R Westerback
2007-05-31
Use 12 and 16 byte read/write commands as required by the size/length
Kenneth R Westerback
2007-04-28
Fix comments above DISKMINOR uses. DISKMINOR provides minor not major
Kenneth R Westerback
2007-04-26
Use the standard DISKPART/DISKUNIT/etc. defines rather than identical
Kenneth R Westerback
2007-04-14
For devices unwilling or unable to report geometry, change the 'fake'
Kenneth R Westerback
2007-04-13
If a removable device refuses to process PREVENT_ALLOW to lock the
Kenneth R Westerback
2007-04-11
Use a separate function to remove the buffers in sddetach.
Alexander Bluhm
2007-04-10
Name and cast all struct sd_softc *sd the same way. No binary change.
Alexander Bluhm
2007-04-04
sprinkle some ansification around.
David Gwynne
2007-04-03
implement the DK INFO ioctl so userland can query the disks product,
David Gwynne
2007-02-21
Don't unconditionally spin up SDEV_UMASS devices. They almost
Kenneth R Westerback
2007-02-12
Don't need a 'return' just before exiting a function.
Kenneth R Westerback
2007-02-03
Make comment match code. ok pedro
Alexander Bluhm
2006-12-21
Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' ->
Kenneth R Westerback
2006-12-12
Give the SCSI layer the ability to requeue i/o's rejected by a driver
Kenneth R Westerback
2006-11-28
rename scsibus_attach_args to scsi_attach_args. this can help avoid
David Gwynne
2006-11-27
more magic removal
Bob Beck
2006-11-27
get rid of the rest of the asc/ascq magic codes in scsi
Bob Beck
2006-10-07
make cd-roms retry forever while the device indicates that it is
Bob Beck
2006-07-29
The version field of scsi_inquiry_data is not a simple numeric value
Kenneth R Westerback
2006-07-23
remove some scsi ioctls, most importantly the ones that can reprobe the
David Gwynne
2006-07-13
Eliminate scsi_link field 'scsi_version' and just use the INQUIRY data
Kenneth R Westerback
2006-07-11
the scsi_link structure contained a copy of the inquiry flags and the whole
David Gwynne
2006-05-18
Test the state of a disk *after* spinning it up and not before. This
Kenneth R Westerback
2006-05-11
Zap trailing whitespace.
Kenneth R Westerback
2006-03-15
Nuke dk_establish(), no longer used.
Miod Vallat
[next]