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