Re: [SeaBIOS] [PATCH 0/6] Convert AHCI driver to run entirely in 32bit mode

2013-10-14 Thread Kevin O'Connor
On Wed, Oct 02, 2013 at 09:38:41PM -0400, Kevin O'Connor wrote: This series converts the AHCI driver to run entirely in 32bit mode. Currently, ahci will only jump into 32bit mode when it needs to access the ahci device's PCI config space. However, if the code has to run anything in 32bit

Re: [SeaBIOS] [PATCH 0/6] Convert AHCI driver to run entirely in 32bit mode

2013-10-11 Thread Kevin O'Connor
On Mon, Oct 07, 2013 at 12:02:23PM +0200, Gerd Hoffmann wrote: On Mi, 2013-10-02 at 21:38 -0400, Kevin O'Connor wrote: This series converts the AHCI driver to run entirely in 32bit mode. Currently, ahci will only jump into 32bit mode when it needs to access the ahci device's PCI config

Re: [SeaBIOS] [PATCH 0/6] Convert AHCI driver to run entirely in 32bit mode

2013-10-07 Thread Gerd Hoffmann
On Mi, 2013-10-02 at 21:38 -0400, Kevin O'Connor wrote: This series converts the AHCI driver to run entirely in 32bit mode. Currently, ahci will only jump into 32bit mode when it needs to access the ahci device's PCI config space. However, if the code has to run anything in 32bit mode, it

[SeaBIOS] [PATCH 0/6] Convert AHCI driver to run entirely in 32bit mode

2013-10-02 Thread Kevin O'Connor
This series converts the AHCI driver to run entirely in 32bit mode. Currently, ahci will only jump into 32bit mode when it needs to access the ahci device's PCI config space. However, if the code has to run anything in 32bit mode, it might as well run it all in 32bit mode. Doing this also shrinks