Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1998 02:00:02
thorpej
Tue Feb 3 17:57:28 PST 1998
Update of /cvsroot/src/sys/arch/alpha/common
In directory netbsd1:/var/slash-tmp/cvs-serv18676/alpha/common
Modified Files:
bus_dma.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:29 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv18676/alpha/include
Modified Files:
bus.h
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:30 PST 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv18676/arm32/include
Modified Files:
bus.h
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:31 PST 1998
Update of /cvsroot/src/sys/arch/bebox/bebox
In directory netbsd1:/var/slash-tmp/cvs-serv18676/bebox/bebox
Modified Files:
bus_dma.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:33 PST 1998
Update of /cvsroot/src/sys/arch/bebox/include
In directory netbsd1:/var/slash-tmp/cvs-serv18676/bebox/include
Modified Files:
bus.h
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:34 PST 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory netbsd1:/var/slash-tmp/cvs-serv18676/bebox/isa
Modified Files:
isadma_machdep.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:36 PST 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv18676/i386/i386
Modified Files:
machdep.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:37 PST 1998
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv18676/i386/include
Modified Files:
bus.h
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:39 PST 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv18676/i386/isa
Modified Files:
isa_machdep.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:40 PST 1998
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv18676/sparc/dev
Modified Files:
vme_machdep.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:41 PST 1998
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv18676/sparc/include
Modified Files:
bus.h
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
thorpej
Tue Feb 3 17:57:43 PST 1998
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv18676/sparc/sparc
Modified Files:
machdep.c
Log Message:
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.