std.sun3 revision 1.11 1 # $NetBSD: std.sun3,v 1.11 1995/02/11 21:01:21 gwr Exp $
2
3 # Standard information for sun3's.
4 machine sun3 m68k
5
6 # The root node:
7 mainbus0 at root
8 # control space hack...
9 obctl0 at mainbus?
10 # main memory
11 obmem0 at mainbus?
12 # device space
13 obio0 at mainbus?
14 # VME D16 space
15 vmes0 at mainbus?
16 # VME D32 space
17 vmel0 at mainbus?
18
19 # Devices that should be present in any Sun3 kernel.
20
21 # OBCTL
22 idprom0 at obctl? addr ?
23
24 # OBIO
25 zs0 at obio? addr ?
26 zs1 at obio? addr ?
27 eeprom0 at obio? addr ?
28 clock0 at obio? addr ?
29
30 # Standard defines
31
32 options NEWCONFIG
33 options MACHINE_NONCONTIG
34
35