Home | History | Annotate | Line # | Download | only in conf
std.sun3 revision 1.18
      1 #	$NetBSD: std.sun3,v 1.18 1996/10/30 00:17:11 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 obio0 addr 0x000000
     22 zsc1    at obio0 addr 0x020000
     23 eeprom0 at obio0 addr 0x040000
     24 clock0  at obio0 addr 0x060000
     25 memerr0 at obio0 addr 0x080000
     26 intreg0 at obio0 addr 0x0A0000
     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