xref: /netbsd-src/sys/arch/next68k/conf/files.next68k (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1# $NetBSD: files.next68k,v 1.39 2008/02/20 21:43:34 drochner Exp $
2
3# next68k-specific configuration info
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8maxusers 2 8 64
9
10# serial console options
11defflag	opt_serial.h		ZS_CONSOLE_ABORT SERCONSOLE
12# Status LEDs
13defflag 			USELEDS
14
15device mainbus { }
16attach mainbus at root
17
18#
19# Internal i/o space
20#
21device	intio { [ ipl = -1 ] }
22attach	intio at mainbus
23file	arch/next68k/dev/intio.c		intio
24
25device	zsc { channel = -1 }
26attach	zsc at intio
27file	arch/next68k/dev/zs.c		zsc needs-flag
28file	dev/ic/z8530sc.c		zsc
29
30device	zstty: tty
31attach	zstty at zsc
32file	dev/ic/z8530tty.c		zstty needs-flag
33file	arch/next68k/dev/zs_kgdb.c	kgdb
34
35file	arch/m68k/m68k/cacheops.c
36file	arch/m68k/m68k/db_memrw.c		ddb | kgdb
37file	arch/m68k/m68k/kgdb_machdep.c		kgdb
38file	arch/m68k/m68k/pmap_motorola.c
39file	arch/m68k/m68k/procfs_machdep.c		procfs
40file	arch/m68k/m68k/sys_machdep.c
41file	arch/m68k/m68k/vm_machdep.c
42
43# include "arch/m68k/fpe/files.fpe"
44
45file	arch/next68k/next68k/trap.c
46file	arch/next68k/next68k/mem.c
47file	arch/next68k/next68k/pmap_bootstrap.c
48file	arch/next68k/next68k/machdep.c
49file	arch/next68k/next68k/clock.c
50file	arch/next68k/next68k/conf.c
51file	arch/next68k/next68k/isr.c
52file	arch/next68k/next68k/autoconf.c
53file	arch/next68k/next68k/mainbus.c
54file	arch/next68k/next68k/nextrom.c
55file	arch/next68k/next68k/rtc.c
56file	arch/next68k/next68k/disksubr.c
57
58#file	arch/next68k/dev/dbj_debug.c
59file 	arch/m68k/m68k/bus_dma.c
60
61define	nextdma
62device	nextdma
63attach	nextdma at intio
64file	arch/next68k/dev/nextdma.c	nextdma
65
66file	dev/cons.c
67file	dev/cninit.c
68
69include "dev/scsipi/files.scsipi"
70
71device	xe: arp, ether, ifnet
72attach	xe at intio: nextdma
73file	arch/next68k/dev/mb8795.c	xe
74file	arch/next68k/dev/if_xe.c	xe needs-flag
75
76device	nextdisplay: wsemuldisplaydev, wsrasteremulops
77attach	nextdisplay at mainbus
78file	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
79
80device	nextkbd: wskbddev
81attach	nextkbd at intio
82file	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
83file	arch/next68k/dev/wskbdmap_next.c	nextkbd
84file	arch/next68k/dev/nextcons.c		nextkbd
85
86attach	esp at intio: nextdma
87file	arch/next68k/dev/esp.c		esp needs-flag
88
89# Memory disk for boot tape
90file	dev/md_root.c			memory_disk_hooks
91
92# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
93include "compat/aoutm68k/files.aoutm68k"
94
95# SunOS Binary Compatibility (COMPAT_SUNOS)
96include "compat/sunos/files.sunos"
97file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
98
99# SVR4 Binary Compatibility (COMPAT_SVR4)
100include "compat/svr4/files.svr4"
101
102# Linux binary compatibility (COMPAT_LINUX)
103include "compat/linux/files.linux"
104include "compat/linux/arch/m68k/files.linux_m68k"
105file arch/m68k/m68k/linux_trap.c		compat_linux
106
107# OSS audio driver compatibility
108include "compat/ossaudio/files.ossaudio"
109
110include "arch/next68k/conf/majors.next68k"
111