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
/
arch
/
sparc64
/
dev
/
vdsk.c
Age
Commit message (
Expand
)
Author
2010-03-24
vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi command
David Gwynne
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-12
Add missing splbio() protection when sending commands to the vDisk server.
Mark Kettenis
2009-12-09
Resubmit any pending SCSI commands when we sucessfully (re)connect to
Mark Kettenis
2009-12-09
Don't try to shove I/O down the LDC if we're disconnected from the virtual
Mark Kettenis
2009-12-08
Base the revision string in the INQUIRY info on the version of the VIO protocol
Mark Kettenis
2009-05-12
Make reserved member of protocol struct start with underscore.
Mark Kettenis
2009-05-10
Remove a dead variable and some unneeded returns.
Mark Kettenis
2009-02-20
Tweak debug printf.
Mark Kettenis
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-17
Clean things up a bit, and be a bit more fussy about the proper sequence in
Mark Kettenis
2009-01-17
Return NO_CCB if we run out of descriptors.
Mark Kettenis
2009-01-17
Implement SYNCHRONIZE CACHE and make SCSI_POLL work while we're there.
Mark Kettenis
2009-01-16
Set the number of openings to the number of ring descriptors minus one. For
Mark Kettenis
2009-01-16
Make transfers bigger than PAGE_SIZE work.
Mark Kettenis
2009-01-16
Remove bogus KASSERT.
Mark Kettenis
2009-01-12
A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@.
Mark Kettenis
2009-01-12
Initial stab at a driver for virtual disks found on sun4v logical domains.
Mark Kettenis