Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Mon Jun  8 17:00:21 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv11486

Modified Files:
        isa.c isadma.c isadmavar.h isavar.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:02:43 PDT 1998
Update of /cvsroot/src/sys/dev/ofisa
In directory nb00:/tmp/cvs-serv11568

Modified Files:
        ofisa.c 
Log Message:
Initialize DMA state when we attach the ofisa bus.


thorpej
Mon Jun  8 17:05:20 PDT 1998
Update of /cvsroot/src/sys/dev/isapnp
In directory nb00:/tmp/cvs-serv11650

Modified Files:
        gus_isapnp.c if_le_isapnp.c isapnp.c isapnpvar.h sb_isapnp.c 
        wdc_isapnp.c ym_isapnp.c 
Log Message:
Adjust for the changes to the ISA DMA API.


thorpej
Mon Jun  8 17:05:47 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv11700

Modified Files:
        ad1848.c ad1848var.h aha_isa.c aria.c bha_isa.c esp_isa.c 
        gus.c if_le_isa.c pas.c pss.c satlink.c sb_isa.c sbdsp.c 
        sbdspvar.h uha_isa.c wdc_isa.c wds.c wss.c wss_isa.c wssvar.h 
        wt.c 
Log Message:
Adjust for changes to the ISA DMA API.


thorpej
Mon Jun  8 17:06:54 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/isa
In directory nb00:/tmp/cvs-serv11833/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:08:13 PDT 1998
Update of /cvsroot/src/sys/arch/atari/isa
In directory nb00:/tmp/cvs-serv11937/isa

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


thorpej
Mon Jun  8 17:08:43 PDT 1998
Update of /cvsroot/src/sys/arch/atari/isa
In directory nb00:/tmp/cvs-serv12150/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:09:43 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory nb00:/tmp/cvs-serv12189/isa

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




Home | Main Index | Thread Index | Old Index