NetBSD/sys/arch/mvme68k/conf/std.mvme68k
scw bb210bda7e Split the nvram/rtc functionality away from the clock interrupt code
and attach it as `timekeeper0 at mainbus0'.
Use the MI mk48txx nvram/rtc access functions instead of home-grown
versions.

It should now be very easy to add a character device for the benefit
of userland access to NVRAM.
2001-08-12 18:33:12 +00:00

13 lines
301 B
Plaintext

# $NetBSD: std.mvme68k,v 1.10 2001/08/12 18:33:12 scw Exp $
#
# Options/devices that all mvme68ks should have
#
machine mvme68k m68k
timekeeper0 at mainbus0
options EXEC_AOUT # support for exec'ing a.out
options EXEC_ELF32 # support for exec'ing Elf
options EXEC_SCRIPT # support for #! scripts