Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/04/1999 22:35:42
Module Name:	syssrc
Committed By:	mrg
Date:		Sat Jun  5 05:35:42 UTC 1999

Modified Files:
	syssrc/sys/arch/sparc64/sparc64: machdep.c

Log Message:
if we are not bypassing the MMU, use ASI_PRIMARY.  map PCI memory space
non-cached.  XXX clean this up by looking at the "non-cacheable" bit of
the full physical address.
avoid having 'nbuf' change between calls to `mdallocsys()' by setting it
in mdallocsys() like the MI allocsys() does.  XXX fix this too!
fix some printf lossage.
update for probeget() changes -- though bus_space_probe() appears to be
unused on the sparc64.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/arch/sparc64/sparc64/machdep.c

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