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