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