Home | History | Annotate | Line # | Download | only in conf
std.sun3 revision 1.17
      1 #	$NetBSD: std.sun3,v 1.17 1996/10/23 16:14:23 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 options		EXEC_AOUT
     31 options		EXEC_SCRIPT
     32 
     33 # XXX - Still needed?
     34 options 	NEWCONFIG
     35 options 	MACHINE_NONCONTIG
     36 
     37 # All Sun3 machines with an "le" (3/50, 3/60) should be
     38 # presumed to have the old, buggy LANCE chip. (Rev. C)
     39 options 	LANCE_REVC_BUG
     40 
     41