Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760789AbYG3JgU (ORCPT ); Wed, 30 Jul 2008 05:36:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752395AbYG3JgJ (ORCPT ); Wed, 30 Jul 2008 05:36:09 -0400 Received: from 215.47.DSNET ([211.144.215.47]:34433 "EHLO cnshjsmin03.cn.alcatel-lucent.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751812AbYG3JgI (ORCPT ); Wed, 30 Jul 2008 05:36:08 -0400 X-Greylist: delayed 1842 seconds by postgrey-1.27 at vger.kernel.org; Wed, 30 Jul 2008 05:36:07 EDT X-AuditID: ac189297-aea02bb000003fd3-a3-48903b9bed5f Message-ID: <48902EB5.8070102@alcatel-lucent.com> Date: Wed, 30 Jul 2008 17:04:53 +0800 From: gshan User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Jeff Garzik CC: linux-kernel@vger.kernel.org, Linux IDE mailing list Subject: Re: PIIX4: DMA timeout issue References: <488ED837.2060509@alcatel-lucent.com> <488F1C6C.9000002@garzik.org> In-Reply-To: <488F1C6C.9000002@garzik.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jul 2008 09:04:44.0695 (UTC) FILETIME=[4F38AA70:01C8F223] X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 27 > > Can you try disabling the IDE driver (CONFIG_IDE) and enabling the > newer libata driver? (CONFIG_ATA) > Jeff, I tried moving to ATA driver for PIIX4 today and found ATA need to request 2 IRQ lines, each one of them belongs to primary and secondary channel. However, when I make PIIX4 worked under IDE driver, it also need to request one IRQ for "ide1". So it's necessary to disable secondary channel manually? Another question is my PIIX4 chip has device ID + vendor ID of 0x71108086. But it finally was mapped to following ID of piix_pci_tbl[] array. Device of 0x7110 and 0x7010 should be quit different, right? { 0x8086, 0x7010, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_mwdma }, Gavin -- 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/