diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-08-02 11:41:54 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-08-02 11:41:54 +0000 |
commit | 87b53c42fc247805e839f14a9afbfab4ad08f894 (patch) | |
tree | f505997d880f7585431a5024cfa8ca3aa3d414d0 /newdevice.tex | |
parent | 00c5a092c3a19c39f9645a609cdcb2ea1795a224 (diff) | |
parent | 6233eaefd1a6207d6298b924da0aa96350b468ab (diff) |
Merge remote-tracking branch 'origin/v1.0'
Update trunk to virtio-v1.0-cs03
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@539 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'newdevice.tex')
-rw-r--r-- | newdevice.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/newdevice.tex b/newdevice.tex index c7e6221..28e1c7b 100644 --- a/newdevice.tex +++ b/newdevice.tex @@ -22,8 +22,9 @@ configuration information (the network device does this for filtering, otherwise the table in the config space could potentially be very large). -Remember that configuration fields over 32 bits wide might not be -atomically writable by the driver. +Remember that configuration fields over 32 bits wide might not be atomically +writable by the driver. Therefore, no writeable field which triggers an +action ought to be wider than 32 bits. \section{What Device Number?}\label{sec:Creating New Device Types / What Device Number?} |