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