[SeaBIOS] [PATCH] ahci: enable by default

Gerd Hoffmann kraxel at redhat.com
Thu Aug 4 20:42:16 CEST 2011


Lack of real hardware testing was the main reason to turn it off by
default.  The AHCI has been fixed to work on both qemu and real
hardware, so lets flip the switch now.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 81acc1c..338f51a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -104,7 +104,7 @@ menu "Hardware support"
     config AHCI
         depends on DRIVES
         bool "AHCI controllers"
-        default n
+        default y
         help
             Support for AHCI disk code.
     config VIRTIO_BLK
-- 
1.7.1




More information about the SeaBIOS mailing list