11.45Sthorpej# $NetBSD: files.next68k,v 1.45 2024/01/18 13:46:14 thorpej Exp $
21.1Sdbj
31.1Sdbj# next68k-specific configuration info
41.1Sdbj
51.1Sdbj# maxpartitions must be first item in files.${ARCH}.newconf
61.1Sdbjmaxpartitions 8
71.1Sdbj
81.1Sdbjmaxusers 2 8 64
91.1Sdbj
101.10Sdbj# serial console options
111.23Slukemdefflag	opt_serial.h		ZS_CONSOLE_ABORT SERCONSOLE
121.33She# Status LEDs
131.33Shedefflag 			USELEDS
141.10Sdbj
151.1Sdbjdevice mainbus { }
161.1Sdbjattach mainbus at root
171.1Sdbj
181.1Sdbj#
191.1Sdbj# Internal i/o space
201.1Sdbj#
211.1Sdbjdevice	intio { [ ipl = -1 ] }
221.1Sdbjattach	intio at mainbus
231.1Sdbjfile	arch/next68k/dev/intio.c		intio
241.1Sdbj
251.1Sdbjdevice	zsc { channel = -1 }
261.1Sdbjattach	zsc at intio
271.1Sdbjfile	arch/next68k/dev/zs.c		zsc needs-flag
281.1Sdbjfile	dev/ic/z8530sc.c		zsc
291.1Sdbj
301.1Sdbjdevice	zstty: tty
311.1Sdbjattach	zstty at zsc
321.1Sdbjfile	dev/ic/z8530tty.c		zstty needs-flag
331.21Slukemfile	arch/next68k/dev/zs_kgdb.c	kgdb
341.1Sdbj
351.3Sdbjfile	arch/m68k/m68k/cacheops.c
361.30Schsfile	arch/m68k/m68k/db_memrw.c		ddb | kgdb
371.30Schsfile	arch/m68k/m68k/kgdb_machdep.c		kgdb
381.45Sthorpejfile	arch/m68k/m68k/m68k_intr.c
391.45Sthorpejfile	arch/m68k/m68k/m68k_intr_stubs.s
401.42Sthorpejfile	arch/m68k/m68k/m68k_trap.c
411.43Sthorpejfile	arch/m68k/m68k/mmu_subr.s
421.32Schsfile	arch/m68k/m68k/pmap_motorola.c
431.35Schristosfile	arch/m68k/m68k/procfs_machdep.c		procfs
441.31Schsfile	arch/m68k/m68k/sys_machdep.c
451.44Sthorpejfile	arch/m68k/m68k/vectors.c
461.28Schsfile	arch/m68k/m68k/vm_machdep.c
471.3Sdbj
481.1Sdbj# include "arch/m68k/fpe/files.fpe"
491.1Sdbj
501.1Sdbjfile	arch/next68k/next68k/trap.c
511.1Sdbjfile	arch/next68k/next68k/pmap_bootstrap.c
521.1Sdbjfile	arch/next68k/next68k/machdep.c
531.1Sdbjfile	arch/next68k/next68k/clock.c
541.1Sdbjfile	arch/next68k/next68k/conf.c
551.22Slukemfile	arch/next68k/next68k/autoconf.c
561.27Smycroftfile	arch/next68k/next68k/mainbus.c
571.22Slukemfile	arch/next68k/next68k/nextrom.c
581.22Slukemfile	arch/next68k/next68k/rtc.c
591.1Sdbjfile	arch/next68k/next68k/disksubr.c
601.1Sdbj
611.22Slukem#file	arch/next68k/dev/dbj_debug.c
621.27Smycroftfile 	arch/m68k/m68k/bus_dma.c
631.27Smycroft
641.27Smycroftdefine	nextdma
651.27Smycroftdevice	nextdma
661.27Smycroftattach	nextdma at intio
671.27Smycroftfile	arch/next68k/dev/nextdma.c	nextdma
681.1Sdbj
691.1Sdbjfile	dev/cons.c
701.1Sdbjfile	dev/cninit.c
711.1Sdbj
721.1Sdbjinclude "dev/scsipi/files.scsipi"
731.5Sdbj
741.22Slukemdevice	xe: arp, ether, ifnet
751.27Smycroftattach	xe at intio: nextdma
761.27Smycroftfile	arch/next68k/dev/mb8795.c	xe
771.27Smycroftfile	arch/next68k/dev/if_xe.c	xe needs-flag
781.22Slukem
791.22Slukemdevice	nextdisplay: wsemuldisplaydev, wsrasteremulops
801.22Slukemattach	nextdisplay at mainbus
811.22Slukemfile	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
821.22Slukem
831.22Slukemdevice	nextkbd: wskbddev
841.22Slukemattach	nextkbd at intio
851.22Slukemfile	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
861.22Slukemfile	arch/next68k/dev/wskbdmap_next.c	nextkbd
871.22Slukemfile	arch/next68k/dev/nextcons.c		nextkbd
881.1Sdbj
891.27Smycroftattach	esp at intio: nextdma
901.2Sdbjfile	arch/next68k/dev/esp.c		esp needs-flag
911.1Sdbj
921.1Sdbj# Memory disk for boot tape
931.24Sjdolecekfile	dev/md_root.c			memory_disk_hooks
941.19Schs
951.19Schs# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
961.19Schsinclude "compat/aoutm68k/files.aoutm68k"
971.1Sdbj
981.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS)
991.1Sdbjinclude "compat/sunos/files.sunos"
1001.1Sdbjfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
1011.11Skleink
1021.4Sitohy# Linux binary compatibility (COMPAT_LINUX)
1031.4Sitohyinclude "compat/linux/files.linux"
1041.4Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1051.20Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
1061.4Sitohy
1071.4Sitohy# OSS audio driver compatibility
1081.4Sitohyinclude "compat/ossaudio/files.ossaudio"
1091.26Sgehenna
1101.26Sgehennainclude "arch/next68k/conf/majors.next68k"
111