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