Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1998 15:00:02
thorpej
Wed Jun 3 14:50:48 PDT 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv14024
Modified Files:
isa_machdep.c isa_machdep.h
Log Message:
Implement bounce buffers for mbufs.
thorpej
Wed Jun 3 14:52:36 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory nb00:/tmp/cvs-serv14085
Modified Files:
isa_machdep.h isadma_machdep.c
Log Message:
Sync w/ i386 port:
Implement bounce buffers for mbufs.
Also, correct copyright snafus, and a forgot-o left over from a commit
I made yesterday.
kleink
Wed Jun 3 14:52:40 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv14079
Modified Files:
mman.h
Log Message:
Define MAP_FAILED, a symbolic constant which evaluates to the value returned
by mmap(2) upon failure.
thorpej
Wed Jun 3 14:55:27 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory nb00:/tmp/cvs-serv14145
Modified Files:
isadma_machdep.c
Log Message:
Sync w/ i386 port:
Eliminate some needless indirection through ISA DMA front-end functions.