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
/
dev
/
vscsi.c
Age
Commit message (
Expand
)
Author
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2011-04-28
report XS_RESET to the midlayer for any pending commands when vscsi is
David Gwynne
2011-04-05
provide VSCSI_STAT_RESET so userland can tell us that the connection to
David Gwynne
2010-09-25
when vscsi is closed, deactivate all child devices so when we kill the
David Gwynne
2010-09-22
Call config_deactivate() on SCSI links in vscsiclose().
Matthew Dempsky
2010-09-22
when vscsi is closed request a detach of its children devices from
David Gwynne
2010-09-21
Add device_unref() calls as appropriate to vscsi(4) to fix reference
Matthew Dempsky
2010-07-24
Restore a needed 'return' removed in the last commit, and stylistic
Matthew Dempsky
2010-07-24
fix another race. vscsi_cmd checked if the adapter was running at
David Gwynne
2010-07-23
matthew@ noted a possible misuse of the rwlock used to protect vscsi
David Gwynne
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-27
"Believe it or not," nothing uses scsi_xfer's req_sense_length field
Matthew Dempsky
2010-06-21
avoid an overflow of the xs sense buffer by ignoring t2i->senselen.
David Gwynne
2010-06-21
fix an integer arithmetic overflow.
David Gwynne
2010-06-10
vscsi just works, as a proof the debug macro is wrong and was never used,
Jonathan Armani
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-03-21
remove definitions of VSCSI_DEBUG stuff. they were never used.
David Gwynne
2010-03-14
when closing, remove commands from the right queues as we iterate over
David Gwynne
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-08-13
add ioctls to allow userland to initiator a probe or detach of devices it
David Gwynne
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-12-03
add vscsi(4), a virtual scsi controller that passes all scsi requests up to
David Gwynne