Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 12/10/2001 22:30:21
Module Name:	syssrc
Committed By:	briggs
Date:		Mon Dec 10 20:30:21 UTC 2001

Modified Files:
	syssrc/sys/arch/bebox/bebox: bus_space.c
	syssrc/sys/arch/powerpc/include: bus.h
	syssrc/sys/arch/prep/prep: bus_space.c
	syssrc/sys/arch/sandpoint/sandpoint: bus_space.c

Log Message:
Provide basic bus_space_mmap().  Noted by self and in PR port-powerpc/14873.
This at least allows the compile to complete.  There are still Issues with
vga_pci.c's assumptions about a PC-ish environment.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/bebox/bebox/bus_space.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/powerpc/include/bus.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/prep/prep/bus_space.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sandpoint/sandpoint/bus_space.c

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