files.mvme68k revision 1.8
11.8Smycroft#	$NetBSD: files.mvme68k,v 1.8 1996/08/12 00:16:25 mycroft 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.7Schuck# RAM disk for boot tape
461.7Schuckpseudo-device rd
471.7Schuckfile dev/ramdisk.c				rd needs-flag
481.7Schuckfile arch/mvme68k/dev/rd_root.c			ramdisk_hooks
491.7Schuck
501.5Schuck# MVME-147 VME controller chip
511.5Schuckattach vmechip at pcc with vmechip_pcc
521.5Schuckfile arch/mvme68k/dev/vme_pcc.c			vmechip_pcc
531.1Schuck
541.1Schuckinclude "../../../scsi/files.scsi"
551.1Schuck
561.7Schuckmajor { vnd = 6 }
571.1Schuckmajor { sd = 7 }
581.7Schuckmajor { rd = 9 }
591.1Schuckmajor { cd = 18 }
601.4Schuck
611.5Schuck# WD33C93 SCSI ...
621.5Schuckdefine sbic
631.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
641.5Schuck
651.5Schuck# ... on the MVME-147
661.5Schuckdevice wdsc: sbic, scsi
671.5Schuckattach wdsc at pcc with wdsc_pcc
681.5Schuckfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
691.1Schuck
701.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
711.5Schuckfile arch/mvme68k/mvme68k/clock.c
721.1Schuckfile arch/mvme68k/mvme68k/conf.c
731.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
741.1Schuckfile arch/mvme68k/mvme68k/dkbad.c
751.5Schuckfile arch/mvme68k/mvme68k/isr.c
761.8Smycroftfile arch/mvme68k/mvme68k/machdep.c
771.1Schuckfile arch/mvme68k/mvme68k/mem.c
781.1Schuckfile arch/mvme68k/mvme68k/pmap.c
791.1Schuckfile arch/mvme68k/mvme68k/pmap_bootstrap.c
801.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c
811.1Schuckfile arch/mvme68k/mvme68k/trap.c
821.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c
831.1Schuckfile arch/m68k/m68k/copy.s
841.2Sgwrfile arch/m68k/m68k/db_memrw.c			ddb
851.1Schuckfile dev/cons.c
861.1Schuckfile dev/cninit.c
871.1Schuck
881.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
891.1Schuckinclude "../../../compat/sunos/files.sunos"
901.1Schuckfile    arch/m68k/m68k/sunos_machdep.c  compat_sunos
91