Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/12/2003 02:09:53
Module Name:	src
Committed By:	thorpej
Date:		Wed Mar 12 00:09:53 UTC 2003

Modified Files:
	src/sys/arch/x86/conf: files.x86
Added Files:
	src/sys/arch/x86/x86: bus_dma.c bus_space.c
Removed Files:
	src/sys/arch/x86/x86: bus_machdep.c

Log Message:
Split bus_space and bus_dma into separate files.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/conf/files.x86
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/bus_dma.c \
    src/sys/arch/x86/x86/bus_space.c
cvs rdiff -r1.2 -r0 src/sys/arch/x86/x86/bus_machdep.c

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