Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/26/1999 22:08:30
Module Name: src
Committed By: dbj
Date: Wed Jan 27 06:08:30 UTC 1999
Modified Files:
src/sys/arch/next68k/dev: nextdma.c
Log Message:
Fixed dma instability introduced with nextdma.c rev 1.7
This fix removes putting 0xfeedbeef in the unused restart registers.
When that was done, the machine would panic after a short while
with 0xfeedbeef in the normal dma buffer registers. A restart
cycle is probably hapenning without an interrupt or something.