Commit 6126ae47 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] add a reminder for vdma on non disk

parent dc0215e7
......@@ -846,6 +846,7 @@ static ide_startstop_t cdrom_start_packet_command(ide_drive_t *drive,
}
/* Set up the controller registers. */
/* FIXME: for Virtual DMA we must check harder */
HWIF(drive)->OUTB(info->dma, IDE_FEATURE_REG);
HWIF(drive)->OUTB(0, IDE_IREASON_REG);
HWIF(drive)->OUTB(0, IDE_SECTOR_REG);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment