Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/23/1997 21:40:06
thorpej
Fri May 23 14:30:23 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv18061

Modified Files:
      Tag: thorpej-bus-dma
	bus.h 
Log Message:
Add constants, types, and methods for alpha bus dma support.


thorpej
Fri May 23 14:32:43 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv18594

Modified Files:
      Tag: thorpej-bus-dma
	apecs.c lca.c cia.c dwlpx.c 
Log Message:
- Garbage-collect all DMA-related initialization, calling a separate
  *_dma_init() function instead.
- Pass the appropriate bus dma tag to children.


thorpej
Fri May 23 14:33:46 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv18888

Modified Files:
      Tag: thorpej-bus-dma
	apecsreg.h ciareg.h lcareg.h 
Log Message:
Add DMA-related registers and constants.


thorpej
Fri May 23 14:35:10 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv18948

Modified Files:
      Tag: thorpej-bus-dma
	apecsvar.h ciavar.h dwlpxvar.h lcavar.h 
Log Message:
Add DMA-related structures.


thorpej
Fri May 23 14:36:58 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv19065

Modified Files:
      Tag: thorpej-bus-dma
	sio.c 
Log Message:
Ask the parent for the DMA tag appropriate for the bus we're
attaching (either ISA or EISA) and pass it to the child.