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