files.mvme68k revision 1.30
11.30Soster#	$NetBSD: files.mvme68k,v 1.30 2000/03/14 15:56:56 oster 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.29Sscwmajor { sd = 4 }
831.29Sscwmajor { cd = 8 }
841.10Spkmajor { md = 9 }
851.30Soster
861.30Soster# RAIDframe
871.30Sostermajor { raid = 16 }
881.4Schuck
891.5Schuck# WD33C93 SCSI ...
901.5Schuckdefine sbic
911.5Schuckfile arch/mvme68k/dev/sbic.c			sbic
921.5Schuck
931.5Schuck# ... on the MVME-147
941.19Sthorpejdevice wdsc: sbic, scsi
951.5Schuckattach wdsc at pcc with wdsc_pcc
961.5Schuckfile arch/mvme68k/dev/wdsc.c			wdsc_pcc
971.24Sscw
981.24Sscw# NCR53C710 SCSI ...
991.24Sscwdefine siop
1001.24Sscwfile arch/mvme68k/dev/siop.c			siop
1011.24Sscw
1021.24Sscw# ... on everything else
1031.24Sscwdevice ncrsc: siop, scsi
1041.24Sscwattach ncrsc at pcctwo with ncrsc_pcctwo
1051.24Sscwfile arch/mvme68k/dev/ncrsc_pcctwo.c		ncrsc_pcctwo
1061.1Schuck
1071.1Schuckfile arch/mvme68k/mvme68k/autoconf.c
1081.5Schuckfile arch/mvme68k/mvme68k/clock.c
1091.1Schuckfile arch/mvme68k/mvme68k/conf.c
1101.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c		ddb | kgdb
1111.1Schuckfile arch/mvme68k/mvme68k/disksubr.c
1121.1Schuckfile arch/mvme68k/mvme68k/dkbad.c
1131.5Schuckfile arch/mvme68k/mvme68k/isr.c
1141.8Smycroftfile arch/mvme68k/mvme68k/machdep.c
1151.1Schuckfile arch/mvme68k/mvme68k/mem.c
1161.1Schuckfile arch/mvme68k/mvme68k/pmap.c
1171.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
1181.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c
1191.1Schuckfile arch/mvme68k/mvme68k/trap.c
1201.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c
1211.23Sscwfile arch/m68k/m68k/cacheops.c
1221.1Schuckfile dev/cons.c
1231.1Schuckfile dev/cninit.c
1241.1Schuck
1251.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS)
1261.25Skleinkinclude "compat/sunos/files.sunos"
1271.1Schuckfile    arch/m68k/m68k/sunos_machdep.c  compat_sunos
1281.26Skleink
1291.26Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
1301.26Skleinkinclude "compat/svr4/files.svr4"
1311.22Sitohy
1321.22Sitohy# Linux binary compatibility (COMPAT_LINUX)
1331.22Sitohyinclude "compat/linux/files.linux"
1341.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1351.22Sitohy
1361.22Sitohy# OSS audio driver compatibility
1371.22Sitohyinclude "compat/ossaudio/files.ossaudio"
138