public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* DMA timeout error
@ 2004-10-01 18:56 Adam Sherman
  2004-10-02 16:43 ` Bartlomiej Zolnierkiewicz
  2004-10-02 17:16 ` Beber
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Sherman @ 2004-10-01 18:56 UTC (permalink / raw)
  To: linux-kernel

I have a VIA M6000 board with an ATA CompactFlash adaptor containing a
512MB SanDisk card.

I get the following error during boot:

hdb: dma_timer_expiry: dma status == 0x41
hdb: DMA timeout error
hdb: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }

hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }

hdb: drive not ready for command
hdb: dma_timer_expiry: dma status == 0x41
hdb: DMA timeout error
hdb: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }

hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }

hdb: drive not ready for command


Any ideas?

Thanks,

A.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DMA timeout error
  2004-10-01 18:56 DMA timeout error Adam Sherman
@ 2004-10-02 16:43 ` Bartlomiej Zolnierkiewicz
  2004-10-02 17:16   ` Adam Sherman
  2004-10-02 17:16 ` Beber
  1 sibling, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-10-02 16:43 UTC (permalink / raw)
  To: Adam Sherman; +Cc: linux-kernel

On Fri, 01 Oct 2004 14:56:42 -0400, Adam Sherman <adam@sherman.ca> wrote:
> I have a VIA M6000 board with an ATA CompactFlash adaptor containing a
> 512MB SanDisk card.
> 
> I get the following error during boot:
> 
> hdb: dma_timer_expiry: dma status == 0x41
> hdb: DMA timeout error
> hdb: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> hdb: drive not ready for command
> hdb: dma_timer_expiry: dma status == 0x41
> hdb: DMA timeout error
> hdb: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> hdb: drive not ready for command
> 
> Any ideas?

If this is a new CF capable of DMA but CF-to-IDE adapter doesn't support
DMA (most don't) then "ide=nodma" kernel command line parameter should
do the job.  It might be also bug in via82cxxx host driver.

Maybe DMA should be off by default for CF but it requires fixing almost
every IDE host driver and why punish good hardware.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DMA timeout error
  2004-10-01 18:56 DMA timeout error Adam Sherman
  2004-10-02 16:43 ` Bartlomiej Zolnierkiewicz
@ 2004-10-02 17:16 ` Beber
  1 sibling, 0 replies; 4+ messages in thread
From: Beber @ 2004-10-02 17:16 UTC (permalink / raw)
  To: linux-kernel

add pci=noapic to your boot option
;)

Adam Sherman wrote:

> I have a VIA M6000 board with an ATA CompactFlash adaptor containing a
> 512MB SanDisk card.
>
> I get the following error during boot:
>
> hdb: dma_timer_expiry: dma status == 0x41
> hdb: DMA timeout error
> hdb: dma timeout error: status=0x58 { DriveReady SeekComplete 
> DataRequest }
>
> hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }
>
> hdb: drive not ready for command
> hdb: dma_timer_expiry: dma status == 0x41
> hdb: DMA timeout error
> hdb: dma timeout error: status=0x58 { DriveReady SeekComplete 
> DataRequest }
>
> hdb: status error: status=0x58 { DriveReady SeekComplete DataRequest }
>
> hdb: drive not ready for command
>
>
> Any ideas?
>
> Thanks,
>
> A.
>
>
> -
> 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/
>

-- 
/* Beber : beber (AT) setibzh (DOT) com
* https://guybrush.ath.cx
* Using Mozilla Thunderbird on Gentoo Linux
* Rachel @ friends.paris
*/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DMA timeout error
  2004-10-02 16:43 ` Bartlomiej Zolnierkiewicz
@ 2004-10-02 17:16   ` Adam Sherman
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Sherman @ 2004-10-02 17:16 UTC (permalink / raw)
  To: linux-kernel

Bartlomiej Zolnierkiewicz wrote:
>>I have a VIA M6000 board with an ATA CompactFlash adaptor containing a
>>512MB SanDisk card.
>>
>>I get the following error during boot:
>>
>>hdb: dma_timer_expiry: dma status == 0x41
>>hdb: DMA timeout error
>>hdb: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> 
> If this is a new CF capable of DMA but CF-to-IDE adapter doesn't support
> DMA (most don't) then "ide=nodma" kernel command line parameter should
> do the job.  It might be also bug in via82cxxx host driver.
> 
> Maybe DMA should be off by default for CF but it requires fixing almost
> every IDE host driver and why punish good hardware.

This makes quite a bit of sense seeing as it's a SanDisk "Ultra II" card.

beber@setibzh.com writes:
> add pci=noapic to your boot option

Since the hardware is not reachable from here, I can not test it until 
Monday. I'll note my results though.

Thanks,

A.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-02 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-01 18:56 DMA timeout error Adam Sherman
2004-10-02 16:43 ` Bartlomiej Zolnierkiewicz
2004-10-02 17:16   ` Adam Sherman
2004-10-02 17:16 ` Beber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox