files.mvme68k revision 1.6
11.6Sthorpej#	$NetBSD: files.mvme68k,v 1.6 1996/05/16 19:00:06 thorpej Exp $
21.1Schuck
31.1Schuck# config file for mvme68k
41.1Schuck
51.1Schuck# maxpartitions must be first item in files.${ARCH}.newconf
61.1Schuckmaxpartitions 8
71.1Schuck
81.3Sthorpejdevice mainbus { }
91.3Sthorpejattach mainbus at root
101.1Schuck
111.5Schuck# MVME-147 Peripheral Channel Controller
121.5Schuckdevice pcc { [ ipl = -1 ] }
131.5Schuckattach pcc at mainbus
141.5Schuckfile arch/mvme68k/dev/pcc.c			pcc needs-flag
151.1Schuck
161.3Sthorpejdevice clock
171.5Schuckattach clock at pcc with clock_pcc
181.5Schuckfile arch/mvme68k/dev/clock_pcc.c		clock_pcc
191.1Schuck
201.5Schuckdevice zsc { channel = -1 }
211.5Schuckfile arch/mvme68k/dev/zs.c			zsc
221.5Schuckfile dev/ic/z8530sc.c				zsc
231.5Schuck
241.5Schuckattach zsc at pcc with zsc_pcc
251.5Schuckfile arch/mvme68k/dev/zs_pcc.c			zsc_pcc needs-flag
261.5Schuck
271.5Schuckdevice zstty: tty
281.5Schuckattach zstty at zsc
291.5Schuckfile dev/ic/z8530tty.c				zstty needs-flag
301.1Schuck
311.6Sthorpej# device defined in sys/conf/files
321.5Schuckattach le at pcc with le_pcc
331.5Schuckfile arch/mvme68k/dev/if_le.c			le
341.5Schuck
351.5Schuck# Generic VME support
361.5Schuckdevice vmechip { }
371.5Schuckfile arch/mvme68k/dev/vme.c			vmechip
381.5Schuck
391.5Schuckdevice vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
401.5Schuckattach vmes at vmechip
411.5Schuck
421.5Schuckdevice vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
431.5Schuckattach vmel at vmechip
441.5Schuck
451.5Schuck# MVME-147 VME controller chip
461.5Schuckattach vmechip at pcc with vmechip_pcc
471.5Schuckfile arch/mvme68k/dev/vme_pcc.c			vmechip_pcc
481.1Schuck
491.1Schuckinclude "../../../scsi/files.scsi"
501.1Schuck
511.1Schuckmajor { sd = 7 }
521.1Schuckmajor { cd = 18 }
531.1Schuckmajor { vnd = 6 }
541.4Schuck
551.5Schuck# WD33C93 SCSI ...
561.5Schuckdefine sbic
571.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
581.5Schuck
591.5Schuck# ... on the MVME-147
601.5Schuckdevice wdsc: sbic, scsi
611.5Schuckattach wdsc at pcc with wdsc_pcc
621.5Schuckfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
631.1Schuck
641.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
651.5Schuckfile arch/mvme68k/mvme68k/clock.c
661.1Schuckfile arch/mvme68k/mvme68k/conf.c
671.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
681.1Schuckfile arch/mvme68k/mvme68k/dkbad.c
691.5Schuckfile arch/mvme68k/mvme68k/isr.c
701.1Schuckfile arch/mvme68k/mvme68k/machdep.c		config-dependent
711.1Schuckfile arch/mvme68k/mvme68k/mem.c
721.1Schuckfile arch/mvme68k/mvme68k/pmap.c
731.1Schuckfile arch/mvme68k/mvme68k/pmap_bootstrap.c
741.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c
751.1Schuckfile arch/mvme68k/mvme68k/trap.c
761.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c
771.1Schuckfile arch/m68k/m68k/copy.s
781.2Sgwrfile arch/m68k/m68k/db_memrw.c			ddb
791.1Schuckfile dev/cons.c
801.1Schuckfile dev/cninit.c
811.1Schuck
821.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
831.1Schuckinclude "../../../compat/sunos/files.sunos"
841.1Schuckfile    arch/m68k/m68k/sunos_machdep.c  compat_sunos
85