Remove the atapifd and atapist support from boot floppies.

This commit is contained in:
Yoshihiro Takahashi 2003-01-30 12:43:13 +00:00
parent 8e67075792
commit 3a2e228595
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110091

View File

@ -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' \