files.next68k revision 1.26
11.26Sgehenna# $NetBSD: files.next68k,v 1.26 2002/09/06 13:18:43 gehenna 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.10Sdbj
131.1Sdbjdevice mainbus { }
141.1Sdbjattach mainbus at root
151.1Sdbj
161.1Sdbj#
171.1Sdbj# Internal i/o space
181.1Sdbj#
191.1Sdbjdevice	intio { [ ipl = -1 ] }
201.1Sdbjattach	intio at mainbus
211.1Sdbjfile	arch/next68k/dev/intio.c		intio
221.1Sdbj
231.1Sdbjdevice	zsc { channel = -1 }
241.1Sdbjattach	zsc at intio
251.1Sdbjfile	arch/next68k/dev/zs.c		zsc needs-flag
261.1Sdbjfile	dev/ic/z8530sc.c		zsc
271.1Sdbj
281.1Sdbjdevice	zstty: tty
291.1Sdbjattach	zstty at zsc
301.1Sdbjfile	dev/ic/z8530tty.c		zstty needs-flag
311.21Slukemfile	arch/next68k/dev/zs_kgdb.c	kgdb
321.1Sdbj
331.10Sdbj#file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
341.10Sdbjfile	arch/next68k/next68k/db_memrw.c	ddb | kgdb
351.1Sdbj
361.3Sdbjfile	arch/m68k/m68k/cacheops.c
371.3Sdbj
381.1Sdbj# include "arch/m68k/fpe/files.fpe"
391.1Sdbj
401.1Sdbjfile	arch/next68k/next68k/trap.c
411.1Sdbjfile	arch/next68k/next68k/mem.c
421.1Sdbjfile	arch/next68k/next68k/pmap.c
431.1Sdbjfile	arch/next68k/next68k/pmap_bootstrap.c
441.18Sfvdlfile	arch/next68k/next68k/procfs_machdep.c	procfs
451.1Sdbjfile	arch/next68k/next68k/vm_machdep.c
461.1Sdbjfile	arch/next68k/next68k/machdep.c
471.1Sdbjfile	arch/next68k/next68k/clock.c
481.1Sdbjfile	arch/next68k/next68k/conf.c
491.1Sdbjfile 	arch/next68k/next68k/sys_machdep.c
501.1Sdbjfile	arch/next68k/next68k/isr.c
511.22Slukemfile	arch/next68k/next68k/autoconf.c
521.22Slukemfile	arch/next68k/next68k/nextrom.c
531.22Slukemfile	arch/next68k/next68k/rtc.c
541.1Sdbjfile	arch/next68k/next68k/disksubr.c
551.22Slukemfile	arch/next68k/next68k/kgdb_machdep.c	kgdb
561.1Sdbj
571.22Slukem#file	arch/next68k/dev/dbj_debug.c
581.1Sdbjfile 	arch/next68k/dev/bus_dma.c
591.22Slukemfile	arch/next68k/dev/nextdma.c
601.1Sdbj
611.1Sdbjfile	dev/cons.c
621.1Sdbjfile	dev/cninit.c
631.6Sdbj
641.22Slukemfile	dev/clock_subr.c
651.1Sdbj
661.1Sdbjinclude "dev/scsipi/files.scsipi"
671.5Sdbj
681.5Sdbjinclude "dev/wscons/files.wscons"
691.1Sdbj
701.22Slukemdevice	xe: arp, ether, ifnet
711.22Slukemattach	xe at intio
721.22Slukemfile	arch/next68k/dev/mb8795.c
731.22Slukemfile	arch/next68k/dev/if_xe.c
741.22Slukem
751.22Slukemdevice	nextdisplay: wsemuldisplaydev, wsrasteremulops
761.22Slukemattach	nextdisplay at mainbus
771.22Slukemfile	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
781.22Slukem
791.22Slukemdevice	nextkbd: wskbddev
801.22Slukemattach	nextkbd at intio
811.22Slukemfile	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
821.22Slukemfile	arch/next68k/dev/wskbdmap_next.c	nextkbd
831.22Slukemfile	arch/next68k/dev/nextcons.c		nextkbd
841.1Sdbj
851.1Sdbjattach	esp at intio
861.2Sdbjfile	arch/next68k/dev/esp.c		esp needs-flag
871.1Sdbj
881.1Sdbj# Memory disk for boot tape
891.24Sjdolecekfile	dev/md_root.c			memory_disk_hooks
901.19Schs
911.19Schs# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
921.19Schsinclude "compat/aoutm68k/files.aoutm68k"
931.1Sdbj
941.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS)
951.1Sdbjinclude "compat/sunos/files.sunos"
961.1Sdbjfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
971.11Skleink
981.11Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
991.11Skleinkinclude "compat/svr4/files.svr4"
1001.4Sitohy
1011.4Sitohy# Linux binary compatibility (COMPAT_LINUX)
1021.4Sitohyinclude "compat/linux/files.linux"
1031.4Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
1041.20Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
1051.4Sitohy
1061.4Sitohy# OSS audio driver compatibility
1071.4Sitohyinclude "compat/ossaudio/files.ossaudio"
1081.26Sgehenna
1091.26Sgehennainclude "arch/next68k/conf/majors.next68k"
110