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