mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
needed.
This commit is contained in:
parent
b8c4558548
commit
5ef724ac4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66295
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user