Home | History | Annotate | Line # | Download | only in conf
files.sun3 revision 1.18
      1 #	$NetBSD: files.sun3,v 1.18 1996/01/30 00:35:28 gwr Exp $
      2 
      3 #
      4 # sun3-specific configuration info
      5 #
      6 
      7 # maxpartitions must be first item in files.${ARCH}.newconf
      8 maxpartitions 8
      9 
     10 maxusers 2 8 64
     11 
     12 # Standard stuff
     13 file arch/sun3/sun3/autoconf.c
     14 file arch/sun3/sun3/cache.c			havecache
     15 file arch/sun3/sun3/conf.c		
     16 file arch/sun3/sun3/control.c	
     17 file arch/sun3/sun3/ctrlsp.S
     18 file arch/sun3/sun3/dvma.c
     19 file arch/sun3/sun3/db_machdep.c		ddb
     20 file arch/sun3/sun3/disksubr.c	
     21 file arch/sun3/sun3/isr.c
     22 file arch/sun3/sun3/machdep.c	
     23 file arch/sun3/sun3/mem.c		
     24 file arch/sun3/sun3/pmap.c		
     25 #file arch/sun3/sun3/stub.c		
     26 file arch/sun3/sun3/sun3_startup.c	
     27 file arch/sun3/sun3/sys_machdep.c
     28 file arch/sun3/sun3/trap.c		
     29 file arch/sun3/sun3/vector.c		
     30 file arch/sun3/sun3/vm_machdep.c	
     31 
     32 include "../../m68k/fpe/files.fpe"
     33 
     34 file arch/m68k/m68k/copy.s
     35 file dev/cons.c
     36 
     37 # Declare our "catch-all" root node.
     38 device mainbus at root {}
     39 # Misc. mainbus things (catch-all)
     40 # Control space hack
     41 device obctl at mainbus {addr = -1, [level = -1]}
     42 # Floating Point Unit
     43 device fpu at mainbus {}
     44 file arch/sun3/sun3/fpu.c		fpu
     45 
     46 # Bus types
     47 #
     48 # The implementation of the bus_* functions in autoconfig.c
     49 # requires these all to agree with <autoconf.h> struct bus_loc
     50 
     51 # On-board MEMory space
     52 device obmem at mainbus {addr = -1, [level = -1]}
     53 # On-board I/O space
     54 device obio  at mainbus {addr = -1, [level = -1]}
     55 # VME Short space (D16)
     56 device vmes  at mainbus {addr = -1, [level = -1], [vect = -1]}
     57 # VME Long space (D32)
     58 device vmel  at mainbus {addr = -1, [level = -1], [vect = -1]}
     59 
     60 file arch/sun3/dev/obctl.c		obctl
     61 file arch/sun3/dev/obio.c		obio
     62 file arch/sun3/dev/obmem.c		obmem
     63 file arch/sun3/dev/vme.c		vmes vmel
     64 
     65 #
     66 # Machine-independent SCSI drivers
     67 #
     68 include "../../../scsi/files.scsi"
     69 
     70 #
     71 # On-Board I/O (OBIO)
     72 #
     73 
     74 device eeprom at obio
     75 file arch/sun3/dev/eeprom.c		eeprom
     76 
     77 device clock at obio
     78 file arch/sun3/sun3/clock.c		clock
     79 
     80 device ie at obio, vmes: ifnet, ether
     81 file arch/sun3/dev/if_ie.c		ie
     82 file arch/sun3/dev/if_ie_subr.c		ie
     83 
     84 device le at obio: ifnet, ether
     85 file arch/sun3/dev/if_le.c		le
     86 file arch/sun3/dev/if_le_subr.c		le
     87 
     88 device si at obio, vmes: scsi
     89 file	arch/sun3/dev/si.c		si
     90 
     91 device ncr_si at obio, vmes: scsi, ncr5380sbc
     92 file	arch/sun3/dev/ncr_si.c  	ncr_si
     93 
     94 #
     95 # Sun-compatible Frame Buffers (?)
     96 #
     97 define sunfb
     98 file arch/sun3/dev/fb.c			sunfb
     99 
    100 #
    101 # On-Board MEMory (OBMEM)
    102 #
    103 device bwtwo at obmem: sunfb
    104 file arch/sun3/dev/bw2.c		bwtwo needs-flag
    105 
    106 device cgtwo at vmes: sunfb
    107 file arch/sun3/dev/cg2.c		cgtwo needs-flag
    108 
    109 device cgfour at obmem: sunfb
    110 file arch/sun3/dev/cg4.c		cgfour needs-flag
    111 
    112 file	arch/sun3/dev/bt_subr.c 	cgfour
    113 
    114 #
    115 # VME
    116 #
    117 device	xdc at vmel {drive = -1}
    118 device	xd at xdc: disk
    119 file	arch/sun3/dev/xd.c		xd needs-flag
    120 
    121 device	xyc at vmes {drive = -1}
    122 device	xy at xyc: disk
    123 file	arch/sun3/dev/xy.c		xy needs-flag
    124 
    125 
    126 #
    127 # On-Board Control (OBCTL)
    128 #
    129 device idprom at obctl
    130 file arch/sun3/dev/idprom.c		idprom needs-count
    131 
    132 #
    133 # Console (zs) related stuff
    134 #
    135 device zsc at obio {channel = -1}
    136 file arch/sun3/dev/zs.c 		zsc needs-flag
    137 file dev/ic/z8530sc.c			zsc
    138 
    139 device zstty at zsc: tty
    140 file dev/ic/z8530tty.c			zstty needs-flag
    141 
    142 define zsevent
    143 file dev/sun/event.c			zsevent
    144 
    145 device kbd at zsc: zsevent
    146 file dev/sun/kbd.c			kbd needs-flag
    147 file dev/sun/kbd_tables.c 		kbd
    148 file arch/sun3/dev/kd.c 		kbd
    149 
    150 device ms at zsc: zsevent
    151 file dev/sun/ms.c			ms needs-flag
    152 
    153 
    154 # RAM Disk for boot tape
    155 device	rd at mainbus
    156 file dev/ramdisk.c			rd needs-count
    157 file arch/sun3/dev/rd_root.c		ramdisk_hooks
    158 
    159 # Major numbers for root/swap device configuration
    160 major	{xy=3}	# Xylogics 450 and 451
    161 major	{vnd=5}	# vnode pseudo-device
    162 major	{sd=7}	# SCSI disk
    163 major	{xd=10}	# Xylogics 7053
    164 major	{rd=13}	# RAM disk (for mini-kernel)
    165 
    166 # Compatibility modules
    167 
    168 # SunOS Binary Compatibility (COMPAT_SUNOS)
    169 include "../../../compat/sunos/files.sunos"
    170 file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    171