summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
committerobrien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
commitaf62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b (patch)
tree19ee105972c641a02ece1cd84a93041a7db9f698 /release/amd64
parent9a10d7b3667cf558a724098d6ab2d4514577e095 (diff)
downloadFreeBSD-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/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index f5b7b5e..d4754fc 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/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' \
OpenPOWER on IntegriCloud