files.mvme68k revision 1.23
11.23Sscw# $NetBSD: files.mvme68k,v 1.23 1999/02/14 17:54:27 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.1Schuck 471.6Sthorpej# device defined in sys/conf/files 481.21Sdrochnerattach le at pcc with le_pcc: le24 491.5Schuckfile arch/mvme68k/dev/if_le.c le 501.5Schuck 511.23Sscw# i82596 Ethernet Interface on MVME1[67]7 521.23Sscwdevice ie: ifnet, ether, arp, i82586 531.23Sscwattach ie at pcctwo with ie_pcctwo 541.23Sscwfile arch/mvme68k/dev/if_ie.c ie 551.23Sscw 561.23Sscw# CD2401 Quad Serial Controller 571.23Sscwattach clmpcc at pcctwo with clmpcc_pcctwo 581.23Sscwfile arch/mvme68k/dev/clmpcc_pcctwo.c clmpcc_pcctwo needs-flag 591.23Sscw 601.5Schuck# Generic VME support 611.19Sthorpejdevice vmechip { } 621.5Schuckfile arch/mvme68k/dev/vme.c vmechip 631.5Schuck 641.19Sthorpejdevice vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 651.5Schuckattach vmes at vmechip 661.5Schuck 671.19Sthorpejdevice vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 681.5Schuckattach vmel at vmechip 691.5Schuck 701.10Spk# Memory disk for boot tape 711.10Spkfile arch/mvme68k/dev/md_root.c memory_disk_hooks 721.7Schuck 731.5Schuck# MVME-147 VME controller chip 741.5Schuckattach vmechip at pcc with vmechip_pcc 751.5Schuckfile arch/mvme68k/dev/vme_pcc.c vmechip_pcc 761.1Schuck 771.16Sbouyerinclude "../../../dev/scsipi/files.scsipi" 781.1Schuck 791.7Schuckmajor { vnd = 6 } 801.1Schuckmajor { sd = 7 } 811.10Spkmajor { md = 9 } 821.1Schuckmajor { cd = 18 } 831.4Schuck 841.5Schuck# WD33C93 SCSI ... 851.5Schuckdefine sbic 861.5Schuckfile arch/mvme68k/dev/sbic.c sbic 871.5Schuck 881.5Schuck# ... on the MVME-147 891.19Sthorpejdevice wdsc: sbic, scsi 901.5Schuckattach wdsc at pcc with wdsc_pcc 911.5Schuckfile arch/mvme68k/dev/wdsc.c wdsc_pcc 921.1Schuck 931.1Schuckfile arch/mvme68k/mvme68k/autoconf.c 941.5Schuckfile arch/mvme68k/mvme68k/clock.c 951.1Schuckfile arch/mvme68k/mvme68k/conf.c 961.14Sthorpejfile arch/mvme68k/mvme68k/db_memrw.c ddb | kgdb 971.1Schuckfile arch/mvme68k/mvme68k/disksubr.c 981.1Schuckfile arch/mvme68k/mvme68k/dkbad.c 991.5Schuckfile arch/mvme68k/mvme68k/isr.c 1001.8Smycroftfile arch/mvme68k/mvme68k/machdep.c 1011.1Schuckfile arch/mvme68k/mvme68k/mem.c 1021.1Schuckfile arch/mvme68k/mvme68k/pmap.c 1031.20Sthorpejfile arch/mvme68k/mvme68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 1041.1Schuckfile arch/mvme68k/mvme68k/sys_machdep.c 1051.1Schuckfile arch/mvme68k/mvme68k/trap.c 1061.1Schuckfile arch/mvme68k/mvme68k/vm_machdep.c 1071.23Sscwfile arch/m68k/m68k/cacheops.c 1081.1Schuckfile dev/cons.c 1091.1Schuckfile dev/cninit.c 1101.1Schuck 1111.1Schuck# SunOS Binary Compatibility (COMPAT_SUNOS) 1121.1Schuckinclude "../../../compat/sunos/files.sunos" 1131.1Schuckfile arch/m68k/m68k/sunos_machdep.c compat_sunos 1141.22Sitohy 1151.22Sitohy# Linux binary compatibility (COMPAT_LINUX) 1161.22Sitohyinclude "compat/linux/files.linux" 1171.22Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 1181.22Sitohy 1191.22Sitohy# OSS audio driver compatibility 1201.22Sitohyinclude "compat/ossaudio/files.ossaudio" 121