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
/
dev
/
pv
/
hvs.c
Age
Commit message (
Expand
)
Author
2017-08-10
Correct the upper bound for the command size before the passthrough
Mike Belopuhov
2017-08-10
Buffer size for the SCSI vendor string should be 8 char long
Mike Belopuhov
2017-07-13
Add a comment explaining why pciide(4) must skip attaching disks
Mike Belopuhov
2017-07-12
Prefer paravirtualized interface for IDE disks as well
Mike Belopuhov
2017-06-27
Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULL
Jonathan Gray
2017-06-26
Minor cleanup; when polling delay before calling the interrupt handler
Mike Belopuhov
2017-06-23
Request deferred interrupt processing
Mike Belopuhov
2017-06-21
Don't confuse SCSI command status and transfer error code.
Mike Belopuhov
2017-06-21
Include the request id in the I/O debug output
Mike Belopuhov
2017-06-15
Provide storage for the response message in each CCB
Mike Belopuhov
2017-06-15
Remove the structure definition for an old (pre Win8) I/O request type
Mike Belopuhov
2017-06-15
Put back copying of the response message into the polling callback
Mike Belopuhov
2017-06-15
Correct the number of targets vs number of LUNs
Mike Belopuhov
2017-06-14
Borrow some of dlg's smarts to make this look like a real SCSI driver
Mike Belopuhov
2017-06-14
Special handling for request 0 clashes with CCB 0
Mike Belopuhov
2017-06-14
Increase the maximum amount of requests and do some cleanup
Mike Belopuhov
2017-06-14
Hyper-V storage driver
Mike Belopuhov