Home | History | Annotate | Line # | Download | only in conf
files.sun3 revision 1.41
      1 #	$NetBSD: files.sun3,v 1.41 1997/08/27 11:26:02 bouyer 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/leds.c
     27 file arch/sun3/sun3/machdep.c
     28 file arch/sun3/sun3/mem.c
     29 file arch/sun3/sun3/pmap.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/sig_machdep.c
     43 file dev/cons.c
     44 
     45 #
     46 # Bus types
     47 #
     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 "../../../dev/scsipi/files.scsipi"
     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 file dev/clock_subr.c			clock
     94 
     95 device memerr
     96 attach memerr at obio
     97 file arch/sun3/dev/memerr.c		memerr
     98 
     99 device intreg
    100 attach intreg at obio
    101 file arch/sun3/sun3/intreg.c		intreg
    102 
    103 device ie: ifnet, ether, arp
    104 attach ie at obio with ie_obio
    105 attach ie at vmes with ie_vmes
    106 file arch/sun3/dev/if_ie_obio.c		ie_obio
    107 file arch/sun3/dev/if_ie_vmes.c		ie_vmes
    108 file arch/sun3/dev/if_ie.c		ie
    109 
    110 # device defined in sys/conf/files
    111 attach le at obio
    112 file arch/sun3/dev/if_le.c		le
    113 
    114 device si: scsi, ncr5380sbc
    115 file	arch/sun3/dev/si.c		si
    116 attach si at obio with si_obio
    117 file	arch/sun3/dev/si_obio.c		si_obio
    118 attach si at vmes with si_vmes
    119 file	arch/sun3/dev/si_vme.c		si_vmes
    120 
    121 #
    122 # Sun-compatible Frame Buffers (?)
    123 #
    124 define sunfb
    125 file arch/sun3/dev/fb.c			# sunfb needs-flag
    126 
    127 #
    128 # On-Board MEMory (OBMEM)
    129 #
    130 device bwtwo: sunfb
    131 attach bwtwo at obmem
    132 file arch/sun3/dev/bw2.c		bwtwo needs-flag
    133 
    134 device cgtwo: sunfb
    135 attach cgtwo at vmes
    136 file arch/sun3/dev/cg2.c		cgtwo needs-flag
    137 
    138 device cgfour: sunfb
    139 attach cgfour at obmem
    140 file arch/sun3/dev/cg4.c		cgfour needs-flag
    141 
    142 #
    143 # VME
    144 #
    145 device	xdc {drive = -1}
    146 attach	xdc at vmel
    147 device	xd: disk
    148 attach	xd at xdc
    149 file	arch/sun3/dev/xd.c		xd needs-flag
    150 
    151 device	xyc {drive = -1}
    152 attach	xyc at vmes
    153 device	xy: disk
    154 attach	xy at xyc
    155 file	arch/sun3/dev/xy.c		xy needs-flag
    156 
    157 
    158 
    159 #
    160 # Console (zs) related stuff
    161 #
    162 
    163 device zstty: tty
    164 attach zstty at zsc
    165 file dev/ic/z8530tty.c			zstty needs-flag
    166 file arch/sun3/dev/zs_kgdb.c		kgdb
    167 
    168 define zsevent
    169 file dev/sun/event.c			zsevent
    170 
    171 device kbd: zsevent
    172 attach kbd at zsc
    173 file dev/sun/kbd.c			kbd needs-flag
    174 file dev/sun/kbd_tables.c 		kbd
    175 file arch/sun3/dev/kd.c 		kbd
    176 
    177 device ms: zsevent
    178 attach ms at zsc
    179 file dev/sun/ms.c			ms needs-flag
    180 
    181 
    182 # Memory Disk for boot tape
    183 file arch/sun3/dev/md_root.c	memory_disk_hooks
    184 
    185 # Major numbers for root/swap device configuration
    186 major	{xy=3}	# Xylogics 450 and 451
    187 major	{vnd=5}	# vnode pseudo-device
    188 major	{sd=7}	# SCSI disk
    189 major	{xd=10}	# Xylogics 7053
    190 major	{md=13}	# Memory disk (for mini-kernel)
    191 
    192 # Compatibility modules
    193 
    194 # SunOS Binary Compatibility (COMPAT_SUNOS)
    195 include "../../../compat/sunos/files.sunos"
    196 file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    197