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