files.mvme68k revision 1.24
11.24Sscw# $NetBSD: files.mvme68k,v 1.24 1999/02/20 00:44:31 scw 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.16Sbouyerinclude "../../../dev/scsipi/files.scsipi" 811.1Schuck 821.7Schuckmajor { vnd = 6 } 831.1Schuckmajor { sd = 7 } 841.10Spkmajor { md = 9 } 851.1Schuckmajor { cd = 18 } 861.4Schuck 871.5Schuck# WD33C93 SCSI ... 881.5Schuckdefine sbic 891.5Schuckfile arch/mvme68k/dev/sbic.c sbic 901.5Schuck 911.5Schuck# ... on the MVME-147 921.19Sthorpejdevice wdsc: sbic, scsi 931.5Schuckattach wdsc at pcc with wdsc_pcc 941.5Schuckfile arch/mvme68k/dev/wdsc.c wdsc_pcc 951.24Sscw 961.24Sscw# NCR53C710 SCSI ... 971.24Sscwdefine siop 981.24Sscwfile arch/mvme68k/dev/siop.c siop 991.24Sscw 1001.24Sscw# ... on everything else 1011.24Sscwdevice ncrsc: siop, scsi 1021.24Sscwattach ncrsc at pcctwo with ncrsc_pcctwo 1031.24Sscwfile arch/mvme68k/dev/ncrsc_pcctwo.c ncrsc_pcctwo 1041.1Schuck 1051.1Schuckfile arch/mvme68k/mvme68k/autoconf.c 1061.5Schuckfile arch/mvme68k/mvme68k/clock.c 1071.1Schuckfile arch/mvme68k/mvme68k/conf.c 1081.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c ddb | kgdb 1091.1Schuckfile arch/mvme68k/mvme68k/disksubr.c 1101.1Schuckfile arch/mvme68k/mvme68k/dkbad.c 1111.5Schuckfile arch/mvme68k/mvme68k/isr.c 1121.8Smycroftfile arch/mvme68k/mvme68k/machdep.c 1131.1Schuckfile arch/mvme68k/mvme68k/mem.c 1141.1Schuckfile arch/mvme68k/mvme68k/pmap.c 1151.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 1161.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c 1171.1Schuckfile arch/mvme68k/mvme68k/trap.c 1181.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c 1191.23Sscwfile arch/m68k/m68k/cacheops.c 1201.1Schuckfile dev/cons.c 1211.1Schuckfile dev/cninit.c 1221.1Schuck 1231.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS) 1241.1Schuckinclude "../../../compat/sunos/files.sunos" 1251.1Schuckfile arch/m68k/m68k/sunos_machdep.c compat_sunos 1261.22Sitohy 1271.22Sitohy# Linux binary compatibility (COMPAT_LINUX) 1281.22Sitohyinclude "compat/linux/files.linux" 1291.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 1301.22Sitohy 1311.22Sitohy# OSS audio driver compatibility 1321.22Sitohyinclude "compat/ossaudio/files.ossaudio" 133