files.next68k revision 1.46
1# $NetBSD: files.next68k,v 1.46 2025/11/18 23:17:59 thorpej 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/m68k_intr.c
39file	arch/m68k/m68k/m68k_intr_stubs.s
40file	arch/m68k/m68k/m68k_trap.c
41file	arch/m68k/m68k/mmu_subr.s
42file	arch/m68k/m68k/pmap_motorola.c		!__have_new_pmap_68k
43file	arch/m68k/m68k/pmap_68k.c		__have_new_pmap_68k
44file	arch/m68k/m68k/procfs_machdep.c		procfs
45file	arch/m68k/m68k/sys_machdep.c
46file	arch/m68k/m68k/vectors.c
47file	arch/m68k/m68k/vm_machdep.c
48
49# include "arch/m68k/fpe/files.fpe"
50
51file	arch/next68k/next68k/trap.c
52file	arch/next68k/next68k/pmap_bootstrap.c	!__have_new_pmap_68k
53file	arch/next68k/next68k/machdep.c
54file	arch/next68k/next68k/clock.c
55file	arch/next68k/next68k/conf.c
56file	arch/next68k/next68k/autoconf.c
57file	arch/next68k/next68k/mainbus.c
58file	arch/next68k/next68k/nextrom.c
59file	arch/next68k/next68k/rtc.c
60file	arch/next68k/next68k/disksubr.c
61
62#file	arch/next68k/dev/dbj_debug.c
63file 	arch/m68k/m68k/bus_dma.c
64
65define	nextdma
66device	nextdma
67attach	nextdma at intio
68file	arch/next68k/dev/nextdma.c	nextdma
69
70file	dev/cons.c
71file	dev/cninit.c
72
73include "dev/scsipi/files.scsipi"
74
75device	xe: arp, ether, ifnet
76attach	xe at intio: nextdma
77file	arch/next68k/dev/mb8795.c	xe
78file	arch/next68k/dev/if_xe.c	xe needs-flag
79
80device	nextdisplay: wsemuldisplaydev, wsrasteremulops
81attach	nextdisplay at mainbus
82file	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
83
84device	nextkbd: wskbddev
85attach	nextkbd at intio
86file	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
87file	arch/next68k/dev/wskbdmap_next.c	nextkbd
88file	arch/next68k/dev/nextcons.c		nextkbd
89
90attach	esp at intio: nextdma
91file	arch/next68k/dev/esp.c		esp needs-flag
92
93# Memory disk for boot tape
94file	dev/md_root.c			memory_disk_hooks
95
96# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
97include "compat/aoutm68k/files.aoutm68k"
98
99# SunOS Binary Compatibility (COMPAT_SUNOS)
100include "compat/sunos/files.sunos"
101file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
102
103# Linux binary compatibility (COMPAT_LINUX)
104include "compat/linux/files.linux"
105include "compat/linux/arch/m68k/files.linux_m68k"
106file arch/m68k/m68k/linux_trap.c		compat_linux
107
108# OSS audio driver compatibility
109include "compat/ossaudio/files.ossaudio"
110
111include "arch/next68k/conf/majors.next68k"
112