summaryrefslogtreecommitdiff
path: root/sys/dev/vscsi.c
AgeCommit message (Expand)Author
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-21remove definitions of VSCSI_DEBUG stuff. they were never used.David Gwynne
2010-03-14when closing, remove commands from the right queues as we iterate overDavid Gwynne
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-08-13add ioctls to allow userland to initiator a probe or detach of devices itDavid Gwynne
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-12-03add vscsi(4), a virtual scsi controller that passes all scsi requests up toDavid Gwynne