Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755106AbZKHUFE (ORCPT ); Sun, 8 Nov 2009 15:05:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755039AbZKHUFD (ORCPT ); Sun, 8 Nov 2009 15:05:03 -0500 Received: from khc.piap.pl ([195.187.100.11]:44792 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753396AbZKHUFD convert rfc822-to-8bit (ORCPT ); Sun, 8 Nov 2009 15:05:03 -0500 From: Krzysztof Halasa To: linux-ide@vger.kernel.org, lkml Subject: 16-bit operation of PATA_CS5536? Date: Sun, 08 Nov 2009 21:05:05 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 819 Lines: 23 I wonder why isn't the PATA CS5536 driver using 32-bit ops. Does the following make any sense? It seems to work on my IXP425-based router. Signed-off-by: Krzysztof HaƂasa --- a/drivers/ata/pata_cs5536.c +++ b/drivers/ata/pata_cs5536.c @@ -232,7 +232,7 @@ static struct scsi_host_template cs5536_sht = { }; static struct ata_port_operations cs5536_port_ops = { - .inherits = &ata_bmdma_port_ops, + .inherits = &ata_bmdma32_port_ops, .cable_detect = cs5536_cable_detect, .set_piomode = cs5536_set_piomode, .set_dmamode = cs5536_set_dmamode, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/