diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-05 15:45:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-05 15:45:01 +0000 |
commit | af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b (patch) | |
tree | 19ee105972c641a02ece1cd84a93041a7db9f698 /release/i386/dokern.sh | |
parent | 9a10d7b3667cf558a724098d6ab2d4514577e095 (diff) | |
download | FreeBSD-src-af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b.zip FreeBSD-src-af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b.tar.gz |
Statically compile pcn(4) into the install kernel vs. using as module.
lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach.
I.e. pcn(4) gets first chance. There is a problem however in that pcn(4)
was moved out of the install kernel so that the module would be used.
This however causes bad installs if one has an AMD PCnet/FAST NIC.
Diffstat (limited to 'release/i386/dokern.sh')
-rwxr-xr-x | release/i386/dokern.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index f5b7b5e..d4754fc 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -55,7 +55,6 @@ sed -e '/ pty /d' \ -e '/ vx /d' \ -e '/ dc /d' \ -e '/ fxp /d' \ - -e '/ pcn /d' \ -e '/ rl /d' \ -e '/ sf /d' \ -e '/ sis /d' \ |