files.mvme68k revision 1.3
1#	$NetBSD: files.mvme68k,v 1.3 1996/03/17 01:34:54 thorpej 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
37file arch/mvme68k/mvme68k/autoconf.c
38file arch/mvme68k/mvme68k/conf.c
39file arch/mvme68k/mvme68k/disksubr.c
40file arch/mvme68k/mvme68k/dkbad.c
41file arch/mvme68k/mvme68k/machdep.c		config-dependent
42file arch/mvme68k/mvme68k/mem.c
43file arch/mvme68k/mvme68k/pmap.c
44file arch/mvme68k/mvme68k/pmap_bootstrap.c
45file arch/mvme68k/mvme68k/sys_machdep.c
46file arch/mvme68k/mvme68k/trap.c
47file arch/mvme68k/mvme68k/vm_machdep.c
48file arch/m68k/m68k/copy.s
49file arch/m68k/m68k/db_memrw.c			ddb
50file dev/cons.c
51file dev/cninit.c
52
53# SunOS Binary Compatibility (COMPAT_SUNOS)
54include "../../../compat/sunos/files.sunos"
55file    arch/m68k/m68k/sunos_machdep.c  compat_sunos
56
57