Subject: CVS commit: src/sys/arch/news68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/27/2005 09:27:32
Module Name:	src
Committed By:	tsutsui
Date:		Sun Feb 27 09:27:32 UTC 2005

Modified Files:
	src/sys/arch/news68k/dev: if_le.c
	src/sys/arch/news68k/news68k: machdep.c

Log Message:
LANCE chip actually requires PA of shared mem rather than VA.

Fortunately, lower bytes of PA and VA for intio devices were identical
on -current pmap, but the problem appears on new yamt-km which has differnt
address layout. Ummmmm.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/news68k/dev/if_le.c
cvs rdiff -r1.57 -r1.58 src/sys/arch/news68k/news68k/machdep.c

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