lkml.org 
[lkml]   [2010]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[72/98] ata_piix: enable 32bit PIO on SATA piix
    2.6.32-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Tejun Heo <tj@kernel.org>

    commit 0b67c7439fe2a5d76602de36854c88e2beab00b0 upstream.

    Commit 871af1210f13966ab911ed2166e4ab2ce775b99d enabled 32bit PIO for
    PATA piix but didn't for SATA. There's no reason not to use 32bit PIO
    on SATA piix. Enable it.

    Signed-off-by: Tejun Heo <tj@kernel.org>
    Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
    Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/ata/ata_piix.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/ata/ata_piix.c
    +++ b/drivers/ata/ata_piix.c
    @@ -329,7 +329,7 @@ static struct ata_port_operations ich_pa
    };

    static struct ata_port_operations piix_sata_ops = {
    - .inherits = &ata_bmdma_port_ops,
    + .inherits = &ata_bmdma32_port_ops,
    };

    static struct ata_port_operations piix_sidpr_sata_ops = {



    \
     
     \ /
      Last update: 2010-01-27 00:53    [W:3.847 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site