summaryrefslogtreecommitdiff
path: root/sys/dev/pv/hvs.c
AgeCommit message (Expand)Author
2017-08-10Correct the upper bound for the command size before the passthroughMike Belopuhov
2017-08-10Buffer size for the SCSI vendor string should be 8 char longMike Belopuhov
2017-07-13Add a comment explaining why pciide(4) must skip attaching disksMike Belopuhov
2017-07-12Prefer paravirtualized interface for IDE disks as wellMike Belopuhov
2017-06-27Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULLJonathan Gray
2017-06-26Minor cleanup; when polling delay before calling the interrupt handlerMike Belopuhov
2017-06-23Request deferred interrupt processingMike Belopuhov
2017-06-21Don't confuse SCSI command status and transfer error code.Mike Belopuhov
2017-06-21Include the request id in the I/O debug outputMike Belopuhov
2017-06-15Provide storage for the response message in each CCBMike Belopuhov
2017-06-15Remove the structure definition for an old (pre Win8) I/O request typeMike Belopuhov
2017-06-15Put back copying of the response message into the polling callbackMike Belopuhov
2017-06-15Correct the number of targets vs number of LUNsMike Belopuhov
2017-06-14Borrow some of dlg's smarts to make this look like a real SCSI driverMike Belopuhov
2017-06-14Special handling for request 0 clashes with CCB 0Mike Belopuhov
2017-06-14Increase the maximum amount of requests and do some cleanupMike Belopuhov
2017-06-14Hyper-V storage driverMike Belopuhov