View | Details | Raw Unified | Return to bug 21175
Collapse All | Expand All

(-)isa_dma.c (-1 / +1 lines)
Lines 317-325 Link Here
317
		/* send start address */
317
		/* send start address */
318
		waport = DMA2_CHN(chan - 4);
318
		waport = DMA2_CHN(chan - 4);
319
		outb(waport, phys>>1);
319
		outb(waport, phys>>1);
320
		outb(waport, phys>>9);
320
		outb(waport, phys>>9);
321
		outb(dmapageport[chan], phys>>16);
321
		outb(dmapageport[chan], phys>>17);
322
322
323
		/* send count */
323
		/* send count */
324
		nbytes >>= 1;
324
		nbytes >>= 1;
325
		outb(waport + 2, --nbytes);
325
		outb(waport + 2, --nbytes);

Return to bug 21175