files.mvme68k revision 1.55
11.55Schs#	$NetBSD: files.mvme68k,v 1.55 2002/11/03 02:29:41 chs Exp $
21.1Schuck
31.1Schuck# config file for mvme68k
41.1Schuck
51.49Slukemdefflag	opt_m060sp.h		M060SP
61.36Sscw
71.1Schuck# maxpartitions must be first item in files.${ARCH}.newconf
81.1Schuckmaxpartitions 8
91.1Schuck
101.19Sthorpejdevice mainbus { }
111.3Sthorpejattach mainbus at root
121.40Sscwfile arch/mvme68k/dev/mainbus.c		mainbus
131.1Schuck
141.50Sscwdevice clock
151.50Sscw
161.50Sscw# Grab the MD VMEbus goop
171.50Sscwinclude "dev/vme/files.vme"
181.50Sscw
191.50Sscw# Grab the common MVME glue
201.50Sscwinclude "dev/mvme/files.mvme"
211.50Sscw
221.5Schuck# MVME-147 Peripheral Channel Controller
231.19Sthorpejdevice pcc { [ ipl = -1 ] }
241.5Schuckattach pcc at mainbus
251.40Sscwfile arch/mvme68k/dev/pcc.c			pcc needs-flag
261.1Schuck
271.31Sscw# MVME-147 VME controller chip
281.34Sscwdevice	vmepcc: mvmebus, vmebus
291.31Sscwattach	vmepcc at pcc
301.40Sscwfile	arch/mvme68k/dev/vme_pcc.c		vmepcc
311.31Sscw
321.50Sscw# MVME-147 Clock
331.5Schuckattach clock at pcc with clock_pcc
341.5Schuckfile arch/mvme68k/dev/clock_pcc.c		clock_pcc
351.1Schuck
361.50Sscw# ZS Serial ports
371.19Sthorpejdevice zsc { channel = -1 }
381.5Schuckfile arch/mvme68k/dev/zs.c			zsc
391.5Schuckfile dev/ic/z8530sc.c				zsc
401.5Schuck
411.50Sscw# MVME-147 Serial ports
421.5Schuckattach zsc at pcc with zsc_pcc
431.5Schuckfile arch/mvme68k/dev/zs_pcc.c			zsc_pcc needs-flag
441.35Sscw
451.50Sscw# MVME-1[67]2 Serial ports
461.35Sscwattach zsc at pcctwo with zsc_pcctwo
471.35Sscwfile arch/mvme68k/dev/zs_pcctwo.c		zsc_pcctwo needs-flag
481.5Schuck
491.19Sthorpejdevice zstty: tty
501.5Schuckattach zstty at zsc
511.5Schuckfile dev/ic/z8530tty.c				zstty needs-flag
521.9Schuck
531.50Sscw# MVME-147 Parallel printer
541.9Schuckattach lpt at pcc with lpt_pcc
551.40Sscwfile arch/mvme68k/dev/lpt_pcc.c			lpt_pcc
561.23Sscw
571.6Sthorpej# device defined in sys/conf/files
581.21Sdrochnerattach le at pcc with le_pcc: le24
591.40Sscwfile arch/mvme68k/dev/if_le.c			le_pcc
601.5Schuck
611.47Sscw# TimeKeeper NVRAM device
621.47Sscwdevice timekeeper: mk48txx
631.47Sscwattach timekeeper at mainbus
641.47Sscwfile arch/mvme68k/dev/timekeeper.c		timekeeper
651.47Sscw
661.10Spk# Memory disk for boot tape
671.37Sscwfile dev/md_root.c				memory_disk_hooks
681.7Schuck
691.28Sthorpejinclude "dev/scsipi/files.scsipi"
701.1Schuck
711.5Schuck# WD33C93 SCSI ...
721.5Schuckdefine sbic
731.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
741.5Schuck
751.5Schuck# ... on the MVME-147
761.19Sthorpejdevice wdsc: sbic, scsi
771.5Schuckattach wdsc at pcc with wdsc_pcc
781.40Sscwfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
791.24Sscw
801.50Sscwfile arch/mvme68k/dev/pcctwo_68k.c		pcctwo
811.50Sscwfile arch/mvme68k/dev/memc_68k.c		memc
821.51Sscw
831.51Sscw# This isn't as odd as it looks. This file is still needed even if
841.51Sscw# no vmetwo device is configured into the kernel.
851.51Sscwfile arch/mvme68k/dev/vme_two_68k.c		vmetwo | pcctwo
861.1Schuck
871.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
881.31Sscwfile arch/mvme68k/mvme68k/bus_dma.c
891.31Sscwfile arch/mvme68k/mvme68k/bus_space.c
901.5Schuckfile arch/mvme68k/mvme68k/clock.c
911.1Schuckfile arch/mvme68k/mvme68k/conf.c
921.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
931.5Schuckfile arch/mvme68k/mvme68k/isr.c
941.8Smycroftfile arch/mvme68k/mvme68k/machdep.c
951.1Schuckfile arch/mvme68k/mvme68k/mem.c
961.1Schuckfile arch/mvme68k/mvme68k/pmap.c
971.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
981.42Sfvdlfile arch/mvme68k/mvme68k/procfs_machdep.c	procfs
991.33Sscwfile arch/mvme68k/mvme68k/softintr.c
1001.1Schuckfile arch/mvme68k/mvme68k/trap.c
1011.23Sscwfile arch/m68k/m68k/cacheops.c
1021.54Schsfile arch/m68k/m68k/db_memrw.c			ddb | kgdb
1031.55Schsfile arch/m68k/m68k/sys_machdep.c
1041.53Schsfile arch/m68k/m68k/vm_machdep.c
1051.47Sscwfile dev/clock_subr.c
1061.1Schuckfile dev/cons.c
1071.1Schuckfile dev/cninit.c
1081.36Sscw
1091.36Sscw# Motorola 68060 support package
1101.36Sscwinclude "arch/m68k/060sp/files.060sp"
1111.41Sscw
1121.41Sscw# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
1131.41Sscwinclude "compat/aoutm68k/files.aoutm68k"
1141.1Schuck
1151.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
1161.25Skleinkinclude "compat/sunos/files.sunos"
1171.48Slukemfile	arch/m68k/m68k/sunos_machdep.c		compat_sunos
1181.26Skleink
1191.26Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
1201.26Skleinkinclude "compat/svr4/files.svr4"
1211.22Sitohy
1221.22Sitohy# Linux binary compatibility (COMPAT_LINUX)
1231.22Sitohyinclude "compat/linux/files.linux"
1241.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1251.44Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
1261.22Sitohy
1271.22Sitohy# OSS audio driver compatibility
1281.22Sitohyinclude "compat/ossaudio/files.ossaudio"
1291.52Sgehenna
1301.52Sgehennainclude	"arch/mvme68k/conf/majors.mvme68k"
131