From d8cbedb6b0d6475cece1920e031c6b60572fb48e Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Thu, 29 Jun 2000 02:26:48 +0000 Subject: [PATCH] remove breakage that snuck in with my last commit pointed out by: peter --- sys/alpha/isa/isa_dma.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/alpha/isa/isa_dma.c b/sys/alpha/isa/isa_dma.c index 5864c7a00c7..bba4570178d 100644 --- a/sys/alpha/isa/isa_dma.c +++ b/sys/alpha/isa/isa_dma.c @@ -106,7 +106,6 @@ isa_dmainit(chan, bouncebufsize) * Reset the DMA hardware. */ outb(DMA1_RESET, 0); - outb((IO_DMA1 + 1*14), 0); outb(DMA2_RESET, 0); isa_dmacascade(4);