Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Sun Jan 18 18:50:23 PST 1998
Update of /cvsroot/src/sys/dev/tc
In directory netbsd1:/var/slash-tmp/cvs-serv27668

Modified Files:
        ioasicvar.h 
Log Message:
Don't prototype ioasic_lance_dma_setup() on the Alpha.


thorpej
Sun Jan 18 18:51:00 PST 1998
Update of /cvsroot/src/sys/dev/tc
In directory netbsd1:/var/slash-tmp/cvs-serv27982

Modified Files:
        tc.c 
Log Message:
On the Alpha, pass down per-slot DMA tags to children.


thorpej
Sun Jan 18 18:51:42 PST 1998
Update of /cvsroot/src/sys/dev/tc
In directory netbsd1:/var/slash-tmp/cvs-serv28182

Modified Files:
        tcvar.h 
Log Message:
Add "get this slot's DMA tag" function pointer on the Alpha.


sakamoto
Sun Jan 18 18:52:04 PST 1998
Update of /cvsroot/src/sys/arch/bebox/include
In directory netbsd1:/var/slash-tmp/cvs-serv28133

Modified Files:
        bootinfo.h 
Log Message:
Add btinfo_clock for BUS FREQ information.
some fix.


thorpej
Sun Jan 18 18:53:04 PST 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv28465

Modified Files:
        tc_dma.c 
Log Message:
G/c an unused function pointer.


thorpej
Sun Jan 18 18:53:31 PST 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv28499

Modified Files:
        tc_machdep.h 
Log Message:
Get the per-slot DMA tag a bit differently.


thorpej
Sun Jan 18 18:54:26 PST 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv28534

Modified Files:
        tcasic.c 
Log Message:
Pass a pointer to the "get this slot's DMA tag" function pointer to
the tc instance just like we do with the interrupt functions.


thorpej
Sun Jan 18 18:56:06 PST 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv28651

Modified Files:
        ioasic.c 
Log Message:
Allocate the LANCE DMA area and set it up here.  This is still not
optimal (really should be done further down the food chain), but we
can't really do that in a nice way right now, and this is much better
than what we had before (which was to steal memory pages before the
VM system was bootstrapped).


thorpej
Sun Jan 18 18:57:29 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv28963

Modified Files:
        machdep.c 
Log Message:
G/c LANCE DMA allocation goop.




Home | Main Index | Thread Index | Old Index