From 32b84a7ef91dabfb7f304c5d13fb137aeb8ab9cc Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 8 Sep 2002 23:59:38 +0000 Subject: Back out last commit where I moved pcn(4) off of the modules floppy back into the install kernel. Unfortunately pcn(4) also needs mii(4) so that would also have to added to install kernel, which will bloat it up so that it doesn't fit on the floppy any more. Turns out we grew a lnc(4) module since I last looked. So handle it as a kld loadable module during install rather than have it statically compiled into the kernel. --- release/amd64/dokern.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/amd64') diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index d4754fc..af88420 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -55,6 +55,7 @@ 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' \ @@ -64,6 +65,7 @@ sed -e '/ pty /d' \ -e '/ vr /d' \ -e '/ wb /d' \ -e '/ xl /d' \ + -e '/ lnc /d' \ -e '/ ugen /d' \ -e '/ uhid /d' \ -e '/ ulpt /d' \ -- cgit v1.1