Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 05/03/1999 12:10:54
Module Name: src
Committed By: scottr
Date: Mon May 3 19:10:54 UTC 1999
Modified Files:
src/sys/arch/mac68k/mac68k: machdep.c
Log Message:
Move initialization of the iomem extent struct from mac68k_set_io_offset()
to mac68k_init(), so that we're through frobbing the MMU in special ways
by the time we get there. While it doesn't actually cause a problem with
the current structure of our initialization code, it probably would have
in the future.