All of lore.kernel.org
 help / color / mirror / Atom feed
* IDE DMA with SATA, 2.6 kernels
@ 2005-05-26  4:05 Tyler Eaves
  2005-05-26  4:29 ` Jeff Garzik
  2005-05-28 12:55 ` Arthur Perry
  0 siblings, 2 replies; 4+ messages in thread
From: Tyler Eaves @ 2005-05-26  4:05 UTC (permalink / raw)
  To: linux-kernel

My system is an Athlon64 3000+ running on a Via KT800 board. Distro is
Ubuntu 5.04, running the Ubuntu AMD64-k8 2.6.11 kernel. However, I've
seen this problem with several other distros and various kernels, so it
seems to be a kernel issue. 

Disk Setup:

/dev/sda is a 200GB Maxtor SATA drive containing /boot,/, and swap
/dev/hda is a DVD-ROM/CD-RW driver (IDE)
/dev/hdc is a 160GB Maxtor IDE drive containing ThatOtherOS(TM)

The SATA drive works superbly, in UDMA133 mode. No complaints there.
However, it appears that the generic IDE driver grabs the IDE drives
before the Via driver can get them. This prevents me from using DMA on
those drivers, so, for instance, ripping CDs is really painful. I can
rip at about 2x on a good day, versus 40x+ ripping in Exact Audio Copy
under XP.

You can find the relevant portion of my dmesg (and hdparm) at
http://cg2.org/dmesg.txt

Any assistance would be very much appreciated.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: IDE DMA with SATA, 2.6 kernels
@ 2005-05-26 15:40 Aleksey Gorelov
  0 siblings, 0 replies; 4+ messages in thread
From: Aleksey Gorelov @ 2005-05-26 15:40 UTC (permalink / raw)
  To: Tyler Eaves, linux-kernel

>Disk Setup:
>
>/dev/sda is a 200GB Maxtor SATA drive containing /boot,/, and swap
>/dev/hda is a DVD-ROM/CD-RW driver (IDE)
>/dev/hdc is a 160GB Maxtor IDE drive containing ThatOtherOS(TM)
>
>The SATA drive works superbly, in UDMA133 mode. No complaints there.
>However, it appears that the generic IDE driver grabs the IDE drives
>before the Via driver can get them. This prevents me from using DMA on
>those drivers, so, for instance, ripping CDs is really painful. I can
>rip at about 2x on a good day, versus 40x+ ripping in Exact Audio Copy
>under XP.
>
>You can find the relevant portion of my dmesg (and hdparm) at
>http://cg2.org/dmesg.txt
>
>Any assistance would be very much appreciated.

 Do you have .config handy? Make shure you've got
CONFIG_BLK_DEV_IDEDMA_PCI
enabled there. In most cases you should be able to control DMA with
generic
driver.
 Another thing to double check is that DMA is on in your BIOS.

Aleks. 
>
>-
>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/
>

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

end of thread, other threads:[~2005-05-28 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26  4:05 IDE DMA with SATA, 2.6 kernels Tyler Eaves
2005-05-26  4:29 ` Jeff Garzik
2005-05-28 12:55 ` Arthur Perry
  -- strict thread matches above, loose matches on Subject: below --
2005-05-26 15:40 Aleksey Gorelov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.