files.mvme68k revision 1.8
1# $NetBSD: files.mvme68k,v 1.8 1996/08/12 00:16:25 mycroft 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# device defined in sys/conf/files 32attach le at pcc with le_pcc 33file arch/mvme68k/dev/if_le.c le 34 35# Generic VME support 36device vmechip { } 37file arch/mvme68k/dev/vme.c vmechip 38 39device vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 40attach vmes at vmechip 41 42device vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] } 43attach vmel at vmechip 44 45# RAM disk for boot tape 46pseudo-device rd 47file dev/ramdisk.c rd needs-flag 48file arch/mvme68k/dev/rd_root.c ramdisk_hooks 49 50# MVME-147 VME controller chip 51attach vmechip at pcc with vmechip_pcc 52file arch/mvme68k/dev/vme_pcc.c vmechip_pcc 53 54include "../../../scsi/files.scsi" 55 56major { vnd = 6 } 57major { sd = 7 } 58major { rd = 9 } 59major { cd = 18 } 60 61# WD33C93 SCSI ... 62define sbic 63file arch/mvme68k/dev/sbic.c sbic 64 65# ... on the MVME-147 66device wdsc: sbic, scsi 67attach wdsc at pcc with wdsc_pcc 68file arch/mvme68k/dev/wdsc.c wdsc_pcc 69 70file arch/mvme68k/mvme68k/autoconf.c 71file arch/mvme68k/mvme68k/clock.c 72file arch/mvme68k/mvme68k/conf.c 73file arch/mvme68k/mvme68k/disksubr.c 74file arch/mvme68k/mvme68k/dkbad.c 75file arch/mvme68k/mvme68k/isr.c 76file arch/mvme68k/mvme68k/machdep.c 77file arch/mvme68k/mvme68k/mem.c 78file arch/mvme68k/mvme68k/pmap.c 79file arch/mvme68k/mvme68k/pmap_bootstrap.c 80file arch/mvme68k/mvme68k/sys_machdep.c 81file arch/mvme68k/mvme68k/trap.c 82file arch/mvme68k/mvme68k/vm_machdep.c 83file arch/m68k/m68k/copy.s 84file arch/m68k/m68k/db_memrw.c ddb 85file dev/cons.c 86file dev/cninit.c 87 88# SunOS Binary Compatibility (COMPAT_SUNOS) 89include "../../../compat/sunos/files.sunos" 90file arch/m68k/m68k/sunos_machdep.c compat_sunos 91