xref: /netbsd/sys/arch/cesfic/conf/files.cesfic (revision 6550d01e)
1#	$NetBSD: files.cesfic,v 1.16 2007/12/03 15:33:25 ad Exp $
2#
3# cesfic-specific configuration info
4
5# maxpartitions must be the first item in files.${ARCH}
6maxpartitions 8
7
8defflag				PANICBUTTON
9
10maxusers 2 8 64
11
12# NOTE!  The order of these lines is significant!  Don't change them
13# unless you absolutely know what you're doing!
14
15#
16# Mainbus
17#
18
19device	mainbus { }
20attach	mainbus at root
21
22file	arch/cesfic/cesfic/sic6351.c
23file	arch/cesfic/cesfic/clk_dp8570a.c
24file	arch/cesfic/cesfic/eeprom.c
25
26#
27# devices
28#
29
30device zsc { channel = -1 }
31file arch/cesfic/dev/zs.c			zsc
32file dev/ic/z8530sc.c				zsc
33
34attach zsc at mainbus with zsc_pcc
35file arch/cesfic/dev/zs_pcc.c		zsc_pcc needs-flag
36
37device zstty: tty
38attach zstty at zsc
39file dev/ic/z8530tty.c				zstty needs-flag
40
41# LANCE ethernet
42#device lex: arp, ether, ifnet
43#attach	lex at mainbus
44attach le at mainbus: le32
45file	arch/cesfic/dev/if_le.c		le
46#file	arch/cesfic/dev/am79900.c		lex
47
48#
49# Non-device files
50#
51
52file	arch/cesfic/cesfic/autoconf.c
53file	arch/cesfic/cesfic/clock.c
54file	arch/cesfic/cesfic/machdep.c
55file	arch/cesfic/cesfic/isr.c
56file	arch/cesfic/cesfic/mem.c
57file	arch/cesfic/cesfic/pmap_bootstrap.c
58file	arch/cesfic/cesfic/trap.c
59file	arch/m68k/m68k/cacheops.c
60file	arch/m68k/m68k/db_memrw.c		ddb | kgdb
61file	arch/m68k/m68k/kgdb_machdep.c		kgdb
62file	arch/m68k/m68k/pmap_motorola.c
63file	arch/m68k/m68k/procfs_machdep.c		procfs
64file	arch/m68k/m68k/sys_machdep.c
65file	arch/m68k/m68k/vm_machdep.c
66
67file	dev/cons.c
68
69# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
70include "compat/aoutm68k/files.aoutm68k"
71
72# SunOS Binary Compatibility (COMPAT_SUNOS)
73include	"compat/sunos/files.sunos"
74file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
75
76include "arch/cesfic/conf/majors.cesfic"
77