Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1998 07:40:02
thorpej
Tue Feb 3 23:35:31 PST 1998
Update of /cvsroot/src/sys/arch/alpha/common
In directory netbsd1:/var/slash-tmp/cvs-serv13993/common
Modified Files:
bus_dma.c
Log Message:
Flush the CPU write buffer in _bus_dmamap_sync().
thorpej
Tue Feb 3 23:36:11 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv14030/include
Modified Files:
bus.h
Log Message:
The _dmamap_sync method is no longer optional.
thorpej
Tue Feb 3 23:37:30 PST 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv14054/pci
Modified Files:
apecs_dma.c cia_dma.c dwlpx_dma.c lca_dma.c
Log Message:
Use the common _bus_dmamap_sync() as the _dmamap_sync method in the
bus_dma_tag_t.
thorpej
Tue Feb 3 23:37:32 PST 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv14054/tc
Modified Files:
tc_dma.c tc_dma_3000_500.c
Log Message:
Use the common _bus_dmamap_sync() as the _dmamap_sync method in the
bus_dma_tag_t.
mikel
Tue Feb 3 23:38:56 PST 1998
Update of /cvsroot/src/sys/lkm/netinet/if_ipl
In directory netbsd1:/var/slash-tmp/cvs-serv14129
Modified Files:
Makefile
Log Message:
add ipmon(8) support, from Matthias Scheler in PR kern/4860