files.mvme68k revision 1.4
1# $NetBSD: files.mvme68k,v 1.4 1996/04/18 18:07:58 chuck 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 11device iio { offset = -1, [ ipl = 0 ] } 12attach iio at mainbus 13file arch/mvme68k/dev/iio.c iio 14 15device clock 16attach clock at iio 17file arch/mvme68k/mvme68k/clock.c clock 18 19device zs: tty 20attach zs at iio 21file arch/mvme68k/dev/zs.c zs needs-count 22 23device pcc 24attach pcc at iio 25file arch/mvme68k/dev/pcc.c pcc 26 27device le: ifnet, ether 28attach le at iio 29file arch/mvme68k/dev/if_le.c le 30 31include "../../../scsi/files.scsi" 32 33major { sd = 7 } 34major { cd = 18 } 35major { vnd = 6 } 36 37device wdsc: scsi 38attach wdsc at iio 39file arch/mvme68k/dev/sbic.c 40file arch/mvme68k/dev/wdsc.c wdsc 41 42file arch/mvme68k/mvme68k/autoconf.c 43file arch/mvme68k/mvme68k/conf.c 44file arch/mvme68k/mvme68k/disksubr.c 45file arch/mvme68k/mvme68k/dkbad.c 46file arch/mvme68k/mvme68k/machdep.c config-dependent 47file arch/mvme68k/mvme68k/mem.c 48file arch/mvme68k/mvme68k/pmap.c 49file arch/mvme68k/mvme68k/pmap_bootstrap.c 50file arch/mvme68k/mvme68k/sys_machdep.c 51file arch/mvme68k/mvme68k/trap.c 52file arch/mvme68k/mvme68k/vm_machdep.c 53file arch/m68k/m68k/copy.s 54file arch/m68k/m68k/db_memrw.c ddb 55file dev/cons.c 56file dev/cninit.c 57 58# SunOS Binary Compatibility (COMPAT_SUNOS) 59include "../../../compat/sunos/files.sunos" 60file arch/m68k/m68k/sunos_machdep.c compat_sunos 61 62