std.sun3 revision 1.15 1 # $NetBSD: std.sun3,v 1.15 1996/03/26 15:16:02 gwr Exp $
2
3 # Standard information for sun3's.
4 machine sun3 m68k
5
6 # The root node:
7 mainbus0 at root
8
9 # device space
10 obio0 at mainbus?
11 # main memory
12 obmem0 at mainbus?
13 # VME D16 space
14 vmes0 at mainbus?
15 # VME D32 space
16 vmel0 at mainbus?
17
18 # Devices that should be present in any Sun3 kernel.
19
20 # OBIO
21 zsc0 at obio? addr ?
22 zsc1 at obio? addr ?
23 eeprom0 at obio? addr ?
24 clock0 at obio? addr ?
25 memerr0 at obio? addr ?
26 intreg0 at obio? addr ?
27
28 # Standard defines
29
30 # XXX - Still needed?
31 options NEWCONFIG
32 options MACHINE_NONCONTIG
33
34 # These are used ONLY when reading the hardware time/date clock.
35 # All Sun machines keep the hardware time/date clock on GMT.
36 options TIMEZONE=0 # minutes west of GMT (for param.c)
37 options DST=0 # daylight savings rules (for param.c)
38
39