Home | History | Annotate | Line # | Download | only in conf
files.sun3 revision 1.33
      1 #	$NetBSD: files.sun3,v 1.33 1997/02/18 15:10:40 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/bus_subr.c
     15 file arch/sun3/sun3/cache.c			havecache
     16 file arch/sun3/sun3/conf.c
     17 file arch/sun3/sun3/control.c	
     18 file arch/sun3/sun3/ctrlsp.S
     19 file arch/sun3/sun3/db_machdep.c		ddb
     20 file arch/sun3/sun3/db_memrw.c  		ddb | kgdb
     21 file arch/sun3/sun3/disksubr.c
     22 file arch/sun3/sun3/dvma.c
     23 file arch/sun3/sun3/fpu.c
     24 file arch/sun3/sun3/isr.c
     25 file arch/sun3/sun3/kgdb_machdep.c 		kgdb
     26 file arch/sun3/sun3/machdep.c
     27 file arch/sun3/sun3/mem.c
     28 file arch/sun3/sun3/pmap.c
     29 file arch/sun3/sun3/regdump.c
     30 file arch/sun3/sun3/sig_machdep.c
     31 file arch/sun3/sun3/stub.c
     32 file arch/sun3/sun3/sun3_startup.c
     33 file arch/sun3/sun3/sunmon.c
     34 file arch/sun3/sun3/sys_machdep.c
     35 file arch/sun3/sun3/trap.c
     36 file arch/sun3/sun3/vector.c
     37 file arch/sun3/sun3/vm_machdep.c
     38 
     39 file arch/sun3/dev/idprom.c
     40 
     41 include "arch/m68k/fpe/files.fpe"
     42 
     43 file arch/m68k/m68k/copy.s
     44 file dev/cons.c
     45 
     46 #
     47 # Bus types
     48 #
     49 # The implementation of the bus_* functions in autoconfig.c
     50 # requires these all to agree with <autoconf.h> struct bus_loc
     51 
     52 device mainbus {}
     53 attach mainbus at root
     54 file	arch/sun3/sun3/mainbus.c	mainbus
     55 
     56 # On-board I/O space
     57 device obio {addr = -1, [level = -1]}
     58 attach obio at mainbus
     59 file arch/sun3/dev/obio.c		obio
     60 
     61 # On-board MEMory space
     62 device obmem {addr = -1, [level = -1]}
     63 attach obmem at mainbus
     64 file arch/sun3/dev/obmem.c		obmem
     65 
     66 # VME Short space (D16)
     67 device vmes {addr = -1, [level = -1], [vect = -1]}
     68 attach vmes at mainbus
     69 
     70 # VME Long space (D32)
     71 device vmel {addr = -1, [level = -1], [vect = -1]}
     72 attach vmel at mainbus
     73 
     74 file arch/sun3/dev/vme.c		vmes | vmel
     75 
     76 #
     77 # Machine-independent SCSI drivers
     78 #
     79 include "../../../scsi/files.scsi"
     80 
     81 #
     82 # On-Board I/O (OBIO)
     83 #
     84 device zsc {channel = -1}
     85 attach zsc at obio
     86 file arch/sun3/dev/zs.c 		zsc needs-flag
     87 file dev/ic/z8530sc.c			zsc
     88 
     89 device eeprom
     90 attach eeprom at obio
     91 file arch/sun3/dev/eeprom.c		eeprom
     92 
     93 device clock
     94 attach clock at obio
     95 file arch/sun3/sun3/clock.c		clock
     96 
     97 device memerr
     98 attach memerr at obio
     99 file arch/sun3/dev/memerr.c		memerr
    100 
    101 device intreg
    102 attach intreg at obio
    103 file arch/sun3/sun3/intreg.c		intreg
    104 
    105 device ie: ifnet, ether
    106 attach ie at obio with ie_obio
    107 attach ie at vmes with ie_vmes
    108 file arch/sun3/dev/if_ie_obio.c		ie_obio
    109 file arch/sun3/dev/if_ie_vmes.c		ie_vmes
    110 file arch/sun3/dev/if_ie.c		ie
    111 
    112 # device defined in sys/conf/files
    113 attach le at obio
    114 file arch/sun3/dev/if_le.c		le
    115 
    116 device si: scsi, ncr5380sbc
    117 file	arch/sun3/dev/si.c		si
    118 attach si at obio with si_obio
    119 file	arch/sun3/dev/si_obio.c		si_obio
    120 attach si at vmes with si_vmes
    121 file	arch/sun3/dev/si_vme.c		si_vmes
    122 
    123 #
    124 # Sun-compatible Frame Buffers (?)
    125 #
    126 define sunfb
    127 file arch/sun3/dev/fb.c			# sunfb needs-flag
    128 
    129 #
    130 # On-Board MEMory (OBMEM)
    131 #
    132 device bwtwo: sunfb
    133 attach bwtwo at obmem
    134 file arch/sun3/dev/bw2.c		bwtwo needs-flag
    135 
    136 device cgtwo: sunfb
    137 attach cgtwo at vmes
    138 file arch/sun3/dev/cg2.c		cgtwo needs-flag
    139 
    140 device cgfour: sunfb
    141 attach cgfour at obmem
    142 file arch/sun3/dev/cg4.c		cgfour needs-flag
    143 
    144 #
    145 # VME
    146 #
    147 device	xdc {drive = -1}
    148 attach	xdc at vmel
    149 device	xd: disk
    150 attach	xd at xdc
    151 file	arch/sun3/dev/xd.c		xd needs-flag
    152 
    153 device	xyc {drive = -1}
    154 attach	xyc at vmes
    155 device	xy: disk
    156 attach	xy at xyc
    157 file	arch/sun3/dev/xy.c		xy needs-flag
    158 
    159 
    160 
    161 #
    162 # Console (zs) related stuff
    163 #
    164 
    165 device zstty: tty
    166 attach zstty at zsc
    167 file dev/ic/z8530tty.c			zstty needs-flag
    168 file arch/sun3/dev/zs_kgdb.c		kgdb
    169 
    170 define zsevent
    171 file dev/sun/event.c			zsevent
    172 
    173 device kbd: zsevent
    174 attach kbd at zsc
    175 file dev/sun/kbd.c			kbd needs-flag
    176 file dev/sun/kbd_tables.c 		kbd
    177 file arch/sun3/dev/kd.c 		kbd
    178 
    179 device ms: zsevent
    180 attach ms at zsc
    181 file dev/sun/ms.c			ms needs-flag
    182 
    183 
    184 # Memory Disk for boot tape
    185 file arch/sun3/dev/md_root.c	memory_disk_hooks
    186 
    187 # Major numbers for root/swap device configuration
    188 major	{xy=3}	# Xylogics 450 and 451
    189 major	{vnd=5}	# vnode pseudo-device
    190 major	{sd=7}	# SCSI disk
    191 major	{xd=10}	# Xylogics 7053
    192 major	{md=13}	# Memory disk (for mini-kernel)
    193 
    194 # Compatibility modules
    195 
    196 # SunOS Binary Compatibility (COMPAT_SUNOS)
    197 include "../../../compat/sunos/files.sunos"
    198 file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    199