Add SATA disk support

Increase the number of hypervisors where Moby can run and detect
the disks.  With this change, I'm able to boot under KVM and see
the disk detected, formatted and mounted as expected.
This commit is contained in:
Daniel Hiltgen 2016-06-17 08:06:20 -07:00
parent 2d67ea5cb8
commit 3479c8b3ac

View File

@ -1524,15 +1524,15 @@ CONFIG_ATA_BMDMA=y
# SATA SFF controllers with BMDMA # SATA SFF controllers with BMDMA
# #
CONFIG_ATA_PIIX=y CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set CONFIG_SATA_MV=y
# CONFIG_SATA_NV is not set CONFIG_SATA_NV=y
# CONFIG_SATA_PROMISE is not set CONFIG_SATA_PROMISE=y
# CONFIG_SATA_SIL is not set CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set CONFIG_SATA_SIS=y
# CONFIG_SATA_SVW is not set CONFIG_SATA_SVW=y
# CONFIG_SATA_ULI is not set CONFIG_SATA_ULI=y
# CONFIG_SATA_VIA is not set CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set CONFIG_SATA_VITESSE=y
# #
# PATA SFF controllers with BMDMA # PATA SFF controllers with BMDMA