diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-17 08:24:20 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-17 08:24:20 +0000 |
commit | d3f7bb297e78283053350da5d994798d852003ca (patch) | |
tree | 49f489243971720eb1419a1006099d24d1defa86 /share/man/man4/man4.i386/matcd.4 | |
parent | 12e49033495ab129411bee56513cbea16e18f44a (diff) |
Discourage usage of controller in kernel config files. Reflect this
by changing ``controller'' to ``device'' as per GENERIC and LINT.
Notes
Notes:
svn path=/head/; revision=56156
Diffstat (limited to 'share/man/man4/man4.i386/matcd.4')
-rw-r--r-- | share/man/man4/man4.i386/matcd.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/matcd.4 b/share/man/man4/man4.i386/matcd.4 index c0cdeea0a712..1cff9b183e3c 100644 --- a/share/man/man4/man4.i386/matcd.4 +++ b/share/man/man4/man4.i386/matcd.4 @@ -92,7 +92,7 @@ .Nd Matsushita (Panasonic) CD-ROM driver .Sh SYNOPSIS .Pp -.Cd "controller matcd[0-4] at isa? port [?| addr]" +.Cd "device matcd[0-4] at isa? port [?| addr]" .br .Cd "/dev/[r]matcd[0-15][a|c] .br @@ -127,13 +127,13 @@ to support and delete the device entries that you don't want. In this file, you will find an entry like: - controller matcd0 at isa? port ? bio + device matcd0 at isa? port ? bio To support two host interfaces, change the file so it reads: - controller matcd0 at isa? port ? bio + device matcd0 at isa? port ? bio .br - controller matcd1 at isa? port ? bio + device matcd1 at isa? port ? bio .br (If you want to support up to three or four host interfaces, add @@ -173,7 +173,7 @@ If you recompile the kernel, you can change the entry in the kernel configuration file to specify a specific address by changing an entry like this: - controller matcd0 at isa? port 0x230 bio + device matcd0 at isa? port 0x230 bio With this change, the .Nm matcd |