files.mvme68k revision 1.42
1# $NetBSD: files.mvme68k,v 1.42 2001/01/17 00:07:29 fvdl Exp $ 2 3# config file for mvme68k 4 5defopt opt_m060sp.h M060SP 6 7# maxpartitions must be first item in files.${ARCH}.newconf 8maxpartitions 8 9 10device mainbus { } 11attach mainbus at root 12file arch/mvme68k/dev/mainbus.c mainbus 13 14# MVME-147 Peripheral Channel Controller 15device pcc { [ ipl = -1 ] } 16attach pcc at mainbus 17file arch/mvme68k/dev/pcc.c pcc needs-flag 18 19# MVME-166,167 and 177 Peripheral Channel Controller Chip2 20device pcctwo { [ ipl = -1 ] } 21attach pcctwo at mainbus 22file arch/mvme68k/dev/pcctwo.c pcctwo needs-flag 23 24# Grab the MD VMEbus goop 25include "dev/vme/files.vme" 26 27# Our own common VMEbus glue 28define mvmebus 29file arch/mvme68k/dev/mvmebus.c mvmebus 30 31# MVME-147 VME controller chip 32device vmepcc: mvmebus, vmebus 33attach vmepcc at pcc 34file arch/mvme68k/dev/vme_pcc.c vmepcc 35 36# MVME-1[67]7 VME controller chip 37device vmetwo: mvmebus, vmebus 38attach vmetwo at mainbus 39file arch/mvme68k/dev/vme_two.c vmetwo 40 41device clock 42attach clock at pcc with clock_pcc 43attach clock at pcctwo with clock_pcctwo 44file arch/mvme68k/dev/clock_pcc.c clock_pcc 45file arch/mvme68k/dev/clock_pcctwo.c clock_pcctwo 46 47device zsc { channel = -1 } 48file arch/mvme68k/dev/zs.c zsc 49file dev/ic/z8530sc.c zsc 50 51attach zsc at pcc with zsc_pcc 52file arch/mvme68k/dev/zs_pcc.c zsc_pcc needs-flag 53 54attach zsc at pcctwo with zsc_pcctwo 55file arch/mvme68k/dev/zs_pcctwo.c zsc_pcctwo needs-flag 56 57device zstty: tty 58attach zstty at zsc 59file dev/ic/z8530tty.c zstty needs-flag 60 61# Parallel printer 62device lpt 63attach lpt at pcc with lpt_pcc 64attach lpt at pcctwo with lpt_pcctwo 65file arch/mvme68k/dev/lpt.c lpt needs-flag 66file arch/mvme68k/dev/lpt_pcc.c lpt_pcc 67file arch/mvme68k/dev/lpt_pcctwo.c lpt_pcctwo 68 69# device defined in sys/conf/files 70attach le at pcc with le_pcc: le24 71file arch/mvme68k/dev/if_le.c le_pcc 72 73# i82596 Ethernet Interface on MVME1[67]7 74attach ie at pcctwo with ie_pcctwo 75file arch/mvme68k/dev/if_ie.c ie_pcctwo 76 77# CD2401 Quad Serial Controller 78attach clmpcc at pcctwo with clmpcc_pcctwo 79file arch/mvme68k/dev/clmpcc_pcctwo.c clmpcc_pcctwo needs-flag 80 81# MVME16x and MVME17x Memory Controller ASICs 82device memc 83attach memc at pcctwo 84file arch/mvme68k/dev/memc.c memc 85 86# Memory disk for boot tape 87file dev/md_root.c memory_disk_hooks 88 89include "dev/scsipi/files.scsipi" 90 91major { sd = 4 } 92major { cd = 8 } 93major { md = 9 } 94 95# RAIDframe 96major { raid = 16 } 97 98# WD33C93 SCSI ... 99define sbic 100file arch/mvme68k/dev/sbic.c sbic 101 102# ... on the MVME-147 103device wdsc: sbic, scsi 104attach wdsc at pcc with wdsc_pcc 105file arch/mvme68k/dev/wdsc.c wdsc_pcc 106 107# NCR53C710 SCSI ... 108define msiop 109file arch/mvme68k/dev/siop.c msiop 110 111# ... on everything else 112device ncrsc: msiop, scsi 113attach ncrsc at pcctwo with ncrsc_pcctwo 114file arch/mvme68k/dev/ncrsc_pcctwo.c ncrsc_pcctwo 115 116file arch/mvme68k/mvme68k/autoconf.c 117file arch/mvme68k/mvme68k/bus_dma.c 118file arch/mvme68k/mvme68k/bus_space.c 119file arch/mvme68k/mvme68k/clock.c 120file arch/mvme68k/mvme68k/conf.c 121file arch/mvme68k/mvme68k/db_memrw.c ddb | kgdb 122file arch/mvme68k/mvme68k/disksubr.c 123file arch/mvme68k/mvme68k/isr.c 124file arch/mvme68k/mvme68k/machdep.c 125file arch/mvme68k/mvme68k/mem.c 126file arch/mvme68k/mvme68k/pmap.c 127file arch/mvme68k/mvme68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 128file arch/mvme68k/mvme68k/procfs_machdep.c procfs 129file arch/mvme68k/mvme68k/softintr.c 130file arch/mvme68k/mvme68k/sys_machdep.c 131file arch/mvme68k/mvme68k/trap.c 132file arch/mvme68k/mvme68k/vm_machdep.c 133file arch/m68k/m68k/cacheops.c 134file dev/cons.c 135file dev/cninit.c 136 137# Motorola 68060 support package 138include "arch/m68k/060sp/files.060sp" 139 140# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 141include "compat/aoutm68k/files.aoutm68k" 142 143# SunOS Binary Compatibility (COMPAT_SUNOS) 144include "compat/sunos/files.sunos" 145file arch/m68k/m68k/sunos_machdep.c compat_sunos 146 147# SVR4 Binary Compatibility (COMPAT_SVR4) 148include "compat/svr4/files.svr4" 149 150# Linux binary compatibility (COMPAT_LINUX) 151include "compat/linux/files.linux" 152include "compat/linux/arch/m68k/files.linux_m68k" 153 154# OSS audio driver compatibility 155include "compat/ossaudio/files.ossaudio" 156