Motherboard: VIA C3/800A with two onboard PATA.
Drives:
IDE 0:0 has a CF to IDE adapter with a Seagate micro-drive (CF interface, 4GB moving-parts drive)
IDE 1:0 and 1:1 have standard 2.5" drives
The MicroDrive does not seem to support standard DMA, though in BIOS it registers as mode 2.
When core boots, it hangs when trying to read SDA (since HDx no longer applies it seems)
Finally, it flags with READ DMA error and eventually moves on. The other two drives are fine.
Boot codes: I know about ide-core.nodma=x:x and libata.dma=x
Setting ide-core.nodma=x:x (if memory serves) only applies when devices are managed as hd# (PATA) which hasn't been the case for some time.
Setting libata on the other hand throws a question I'm concerned about.
libata.dma=0 Disable all PATA and SATA DMA
libata.dma=1 PATA and SATA Disk DMA only
libata.dma=2 ATAPI (CDROM) DMA only
libata.dma=4 Compact Flash DMA only
Combinations also work, so libata.dma=3 enables DMA
for disks and CDROMs, but not CFs.
If the system does not detect the drive as a CF (seen as SDA) then IMO setting dma=3 would be of no use. If I disable PATA/SATA... then I have to assume the two other IDE drives would suffer by not having DMA support.
/dev/sda:
hdparm: HDIO_GET_MULTCOUNT: Inappropriate ioctl for device
IO_support = 0 (default 16-bit)
hdparm: HDIO_GET_UNMASKINTR: Inappropriate ioctl for device
hdparm: HDIO_GET_DMA: Inappropriate ioctl for device
hdparm: HDIO_GET_KEEPSETTINGS: Inappropriate ioctl for device
readonly = 0 (off)
readahead = 256 (on)
geometry = 0/255/63, sectors = 0, start = 0
Any thoughts on the issue would be greatly appreciated!