The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is

needed.
This commit is contained in:
Yoshihiro Takahashi 2000-09-23 07:53:01 +00:00
parent b8c4558548
commit 5ef724ac4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66295
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci/d' \
sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \

View File

@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci/d' \
sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \

View File

@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci/d' \
sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \

View File

@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci/d' \
sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \

View File

@ -15,7 +15,7 @@ if [ "${ARCH}" = "i386" ]; then
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci/d' \
sed -e '/ pci$/d' \
-e '/ adv/d' \
-e '/ ahc/d' \
-e '/ amd/d' \