Re: Can't enable DMA when using IDE devices on SATA controllers



Marcelo Magno T. Sales wrote:
Hi,

I have several IBM desktops and some notebooks in which the IDE interface is a
SATA controller, most of them Intel. Here's lspci output:
-------------
[marcelo.sales@sf002698 ~]$ /sbin/lspci | grep IDE
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA
Controller (rev 03)
-------------
On these machines, I can't enable DMA on IDE devices. hdparm shows:
-------------
[marcelo.sales@sf002698 ~]$ /sbin/hdparm /dev/hdc
/dev/hdc:
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
HDIO_GETGEO failed: Inappropriate ioctl for device
-------------
When I try to enable DMA, I get:
-------------
[marcelo.sales@sf002698 ~]$ su -c '/sbin/hdparm -d1 /dev/hdc'
/dev/hdc:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
-------------
I thought this was caused by lack of kernel support for the SATA controller,
but I've compiled the FC kernel and the vanilla kernel several times, with
different settings, and have got no luck on this. libata is built and loaded,
as shown by lsmod:
[marcelo.sales@sf002698 ~]$ /sbin/lsmod | grep libata
libata 58065 1 ata_piix
scsi_mod 129001 3 sg,libata,sd_mod

What needs to be done to enable DMA support? I'm using kernel
2.6.16-1.2122_FC5smp.

Thanks,

Marcelo

Hdparm can NOT control DMA setting for SATA drives. What I have done
is to add "hdc=noprobe" to the Grub boot line for the kernel. hdc is
then treated as a SCSI device, and it uses the BIOS DMA settings.
Hdparm will still say that DMA is not turned on for the drive, but
DMA will be used. (It also says that DMA is off for /dev/sda.)

This was covered in another thread here not that log ago. There is
still work to be done so that hdparm will correctly report things
for SATA devices...

Mikkel
--

Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • PROBLEM: ide-cd in 2.6.8-2.6.10 and 2.4.26-2.4.28 high cpu use with dma
    ... Burning cd's causes extremely high cpu use with dma enabled. ... Earlier kernel versions ... is shown as loaded in the environment section of this bug report since at ...
    (Linux-Kernel)
  • Re: Weird kernel errors
    ... This may be related to the kernel error message: ... >> The second is that my hard disks won't accept DMA enabling, ... No DMA on any of the drives. ... > allotted partitions if they aren't "right"). ...
    (uk.comp.os.linux)
  • Re: [PATCH] 2.6.22 - Documentation Cleanup
    ... The kernel provides an interface to manage DMA transfers ... - using the DMA channels in the cpu, ... channel generators is in one place. ...
    (Linux-Kernel)
  • Re: [PATCH] 2.6.22 - Documentation Cleanup
    ... The kernel provides an interface to manage DMA transfers ... - using the DMA channels in the cpu, ... channel generators is in one place. ...
    (Linux-Kernel)
  • Re: PATA DMA problem leading to kernel panic on reading movie DVDs
    ... DMA capabilities, leading either to DMA being disabled or a kernel ... It failed to indicate what the failed command was (though, it seems like the failed opcode is always unknown with the IDE drivers), disabled DMA incorrectly, then seemingly confused itself. ... The error message with 2.6.23.14 was: ...
    (Linux-Kernel)