Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Tue Jul  7 21:51:13 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/conf
In directory nb00:/tmp/cvs-serv9328

Modified Files:
        files.arm32 
Log Message:
Rearrange this a little so we can use MI ISA DMA code.  XXX Should just
pull in files.isa, but Not Right Now, apparently.

Add the sound blaster driver here (XXX see above), and build the
arm32 bus_dma back-end.


thorpej
Tue Jul  7 21:53:03 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9363

Modified Files:
        if_cs_isa.c 
Log Message:
Use the machine-independent ISA DMA code.

XXX We use COHERENT for now; need to deal with sync'ing DMA maps being
XXX used by the isadma driver.


thorpej
Tue Jul  7 21:53:33 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9383

Modified Files:
        if_csvar.h 
Log Message:
Remember our ISA chipset tag.


thorpej
Tue Jul  7 21:54:47 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9403

Modified Files:
        isa_machdep.h 
Log Message:
Lift-and-tweak from the i386 port (near-complete rewrite), providing
the ISA DMA stuff expected by machine-independent code.


thorpej
Tue Jul  7 21:56:13 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9427

Modified Files:
        isa_shark_machdep.c 
Log Message:
Provide an ISA chipset tag via isa_attach_hook().  G/c home-grown
ISA DMA code, in favor of the MI code.


thorpej
Tue Jul  7 21:57:13 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9461

Removed Files:
        isadma.c isadmavar.h 
Log Message:
Nuke these; we use the MI ISA DMA code now.


thorpej
Tue Jul  7 21:58:03 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/isa
In directory nb00:/tmp/cvs-serv9484

Added Files:
        isadma_machdep.c 
Log Message:
Implement an ISA bus_dma back-end for NetBSD/arm32.  Tested only on the
Shark, but should work for other ISA-"enabled" arm32 systems, as well.


thorpej
Tue Jul  7 21:59:02 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/ofw
In directory nb00:/tmp/cvs-serv9515

Modified Files:
        ofisa_machdep.c 
Log Message:
Provide the ISA chipset tag.


thorpej
Tue Jul  7 21:59:47 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/ofw
In directory nb00:/tmp/cvs-serv9544

Modified Files:
        ofisacs.c 
Log Message:
Provide the ISA chipset tag.  XXX This should go away in favor of a real
ofisa attachment of the "cs" driver.




Home | Main Index | Thread Index | Old Index