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
2008-11-10
clean namespace a fair bit; wrap kernel-use-only structures and gunk in
Theo de Raadt
2008-11-09
workaround lack of struct proc. this whole mess must be cleaned out.
Theo de Raadt
2008-09-22
Do not return an uninitialized value on success in stclose().
Miod Vallat
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2008-09-06
Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is
Kenneth R Westerback
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-28
zap some extra spaces and tabs.
Federico G. Schwindt
2008-07-26
Silence scsi_inquire_vpd() so devices that don't understand the necessary
Kenneth R Westerback
2008-07-26
deivce -> device typo fix in comment.
Kenneth R Westerback
2008-07-22
implement the fetching of a scsi devices "devid". recent hardware provides
David Gwynne
2008-07-22
tweak comment to reflect the new reality after my last change.
David Gwynne
2008-07-21
when probing a device the midlayer queries its inquiry data and
David Gwynne
2008-07-08
this makes the code in sdattach less dense by collapsing the flags we pass
David Gwynne
2008-07-05
When SCSIDEBUG'ing, print data about to be written (for commands
Kenneth R Westerback
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-22
Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES,
Kenneth R Westerback
2008-06-21
Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES.
Kenneth R Westerback
2008-06-21
fgsch@ points out my last commit changed the retry limit for CD capacity
Kenneth R Westerback
2008-06-21
Eliminate cd_size() and use scsi_size() + tweaked cd_get_params()
Kenneth R Westerback
2008-06-17
Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and
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-14
Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up
Kenneth R Westerback
2008-06-13
Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the
Kenneth R Westerback
2008-06-10
Accidental commit. Clean up.
Artur Grabowski
2008-06-10
Buffer cache revamp
Bob Beck
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-06-02
Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at
Kenneth R Westerback
2008-05-27
nuke unused lba2msf and msf2lba functions. krw@ ok.
Federico G. Schwindt
2008-05-26
Print SCSI initiator ID such that it is easier to spot configuration
Mark Kettenis
2008-05-24
SDEV_UMASS devices skip the mode page dance to set blksize. So initialize
Kenneth R Westerback
2008-05-22
zap useless comment block with no content.
Jasper Lievisse Adriaanse
2008-05-12
Fix device reference counting. Now that we try to support detachable
Kenneth R Westerback
2008-05-09
Lock in removable media while trying to determine the disk parameters. This
Kenneth R Westerback
2008-05-09
Oops. When detaching tape drives look for devices using 'stopen' not
Kenneth R Westerback
2008-04-24
Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo)
Kenneth R Westerback
2008-04-10
fix the macros that are used to read the devid vpd page.
David Gwynne
2008-03-21
USB Floppies are umass devices so we always use the default 63/255
Kenneth R Westerback
2007-12-29
the scsi layer always had function pointers for asking the hba about a
David Gwynne
2007-12-28
massage the way vpds are defined. rename the page used for the devices
David Gwynne
2007-11-27
typos; ok jmc@
Martynas Venckus
2007-11-26
let scsibus ask the adapter about a device before probing it. also allow
David Gwynne
2007-11-25
dont use the adapter_softc member of scsi_link as a softc anymore. the
David Gwynne
2007-11-23
if we cant fetch the serial then fill it with "(unknown)".
David Gwynne
2007-11-22
Ansi-fy.
Kenneth R Westerback
2007-11-22
Ooops. Don't de-reference st until after it has been pointed at the
Kenneth R Westerback
2007-11-16
convert code over from sd.c, to let tapes discollect. Lucas Stefanutti
Theo de Raadt
2007-11-11
Revert useless textual optimization that resulted in 16 bytes being
Kenneth R Westerback
[next]