Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/21/1996 15:10:05
pk
Tue May 21 15:06:30 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25790
Modified Files:
files.sparc GENERIC GENERIC_SCSI3
Log Message:
Remove the `espdma' special case; all `esp' related dma channels are now
called `dma' on all architectures. Note: `ledma' remains in place.
Also delete a couple of unneeded `needs-flag's in files.sparc.
pk
Tue May 21 15:07:31 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25825
Modified Files:
dma.c
Log Message:
Allow all esp dma channels to be called `dma'.
pk
Tue May 21 15:09:46 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25882
Modified Files:
esp.c
Log Message:
espattach() requires DMA to be configured. For now, panic if it is not.