diff options
author | kato <kato@FreeBSD.org> | 2001-07-24 11:32:18 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2001-07-24 11:32:18 +0000 |
commit | 8e88bf0c9ae0ac7e1058d440f5edbd748646c69b (patch) | |
tree | c7f83409ad1586f2730ab19fc6158be8861dcae8 /release/pc98 | |
parent | 1e1ca2f3d97482d1b1adb1c474bf4ab91cbb47b3 (diff) | |
download | FreeBSD-src-8e88bf0c9ae0ac7e1058d440f5edbd748646c69b.zip FreeBSD-src-8e88bf0c9ae0ac7e1058d440f5edbd748646c69b.tar.gz |
Added the txp driver into the list for SMALL kernel.
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index e71778e..3f56a5d 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -21,6 +21,7 @@ sed -e '/ pci$/d' \ -e '/ de/d' \ -e '/ fxp/d' \ -e '/ tx/d' \ + -e '/ txp/d' \ -e '/ vx/d' \ -e '/ wx/d' \ -e '/ dc/d' \ |