1 1.14 gwr # $NetBSD: std.sun3,v 1.14 1996/01/24 22:39:56 gwr Exp $ 2 1.9 gwr 3 1.4 cgd # Standard information for sun3's. 4 1.4 cgd machine sun3 m68k 5 1.1 glass 6 1.10 gwr # The root node: 7 1.2 glass mainbus0 at root 8 1.12 gwr 9 1.10 gwr # control space hack... 10 1.10 gwr obctl0 at mainbus? 11 1.12 gwr fpu0 at mainbus? 12 1.12 gwr 13 1.10 gwr # main memory 14 1.10 gwr obmem0 at mainbus? 15 1.10 gwr # device space 16 1.10 gwr obio0 at mainbus? 17 1.10 gwr # VME D16 space 18 1.10 gwr vmes0 at mainbus? 19 1.10 gwr # VME D32 space 20 1.10 gwr vmel0 at mainbus? 21 1.10 gwr 22 1.10 gwr # Devices that should be present in any Sun3 kernel. 23 1.10 gwr 24 1.11 gwr # OBCTL 25 1.11 gwr idprom0 at obctl? addr ? 26 1.11 gwr 27 1.10 gwr # OBIO 28 1.10 gwr eeprom0 at obio? addr ? 29 1.10 gwr clock0 at obio? addr ? 30 1.14 gwr 31 1.14 gwr # Console (zs) stuff 32 1.14 gwr zsc0 at obio? addr ? 33 1.14 gwr zsc1 at obio? addr ? 34 1.14 gwr kbd0 at zsc0 channel 0 35 1.14 gwr ms0 at zsc0 channel 1 36 1.14 gwr zstty* at zsc? channel ? 37 1.2 glass 38 1.10 gwr # Standard defines 39 1.3 glass 40 1.13 gwr # XXX - Still needed? 41 1.10 gwr options NEWCONFIG 42 1.11 gwr options MACHINE_NONCONTIG 43 1.13 gwr 44 1.13 gwr # These are used ONLY when reading the hardware time/date clock. 45 1.13 gwr # All Sun machines keep the hardware time/date clock on GMT. 46 1.13 gwr options TIMEZONE=0 # minutes west of GMT (for param.c) 47 1.13 gwr options DST=0 # daylight savings rules (for param.c) 48 1.11 gwr 49