Date: Wed, 28 Jun 2000 22:28:35 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Peter Wemm <peter@netplex.com.au> Cc: alpha@FreeBSD.ORG Subject: Re: fdc driver problem on the Alpha (PC164SX) - anyone else? Message-ID: <200006290228.WAA11582@gale.cs.duke.edu> In-Reply-To: <20000629002616.BDAA41CDF@overcee.netplex.com.au> References: <20000629002616.BDAA41CDF@overcee.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Wemm writes: > @@ -105,6 +106,7 @@ > * Reset the DMA hardware. > */ > outb(DMA1_RESET, 0); > + outb((IO_DMA1 + 1*14), 0); > outb(DMA2_RESET, 0); > isa_dmacascade(4); > > I'm wondering if this could be related somehow. The driver seems to be > hanging in a way that might be consistant with a dma initialization > problem. Gack! Pass me the pointy hat. That never should have snuck in. I was desparately trying to wake up the floppy drive on my up1000 & that was left from a failed attempt. It didn't seem to affect my xp1000 or my up1000 which is why I forgot to remove it before committing. At any rate, I just removed it. Please let me know if that fixes your problem. Sorry, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006290228.WAA11582>