Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270065AbTHSKbG (ORCPT ); Tue, 19 Aug 2003 06:31:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270142AbTHSKbG (ORCPT ); Tue, 19 Aug 2003 06:31:06 -0400 Received: from core.kaist.ac.kr ([143.248.147.118]:57495 "EHLO core.kaist.ac.kr") by vger.kernel.org with ESMTP id S270065AbTHSKbD (ORCPT ); Tue, 19 Aug 2003 06:31:03 -0400 Message-ID: <003701c3663c$5db3ef10$a5a5f88f@core8fyzomwjks> From: "Cho, joon-woo" To: Subject: [Q] IDE drive DMA failure Date: Tue, 19 Aug 2003 19:26:35 +0900 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1331 Lines: 61 Sorry, by my mistake I can't get reply of this question. Please answer again, very sorry. I send some data from ide disk to some PCI device's RAM directly. At above sentence, 'directly' means that data is not transferred through RAM. Data path is only from ide disk controller to PCI device's RAM. Anyway data can be transferred by PIO. But DMA method can't operate. Below is error message. Aug 18 15:08:12 localhost kernel: hdc: dma_timer_expiry: status=0x58 { DriveReady SeekComplete DataRequest } Aug 18 15:08:12 localhost kernel: hdc: timeout waiting for DMA Aug 18 15:08:12 localhost kernel: ide_dmaproc: chipset supported ide_dma_timeout func only: 14 After this DMA timeout error, data is transferred by PIO. Do you have similar experience? I want to send data by DMA method. What is problem? Kernel? Hardware? And how can I solve this problem? Please give me anser or hint, Thanks! Below is my system spec CPU celeron 400 Motherboard 440BX IDE interface Intel Corporation 82371AB PIIX4 IDE (rev 1). HDD hdc: IC35L040AVVA07-0, ATA DISK drive (Hitachi) - 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/