diff options
author | nbm <nbm@FreeBSD.org> | 2000-01-17 13:15:16 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-01-17 13:15:16 +0000 |
commit | 2333214fe4eb51c92da87d38b76147e02486cd85 (patch) | |
tree | f75eb1b4ad8a8ab1568a52e4b829795d943e7de5 /share | |
parent | 8d7368515d1b1ed7a6d65e3359413ab9ae376547 (diff) | |
download | FreeBSD-src-2333214fe4eb51c92da87d38b76147e02486cd85.zip FreeBSD-src-2333214fe4eb51c92da87d38b76147e02486cd85.tar.gz |
Nuke the 'bio', as per orders from peter
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/matcd.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/matcd.4 b/share/man/man4/man4.i386/matcd.4 index 1cff9b1..810c698 100644 --- a/share/man/man4/man4.i386/matcd.4 +++ b/share/man/man4/man4.i386/matcd.4 @@ -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: - device matcd0 at isa? port ? bio + device matcd0 at isa? port ? To support two host interfaces, change the file so it reads: - device matcd0 at isa? port ? bio + device matcd0 at isa? port ? .br - device matcd1 at isa? port ? bio + device matcd1 at isa? port ? .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: - device matcd0 at isa? port 0x230 bio + device matcd0 at isa? port 0x230 With this change, the .Nm matcd |