Subject: CVS commit: src/sys/arch/evbppc
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 10/23/2006 06:49:17
Module Name:	src
Committed By:	kiyohara
Date:		Mon Oct 23 06:49:17 UTC 2006

Modified Files:
	src/sys/arch/evbppc/explora: machdep.c
	src/sys/arch/evbppc/include: explora.h

Log Message:
The current set_tlb() aligns its address as 'addr &= ~(TLB_PG_SIZE-1);'
This converts BASE_COM == 0x740005f0 to 0x74000000 and so maps the complete
ISA bus.
  From Juergen Hannken-Illjes.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/evbppc/explora/machdep.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbppc/include/explora.h

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