From af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 5 Sep 2002 15:45:01 +0000 Subject: 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. --- release/amd64/dokern.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'release/amd64') 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' \ -- cgit v1.1