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: 06/08/1998 17:20:02
thorpej
Mon Jun  8 17:10:02 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory nb00:/tmp/cvs-serv12209/isa

Modified Files:
	isa_machdep.h 
Log Message:
Change the ISA DMA API to take an isa_chipset_tag_t rather than
a struct device * corresponding to the ISA bus device.  The ISA DMA
controller driver functions have been renamed and now take a struct
isa_dma_state *, and are called indirectly by machine-dependent code
which provides the DMA state.

These changes allow e.g. `ofisa' (the OpenFirmware configuration
mechanism for the ISA bus, used by e.g. Sharks) to use the MI ISA
DMA controller code.


thorpej
Mon Jun  8 17:10:27 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/pci
In directory nb00:/tmp/cvs-serv12244/pci

Modified Files:
	pcib.c 
Log Message:
Provide an isa_chipset_tag_t to children.


thorpej
Mon Jun  8 17:11:35 PDT 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv12284/isa

Modified Files:
	fd.c 
Log Message:
Adjust for changes to the ISA DMA API.


thorpej
Mon Jun  8 17:12:00 PDT 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv12304/isa

Modified Files:
	isa_machdep.c 
Log Message:
Provide an isa_chipset_tag_t to the ISA bus device.


thorpej
Mon Jun  8 17:12:18 PDT 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv12328/isa

Modified Files:
	isa_machdep.h 
Log Message:
Change the ISA DMA API to take an isa_chipset_tag_t rather than
a struct device * corresponding to the ISA bus device.  The ISA DMA
controller driver functions have been renamed and now take a struct
isa_dma_state *, and are called indirectly by machine-dependent code
which provides the DMA state.

These changes allow e.g. `ofisa' (the OpenFirmware configuration
mechanism for the ISA bus, used by e.g. Sharks) to use the MI ISA
DMA controller code.


thorpej
Mon Jun  8 17:14:20 PDT 1998
Update of /cvsroot/doc
In directory nb00:/tmp/cvs-serv12364

Modified Files:
	CHANGES 
Log Message:
Note ISA DMA API changes.