files.mvme68k revision 1.10
1# $NetBSD: files.mvme68k,v 1.10 1996/12/28 23:23:20 pk Exp $ 2 3# config file for mvme68k 4 5# maxpartitions must be first item in files.${ARCH}.newconf 6maxpartitions 8 7 8device mainbus { } 9attach mainbus at root 10 11# MVME-147 Peripheral Channel Controller 12device pcc { [ ipl = -1 ] } 13attach pcc at mainbus 14file arch/mvme68k/dev/pcc.c pcc needs-flag 15 16device clock 17attach clock at pcc with clock_pcc 18file arch/mvme68k/dev/clock_pcc.c clock_pcc 19 20device zsc { channel = -1 } 21file arch/mvme68k/dev/zs.c zsc 22file dev/ic/z8530sc.c zsc 23 24attach zsc at pcc with zsc_pcc 25file arch/mvme68k/dev/zs_pcc.c zsc_pcc needs-flag 26 27device zstty: tty 28attach zstty at zsc 29file dev/ic/z8530tty.c zstty needs-flag 30 31# printer 32device lpt 33attach lpt at pcc with lpt_pcc 34file arch/mvme68k/dev/lpt.c lpt needs-flag 35 36# device defined in sys/conf/files 37attach le at pcc with le_pcc 38file arch/mvme68k/dev/if_le.c le 39 40# Generic VME support 41device vmechip { } 42file arch/mvme68k/dev/vme.c vmechip 43 44device vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 45attach vmes at vmechip 46 47device vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 48attach vmel at vmechip 49 50# Memory disk for boot tape 51pseudo-device md 52file dev/md.c md needs-flag 53file arch/mvme68k/dev/md_root.c memory_disk_hooks 54 55# MVME-147 VME controller chip 56attach vmechip at pcc with vmechip_pcc 57file arch/mvme68k/dev/vme_pcc.c vmechip_pcc 58 59include "../../../scsi/files.scsi" 60 61major { vnd = 6 } 62major { sd = 7 } 63major { md = 9 } 64major { cd = 18 } 65 66# WD33C93 SCSI ... 67define sbic 68file arch/mvme68k/dev/sbic.c sbic 69 70# ... on the MVME-147 71device wdsc: sbic, scsi 72attach wdsc at pcc with wdsc_pcc 73file arch/mvme68k/dev/wdsc.c wdsc_pcc 74 75file arch/mvme68k/mvme68k/autoconf.c 76file arch/mvme68k/mvme68k/clock.c 77file arch/mvme68k/mvme68k/conf.c 78file arch/mvme68k/mvme68k/disksubr.c 79file arch/mvme68k/mvme68k/dkbad.c 80file arch/mvme68k/mvme68k/isr.c 81file arch/mvme68k/mvme68k/machdep.c 82file arch/mvme68k/mvme68k/mem.c 83file arch/mvme68k/mvme68k/pmap.c 84file arch/mvme68k/mvme68k/pmap_bootstrap.c 85file arch/mvme68k/mvme68k/sys_machdep.c 86file arch/mvme68k/mvme68k/trap.c 87file arch/mvme68k/mvme68k/vm_machdep.c 88file arch/m68k/m68k/copy.s 89file arch/m68k/m68k/db_memrw.c ddb 90file dev/cons.c 91file dev/cninit.c 92 93# SunOS Binary Compatibility (COMPAT_SUNOS) 94include "../../../compat/sunos/files.sunos" 95file arch/m68k/m68k/sunos_machdep.c compat_sunos 96