> So would the following make things more explicit?
>
> diff -urN linux-2.4.20-ac1/drivers/ide/ide-dma.c linux-2.4.20-ac1.x/drivers/ide/ide-dma.c
> --- linux-2.4.20-ac1/drivers/ide/ide-dma.c 2002-11-30 17:37:32.000000000 +0100
> +++ linux-2.4.20-ac1.x/drivers/ide/ide-dma.c 2002-11-30 17:34:22.000000000 +0100
> @@ -627,6 +627,7 @@
> {
> drive->using_dma = 1;
> ide_toggle_bounce(drive, 1);
> + printk(KERN_INFO "%s: DMA enabled\n", drive->name);
> return HWIF(drive)->ide_dma_host_on(drive);
> }
with the above applied:
VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci00:07.1
ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST380021A, ATA DISK drive
hda: DMA disabled
blk: queue c02d28a0, I/O limit 4095Mb (mask 0xffffffff)
hda: DMA enabled
hdc: PLEXTOR CD-R PX-W2410A, ATAPI CD/DVD-ROM drive
hdd: CD-532E-B, ATAPI CD/DVD-ROM drive
hdc: DMA disabled
hdc: DMA enabled
hdd: DMA disabled
hdd: DMA enabled
...
Not all that cool, is it? I'm pretty sure the "hda: DMA disabled"
message is printed after via_init_one() completes, but that's just
about all I've been able to find out. :(
-- T. - 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/
This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:24 EST