NetBSD/sys/arch/sun3/conf/std.sun3

49 lines
951 B
Plaintext

# $NetBSD: std.sun3,v 1.14 1996/01/24 22:39:56 gwr Exp $
# Standard information for sun3's.
machine sun3 m68k
# The root node:
mainbus0 at root
# control space hack...
obctl0 at mainbus?
fpu0 at mainbus?
# main memory
obmem0 at mainbus?
# device space
obio0 at mainbus?
# VME D16 space
vmes0 at mainbus?
# VME D32 space
vmel0 at mainbus?
# Devices that should be present in any Sun3 kernel.
# OBCTL
idprom0 at obctl? addr ?
# OBIO
eeprom0 at obio? addr ?
clock0 at obio? addr ?
# Console (zs) stuff
zsc0 at obio? addr ?
zsc1 at obio? addr ?
kbd0 at zsc0 channel 0
ms0 at zsc0 channel 1
zstty* at zsc? channel ?
# Standard defines
# XXX - Still needed?
options NEWCONFIG
options MACHINE_NONCONTIG
# These are used ONLY when reading the hardware time/date clock.
# All Sun machines keep the hardware time/date clock on GMT.
options TIMEZONE=0 # minutes west of GMT (for param.c)
options DST=0 # daylight savings rules (for param.c)