diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-08 23:59:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-08 23:59:38 +0000 |
commit | 32b84a7ef91dabfb7f304c5d13fb137aeb8ab9cc (patch) | |
tree | acb5b44c1a3171cde35e66d2da3668c612dcc55a /release/pc98/dokern.sh | |
parent | 2ea68b67d43ee5c3c9196a9a0e870dd677aed689 (diff) | |
download | FreeBSD-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/pc98/dokern.sh')
-rwxr-xr-x | release/pc98/dokern.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index d4754fc..af88420 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' \ |