summaryrefslogtreecommitdiff
path: root/sys/dev/vscsi.c
AgeCommit message (Expand)Author
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
2010-06-21avoid an overflow of the xs sense buffer by ignoring t2i->senselen.David Gwynne
2010-06-21fix an integer arithmetic overflow.David Gwynne
2010-06-10vscsi just works, as a proof the debug macro is wrong and was never used,Jonathan Armani
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