Home | History | Annotate | Line # | Download | only in conf
std.sun3 revision 1.10
      1 #	$NetBSD: std.sun3,v 1.10 1994/12/12 18:58:49 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 # OBIO
     22 zs0 at obio? addr ?
     23 zs1 at obio? addr ?
     24 eeprom0 at obio? addr ?
     25 clock0 at obio? addr ?
     26 
     27 # OBCTL
     28 idprom0 at obctl? addr ?
     29 
     30 # Standard defines
     31 
     32 options 	NEWCONFIG
     33 options 	FPCOPROC
     34 options		"MACHINE_NONCONTIG"
     35