files.mvme68k revision 1.2
1#	$NetBSD: files.mvme68k,v 1.2 1996/02/22 23:37:02 gwr Exp $
2
3# config file for mvme68k
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8device mainbus at root { }
9
10device iio at mainbus { offset = -1, [ ipl = 0 ] }
11file arch/mvme68k/dev/iio.c			iio
12
13device clock at iio
14file arch/mvme68k/mvme68k/clock.c		clock
15
16device zs at iio: tty
17file arch/mvme68k/dev/zs.c			zs needs-count
18
19device pcc at iio
20file arch/mvme68k/dev/pcc.c			pcc
21
22device le at iio: ifnet, ether
23file    arch/mvme68k/dev/if_le.c		le
24
25include "../../../scsi/files.scsi"
26
27major { sd = 7 }
28major { cd = 18 }
29major { vnd = 6 }
30
31file arch/mvme68k/mvme68k/autoconf.c
32file arch/mvme68k/mvme68k/conf.c
33file arch/mvme68k/mvme68k/disksubr.c
34file arch/mvme68k/mvme68k/dkbad.c
35file arch/mvme68k/mvme68k/machdep.c		config-dependent
36file arch/mvme68k/mvme68k/mem.c
37file arch/mvme68k/mvme68k/pmap.c
38file arch/mvme68k/mvme68k/pmap_bootstrap.c
39file arch/mvme68k/mvme68k/sys_machdep.c
40file arch/mvme68k/mvme68k/trap.c
41file arch/mvme68k/mvme68k/vm_machdep.c
42file arch/m68k/m68k/copy.s
43file arch/m68k/m68k/db_memrw.c			ddb
44file dev/cons.c
45file dev/cninit.c
46
47# SunOS Binary Compatibility (COMPAT_SUNOS)
48include "../../../compat/sunos/files.sunos"
49file    arch/m68k/m68k/sunos_machdep.c  compat_sunos
50
51