Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/05/2004 07:31:31
Module Name:	src
Committed By:	yamt
Date:		Sat Jun  5 07:31:31 UTC 2004

Modified Files:
	src/sys/arch/x86/include: bus.h
	src/sys/arch/x86/x86: bus_dma.c

Log Message:
unexport following x86 bus_dma internal functions.
        _bus_dma_alloc_bouncebuf
        _bus_dma_free_bouncebuf
        _bus_dmamap_load_buffer


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/include/bus.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/x86/bus_dma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.