From 2ea76bdf04af4f2efefea6ca84e055086634e4be Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Tue, 12 Jul 2016 02:00:16 +0300 Subject: [PATCH] x64: add legacy IDE, fix VirtualBox bug #84 and Fujitsu Futro S550-2 Signed-off-by: Lucian Cristian --- target/linux/x86/64/config-default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 89a8a4ce45..d5be87ffe1 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -40,7 +40,9 @@ CONFIG_ARCH_SUPPORTS_INT128=y CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y -# CONFIG_ATA_SFF is not set +CONFIG_ATA_SFF=y +CONFIG_ATA_PIIX=y +CONFIG_PATA_ATIIXP=y CONFIG_AUDIT_ARCH=y # CONFIG_BACKLIGHT_APPLE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y -- 2.30.2