diff options
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 849acd4..899ca99 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -2578,6 +2578,15 @@ device except where noted. VIRTIO_BLK_F_SCSI (7) Device supports scsi packet commands. + VIRTIO_BLK_F_FLUSH (9) Cache flush command support. + + VIRTIO_BLK_F_CONFIG_WCE (11) Device can toggle its cache between writeback + and writethrough modes. + +VIRTIO_BLK_F_FLUSH was also called VIRTIO_BLK_F_WCE: Legacy drivers +should only negotiate this feature if they are capable of sending +VIRTIO_BLK_T_FLUSH commands. + 100.2.4.2.5. Device configuration layout -------------------- @@ -2609,15 +2618,6 @@ bits as indicated above. }; - VIRTIO_BLK_F_FLUSH (9) Cache flush command support. - - VIRTIO_BLK_F_CONFIG_WCE (11) Device can toggle its cache between writeback - and writethrough modes. - -VIRTIO_BLK_F_FLUSH was also called VIRTIO_BLK_F_WCE: Legacy drivers -should only negotiate this feature if they are capable of sending -VIRTIO_BLK_T_FLUSH commands. - 2.4.2.4. Device Initialization ----------------------------- |