diff options
author | jb <jb@FreeBSD.org> | 2003-09-07 04:18:17 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2003-09-07 04:18:17 +0000 |
commit | 74da2bc37220a00021280f4b3f3c5a705605eeeb (patch) | |
tree | 0d807026494a8d887483cb2719587dd27c786329 | |
parent | c059babcc46acd211789e5eb7d498eaf36f9460c (diff) | |
download | FreeBSD-src-74da2bc37220a00021280f4b3f3c5a705605eeeb.zip FreeBSD-src-74da2bc37220a00021280f4b3f3c5a705605eeeb.tar.gz |
Document msize which is often needed with maddr.
-rw-r--r-- | share/man/man5/device.hints.5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man5/device.hints.5 b/share/man/man5/device.hints.5 index 92fc9db..5fd4d70 100644 --- a/share/man/man5/device.hints.5 +++ b/share/man/man5/device.hints.5 @@ -99,6 +99,8 @@ is the interrupt line number to be used. is the DMA channel number. .It Li maddr specifies the physical memory address used by the device. +.It Li msize +specifies the physical memory size used by the device. .It Li flags sets various flag bits for the device. .It Li disabled |