commit | d52fdf6a6d4d710a8de12ca153bcd2735290c743 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Nov 29 09:42:13 2010 +0100 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Dec 05 12:23:23 2010 -0500 |
tree | 44e355fec52dd577d8a7549b4786a99d80d9758f | |
parent | 54fa8ec148cd7cf9a5d0ac1dcc4f6975b7a1ec6e [diff] |
add ahci support This patch adds AHCI support to seabios. Tested with virtual hardware only (upcoming ahci support in qemu). Coded by looking at the recommandations in the intel ahci specs, so I don't expect much trouble on real hardware. Tested booting fedora install from hard disk and a opensuse live iso from cdrom. [ v2: disable by default ] [ v2: add check for malloc failure ] [ v2: wind up disk write support ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>