Displaying 3 results from an estimated 3 matches for "driver_status".
2016 Feb 01
1
Advice on virtio, or any virtualization solution for hdparm
...;, SG_DXFER_FROM_DEV, cmd[16]=[85, 08, 0e, 00, 00, 00,
01, 00, 00, 00, 00, 00, 00, 40, ec, 00], mx_sb_len=32, iovec_count=0,
dxfer_len=512, timeout=15000, flags=0,
data[512]=["@\0\377?7\310\20\0\0\0\0\0?\0\0\0\0\0\0\0HPAD0409105B"...],
status=00, masked_status=00, sb[0]=[], host_status=0, driver_status=0,
resid=0, duration=184, info=0}) = 0
ioctl(3, HDIO_GET_IDENTITY, 0x7fffda088500) = -1 EINVAL (Invalid argument)
HDIO_GET_IDENTITY failed: Invalid argument
+++ exited with 22 +++
And at the host level:
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7ffd4b096d90) = -1...
2011 Nov 30
2
[PATCH] Add virtio-scsi to the virtio spec
...even in modern drivers (MegaSAS) so I kept them in
configuration space to simplify future extensions.
Here is a summary of the changes:
* clarified multiqueue semantics
* specified format of LUNs, with no references to hierarchical LUNs
* added more failure codes roughly corresponding to Linux driver_statuses
* assigned subsystem id
* configuration space changes (the only ones that were actually prompted
by implementation...): added seg_max, clarified reset behavior,
implementing the thing...), added hints for probing the bus.
* minor edits (especially clarifying device vs. driver, host vs. gue...
2011 Nov 30
2
[PATCH] Add virtio-scsi to the virtio spec
...even in modern drivers (MegaSAS) so I kept them in
configuration space to simplify future extensions.
Here is a summary of the changes:
* clarified multiqueue semantics
* specified format of LUNs, with no references to hierarchical LUNs
* added more failure codes roughly corresponding to Linux driver_statuses
* assigned subsystem id
* configuration space changes (the only ones that were actually prompted
by implementation...): added seg_max, clarified reset behavior,
implementing the thing...), added hints for probing the bus.
* minor edits (especially clarifying device vs. driver, host vs. gue...