aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-08 23:59:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-08 23:59:38 +0000
commitee298a81514f6a180125111af46b51a5953c551b (patch)
treeacb5b44c1a3171cde35e66d2da3668c612dcc55a /release/pc98
parent223e8ce62da6c61568b87a5e023a5ed17d9d3fee (diff)
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.
Notes
Notes: svn path=/head/; revision=103107
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index d4754fcf231f..af88420ee4da 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/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' \