39 lines
811 B
Plaintext
39 lines
811 B
Plaintext
# $NetBSD: std.sun3,v 1.15 1996/03/26 15:16:02 gwr Exp $
|
|
|
|
# Standard information for sun3's.
|
|
machine sun3 m68k
|
|
|
|
# The root node:
|
|
mainbus0 at root
|
|
|
|
# device space
|
|
obio0 at mainbus?
|
|
# main memory
|
|
obmem0 at mainbus?
|
|
# VME D16 space
|
|
vmes0 at mainbus?
|
|
# VME D32 space
|
|
vmel0 at mainbus?
|
|
|
|
# Devices that should be present in any Sun3 kernel.
|
|
|
|
# OBIO
|
|
zsc0 at obio? addr ?
|
|
zsc1 at obio? addr ?
|
|
eeprom0 at obio? addr ?
|
|
clock0 at obio? addr ?
|
|
memerr0 at obio? addr ?
|
|
intreg0 at obio? addr ?
|
|
|
|
# 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)
|
|
|