aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
commitf31d7a57141d544bd587471d35e9c062aa58bc70 (patch)
tree19ee105972c641a02ece1cd84a93041a7db9f698 /release/pc98
parent65c0281919dfe158be1a522a1949dbdbb32a0749 (diff)
downloadsrc-f31d7a57141d544bd587471d35e9c062aa58bc70.tar.gz
src-f31d7a57141d544bd587471d35e9c062aa58bc70.zip
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.
Notes
Notes: svn path=/head/; revision=102972
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index f5b7b5e01ffd..d4754fcf231f 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/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' \