files.mvme68k revision 1.28
11.28Sthorpej#	$NetBSD: files.mvme68k,v 1.28 1999/07/09 02:32:31 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.19Sthorpejdevice mainbus { }
91.3Sthorpejattach mainbus at root
101.1Schuck
111.5Schuck# MVME-147 Peripheral Channel Controller
121.19Sthorpejdevice pcc { [ ipl = -1 ] }
131.5Schuckattach pcc at mainbus
141.5Schuckfile arch/mvme68k/dev/pcc.c			pcc needs-flag
151.1Schuck
161.23Sscw# MVME-166,167 and 177 Peripheral Channel Controller Chip2
171.23Sscwdevice pcctwo { [ ipl = -1 ] }
181.23Sscwattach pcctwo at mainbus
191.23Sscwfile arch/mvme68k/dev/pcctwo.c			pcctwo needs-flag
201.23Sscw
211.19Sthorpejdevice clock
221.5Schuckattach clock at pcc with clock_pcc
231.23Sscwattach clock at pcctwo with clock_pcctwo
241.5Schuckfile arch/mvme68k/dev/clock_pcc.c		clock_pcc
251.23Sscwfile arch/mvme68k/dev/clock_pcctwo.c		clock_pcctwo
261.1Schuck
271.19Sthorpejdevice zsc { channel = -1 }
281.5Schuckfile arch/mvme68k/dev/zs.c			zsc
291.5Schuckfile dev/ic/z8530sc.c				zsc
301.5Schuck
311.5Schuckattach zsc at pcc with zsc_pcc
321.5Schuckfile arch/mvme68k/dev/zs_pcc.c			zsc_pcc needs-flag
331.5Schuck
341.19Sthorpejdevice zstty: tty
351.5Schuckattach zstty at zsc
361.5Schuckfile dev/ic/z8530tty.c				zstty needs-flag
371.9Schuck
381.23Sscw# Parallel printer
391.19Sthorpejdevice lpt
401.9Schuckattach lpt at pcc with lpt_pcc
411.23Sscwattach lpt at pcctwo with lpt_pcctwo
421.9Schuckfile arch/mvme68k/dev/lpt.c			lpt needs-flag
431.23Sscwfile arch/mvme68k/dev/lpt_pcc.c			lpt_pcc
441.23Sscwfile arch/mvme68k/dev/lpt_pcctwo.c		lpt_pcctwo
451.23Sscw
461.6Sthorpej# device defined in sys/conf/files
471.21Sdrochnerattach le at pcc with le_pcc: le24
481.5Schuckfile arch/mvme68k/dev/if_le.c			le
491.5Schuck
501.23Sscw# i82596 Ethernet Interface on MVME1[67]7
511.23Sscwdevice ie: ifnet, ether, arp, i82586
521.23Sscwattach ie at pcctwo with ie_pcctwo
531.23Sscwfile arch/mvme68k/dev/if_ie.c			ie
541.23Sscw
551.23Sscw# CD2401 Quad Serial Controller
561.23Sscwattach clmpcc at pcctwo with clmpcc_pcctwo
571.23Sscwfile arch/mvme68k/dev/clmpcc_pcctwo.c		clmpcc_pcctwo needs-flag
581.23Sscw
591.5Schuck# Generic VME support
601.19Sthorpejdevice vmechip { }
611.5Schuckfile arch/mvme68k/dev/vme.c			vmechip
621.5Schuck
631.19Sthorpejdevice vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
641.5Schuckattach vmes at vmechip
651.5Schuck
661.19Sthorpejdevice vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
671.5Schuckattach vmel at vmechip
681.5Schuck
691.10Spk# Memory disk for boot tape
701.10Spkfile arch/mvme68k/dev/md_root.c		memory_disk_hooks
711.7Schuck
721.5Schuck# MVME-147 VME controller chip
731.5Schuckattach vmechip at pcc with vmechip_pcc
741.5Schuckfile arch/mvme68k/dev/vme_pcc.c			vmechip_pcc
751.1Schuck
761.24Sscw# MVME-1[67] VME controller chip
771.24Sscwattach vmechip at mainbus with vmetwo
781.24Sscwfile arch/mvme68k/dev/vme_two.c			vmetwo
791.24Sscw
801.28Sthorpejinclude "dev/scsipi/files.scsipi"
811.1Schuck
821.1Schuckmajor { sd = 7 }
831.10Spkmajor { md = 9 }
841.1Schuckmajor { cd = 18 }
851.4Schuck
861.5Schuck# WD33C93 SCSI ...
871.5Schuckdefine sbic
881.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
891.5Schuck
901.5Schuck# ... on the MVME-147
911.19Sthorpejdevice wdsc: sbic, scsi
921.5Schuckattach wdsc at pcc with wdsc_pcc
931.5Schuckfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
941.24Sscw
951.24Sscw# NCR53C710 SCSI ...
961.24Sscwdefine siop
971.24Sscwfile arch/mvme68k/dev/siop.c			siop
981.24Sscw
991.24Sscw# ... on everything else
1001.24Sscwdevice ncrsc: siop, scsi
1011.24Sscwattach ncrsc at pcctwo with ncrsc_pcctwo
1021.24Sscwfile arch/mvme68k/dev/ncrsc_pcctwo.c		ncrsc_pcctwo
1031.1Schuck
1041.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
1051.5Schuckfile arch/mvme68k/mvme68k/clock.c
1061.1Schuckfile arch/mvme68k/mvme68k/conf.c
1071.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c		ddb | kgdb
1081.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
1091.1Schuckfile arch/mvme68k/mvme68k/dkbad.c
1101.5Schuckfile arch/mvme68k/mvme68k/isr.c
1111.8Smycroftfile arch/mvme68k/mvme68k/machdep.c
1121.1Schuckfile arch/mvme68k/mvme68k/mem.c
1131.1Schuckfile arch/mvme68k/mvme68k/pmap.c
1141.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
1151.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c
1161.1Schuckfile arch/mvme68k/mvme68k/trap.c
1171.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c
1181.23Sscwfile arch/m68k/m68k/cacheops.c
1191.1Schuckfile dev/cons.c
1201.1Schuckfile dev/cninit.c
1211.1Schuck
1221.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
1231.25Skleinkinclude "compat/sunos/files.sunos"
1241.1Schuckfile    arch/m68k/m68k/sunos_machdep.c  compat_sunos
1251.26Skleink
1261.26Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
1271.26Skleinkinclude "compat/svr4/files.svr4"
1281.22Sitohy
1291.22Sitohy# Linux binary compatibility (COMPAT_LINUX)
1301.22Sitohyinclude "compat/linux/files.linux"
1311.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1321.22Sitohy
1331.22Sitohy# OSS audio driver compatibility
1341.22Sitohyinclude "compat/ossaudio/files.ossaudio"
135