aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-01-30 12:43:13 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-01-30 12:43:13 +0000
commit3a2e2285950639c39db6ebf864e038b1282e0f13 (patch)
treeaefdc42fda7e4e322924e1d8ac20e6965f303eeb /release/pc98
parent8e67075792b72e5e408e2d228c993e6f4231963a (diff)
downloadsrc-3a2e2285950639c39db6ebf864e038b1282e0f13.tar.gz
src-3a2e2285950639c39db6ebf864e038b1282e0f13.zip
Remove the atapifd and atapist support from boot floppies.
Notes
Notes: svn path=/head/; revision=110091
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 437d7c738025..42c40d4da4df 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -28,6 +28,8 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/INVARIANTS/d' \
-e '/INVARIANT_SUPPORT/d' \
-e '/WITNESS/d' \
+ -e '/ atapifd /d' \
+ -e '/ atapist /d' \
-e '/ ch /d' \
-e '/ sa /d' \
-e '/ pass /d' \
@@ -93,6 +95,8 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/INVARIANTS/d' \
-e '/INVARIANT_SUPPORT/d' \
-e '/WITNESS/d' \
+ -e '/ atapifd /d' \
+ -e '/ atapist /d' \
-e '/ ch /d' \
-e '/ sa /d' \
-e '/ pass /d' \