xref: /netbsd-src/sys/arch/cesfic/conf/files.cesfic (revision 5f7e5321b653b59ac12c576fbfd1415c7fe7bae0)
1#	$NetBSD: files.cesfic,v 1.21 2024/01/15 03:07:14 thorpej 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/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/m68k_intr.c
61file	arch/m68k/m68k/m68k_intr_stubs.s
62file	arch/m68k/m68k/m68k_trap.c
63file	arch/m68k/m68k/mmu_subr.s
64file	arch/m68k/m68k/pmap_motorola.c
65file	arch/m68k/m68k/procfs_machdep.c		procfs
66file	arch/m68k/m68k/sys_machdep.c
67file	arch/m68k/m68k/vectors.c
68file	arch/m68k/m68k/vm_machdep.c
69
70file	dev/cons.c
71
72# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
73include "compat/aoutm68k/files.aoutm68k"
74
75# SunOS Binary Compatibility (COMPAT_SUNOS)
76include	"compat/sunos/files.sunos"
77file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
78
79include "arch/cesfic/conf/majors.cesfic"
80