diff options
author | yongari <yongari@FreeBSD.org> | 2010-08-23 00:10:43 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-08-23 00:10:43 +0000 |
commit | 1b3ec208346e23bc8cec30152779da9d58ac17b8 (patch) | |
tree | 1a7e9a78ff7adc2538995683b713b345d728f3b9 /share | |
parent | d13691c661ad045304292f5f10aecbca2997901e (diff) | |
download | FreeBSD-src-1b3ec208346e23bc8cec30152779da9d58ac17b8.zip FreeBSD-src-1b3ec208346e23bc8cec30152779da9d58ac17b8.tar.gz |
Better wording and fix wrong explanation.
Submitted by: Ben Kaduk ( minimarmot <> gmail dot com )
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/rl.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index 56c57be..d88a25f 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -206,9 +206,9 @@ SOHO (PRAGMATIC) UE-1211C .It Va dev.rl.%unit.prefer_iomap This tunable controls which register mapping should be used on the specified device. -Non-zero value enables I/O space register mapping. +A non-zero value enables I/O space register mapping. For controllers that have no I/O space register mapping this tunable -should be set to 0 to use I/O space register mapping. +should be set to 0 to use memory space register mapping. The default value is 1 to use I/O space register mapping. .It Va dev.rl.%unit.twister_enable Non-zero value enables the long cable tuning on the specified device. |