files.mvme68k revision 1.47
11.47Sscw#	$NetBSD: files.mvme68k,v 1.47 2001/08/12 18:33:12 scw Exp $
21.1Schuck
31.1Schuck# config file for mvme68k
41.1Schuck
51.36Sscwdefopt	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.5Schuck# MVME-147 Peripheral Channel Controller
151.19Sthorpejdevice pcc { [ ipl = -1 ] }
161.5Schuckattach pcc at mainbus
171.40Sscwfile arch/mvme68k/dev/pcc.c			pcc needs-flag
181.1Schuck
191.23Sscw# MVME-166,167 and 177 Peripheral Channel Controller Chip2
201.23Sscwdevice pcctwo { [ ipl = -1 ] }
211.23Sscwattach pcctwo at mainbus
221.40Sscwfile arch/mvme68k/dev/pcctwo.c			pcctwo needs-flag
231.23Sscw
241.45Sscw# This is not as odd as it looks. If the user doesn't define
251.45Sscw# a vmetwo0 device in the config file, we still need the
261.45Sscw# following gloop to deal with some local interrupts.
271.45Sscwfile arch/mvme68k/dev/vme_two_isr.c		pcctwo
281.45Sscw
291.31Sscw# Grab the MD VMEbus goop
301.31Sscwinclude "dev/vme/files.vme"
311.31Sscw
321.34Sscw# Our own common VMEbus glue
331.34Sscwdefine mvmebus
341.34Sscwfile arch/mvme68k/dev/mvmebus.c			mvmebus
351.34Sscw
361.31Sscw# MVME-147 VME controller chip
371.34Sscwdevice	vmepcc: mvmebus, vmebus
381.31Sscwattach	vmepcc at pcc
391.40Sscwfile	arch/mvme68k/dev/vme_pcc.c		vmepcc
401.31Sscw
411.31Sscw# MVME-1[67]7 VME controller chip
421.34Sscwdevice	vmetwo: mvmebus, vmebus
431.31Sscwattach	vmetwo at mainbus
441.45Sscwfile	arch/mvme68k/dev/vme_two.c		vmetwo needs-flag
451.31Sscw
461.19Sthorpejdevice clock
471.5Schuckattach clock at pcc with clock_pcc
481.23Sscwattach clock at pcctwo with clock_pcctwo
491.5Schuckfile arch/mvme68k/dev/clock_pcc.c		clock_pcc
501.23Sscwfile arch/mvme68k/dev/clock_pcctwo.c		clock_pcctwo
511.1Schuck
521.19Sthorpejdevice zsc { channel = -1 }
531.5Schuckfile arch/mvme68k/dev/zs.c			zsc
541.5Schuckfile dev/ic/z8530sc.c				zsc
551.5Schuck
561.5Schuckattach zsc at pcc with zsc_pcc
571.5Schuckfile arch/mvme68k/dev/zs_pcc.c			zsc_pcc needs-flag
581.35Sscw
591.35Sscwattach zsc at pcctwo with zsc_pcctwo
601.35Sscwfile arch/mvme68k/dev/zs_pcctwo.c		zsc_pcctwo needs-flag
611.5Schuck
621.19Sthorpejdevice zstty: tty
631.5Schuckattach zstty at zsc
641.5Schuckfile dev/ic/z8530tty.c				zstty needs-flag
651.9Schuck
661.23Sscw# Parallel printer
671.19Sthorpejdevice lpt
681.9Schuckattach lpt at pcc with lpt_pcc
691.23Sscwattach lpt at pcctwo with lpt_pcctwo
701.9Schuckfile arch/mvme68k/dev/lpt.c			lpt needs-flag
711.40Sscwfile arch/mvme68k/dev/lpt_pcc.c			lpt_pcc
721.40Sscwfile arch/mvme68k/dev/lpt_pcctwo.c		lpt_pcctwo
731.23Sscw
741.6Sthorpej# device defined in sys/conf/files
751.21Sdrochnerattach le at pcc with le_pcc: le24
761.40Sscwfile arch/mvme68k/dev/if_le.c			le_pcc
771.5Schuck
781.23Sscw# i82596 Ethernet Interface on MVME1[67]7
791.23Sscwattach ie at pcctwo with ie_pcctwo
801.40Sscwfile arch/mvme68k/dev/if_ie.c			ie_pcctwo
811.23Sscw
821.23Sscw# CD2401 Quad Serial Controller
831.23Sscwattach clmpcc at pcctwo with clmpcc_pcctwo
841.23Sscwfile arch/mvme68k/dev/clmpcc_pcctwo.c		clmpcc_pcctwo needs-flag
851.38Sscw
861.38Sscw# MVME16x and MVME17x Memory Controller ASICs
871.38Sscwdevice memc
881.46Sscwattach memc at mainbus
891.40Sscwfile arch/mvme68k/dev/memc.c			memc
901.23Sscw
911.47Sscw# TimeKeeper NVRAM device
921.47Sscwdevice timekeeper: mk48txx
931.47Sscwattach timekeeper at mainbus
941.47Sscwfile arch/mvme68k/dev/timekeeper.c		timekeeper
951.47Sscw
961.10Spk# Memory disk for boot tape
971.37Sscwfile dev/md_root.c				memory_disk_hooks
981.7Schuck
991.28Sthorpejinclude "dev/scsipi/files.scsipi"
1001.1Schuck
1011.29Sscwmajor { sd = 4 }
1021.29Sscwmajor { cd = 8 }
1031.10Spkmajor { md = 9 }
1041.30Soster
1051.30Soster# RAIDframe
1061.30Sostermajor { raid = 16 }
1071.4Schuck
1081.5Schuck# WD33C93 SCSI ...
1091.5Schuckdefine sbic
1101.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
1111.5Schuck
1121.5Schuck# ... on the MVME-147
1131.19Sthorpejdevice wdsc: sbic, scsi
1141.5Schuckattach wdsc at pcc with wdsc_pcc
1151.40Sscwfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
1161.24Sscw
1171.43Sscw# NCR53C710 SCSI on everything else
1181.43Sscwattach osiop at pcctwo with ncrsc_pcctwo
1191.40Sscwfile arch/mvme68k/dev/ncrsc_pcctwo.c		ncrsc_pcctwo
1201.1Schuck
1211.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
1221.31Sscwfile arch/mvme68k/mvme68k/bus_dma.c
1231.31Sscwfile arch/mvme68k/mvme68k/bus_space.c
1241.5Schuckfile arch/mvme68k/mvme68k/clock.c
1251.1Schuckfile arch/mvme68k/mvme68k/conf.c
1261.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c		ddb | kgdb
1271.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
1281.5Schuckfile arch/mvme68k/mvme68k/isr.c
1291.8Smycroftfile arch/mvme68k/mvme68k/machdep.c
1301.1Schuckfile arch/mvme68k/mvme68k/mem.c
1311.1Schuckfile arch/mvme68k/mvme68k/pmap.c
1321.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
1331.42Sfvdlfile arch/mvme68k/mvme68k/procfs_machdep.c	procfs
1341.33Sscwfile arch/mvme68k/mvme68k/softintr.c
1351.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c
1361.1Schuckfile arch/mvme68k/mvme68k/trap.c
1371.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c
1381.23Sscwfile arch/m68k/m68k/cacheops.c
1391.47Sscwfile dev/clock_subr.c
1401.1Schuckfile dev/cons.c
1411.1Schuckfile dev/cninit.c
1421.36Sscw
1431.36Sscw# Motorola 68060 support package
1441.36Sscwinclude "arch/m68k/060sp/files.060sp"
1451.41Sscw
1461.41Sscw# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
1471.41Sscwinclude "compat/aoutm68k/files.aoutm68k"
1481.1Schuck
1491.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
1501.25Skleinkinclude "compat/sunos/files.sunos"
1511.1Schuckfile    arch/m68k/m68k/sunos_machdep.c  compat_sunos
1521.26Skleink
1531.26Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
1541.26Skleinkinclude "compat/svr4/files.svr4"
1551.22Sitohy
1561.22Sitohy# Linux binary compatibility (COMPAT_LINUX)
1571.22Sitohyinclude "compat/linux/files.linux"
1581.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1591.44Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
1601.22Sitohy
1611.22Sitohy# OSS audio driver compatibility
1621.22Sitohyinclude "compat/ossaudio/files.ossaudio"
163