summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-08 23:59:38 +0000
committerobrien <obrien@FreeBSD.org>2002-09-08 23:59:38 +0000
commit32b84a7ef91dabfb7f304c5d13fb137aeb8ab9cc (patch)
treeacb5b44c1a3171cde35e66d2da3668c612dcc55a /release/amd64
parent2ea68b67d43ee5c3c9196a9a0e870dd677aed689 (diff)
downloadFreeBSD-src-32b84a7ef91dabfb7f304c5d13fb137aeb8ab9cc.zip
FreeBSD-src-32b84a7ef91dabfb7f304c5d13fb137aeb8ab9cc.tar.gz
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.
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh2
1 files changed, 2 insertions, 0 deletions
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' \
OpenPOWER on IntegriCloud