files.next68k revision 1.6
11.6Sdbj# $NetBSD: files.next68k,v 1.6 1999/01/27 11:27:16 dbj 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.1Sdbjdevice mainbus { }
111.1Sdbjattach mainbus at root
121.1Sdbj
131.1Sdbj#
141.1Sdbj# Internal i/o space
151.1Sdbj#
161.1Sdbjdevice	intio { [ ipl = -1 ] }
171.1Sdbjattach	intio at mainbus
181.1Sdbjfile	arch/next68k/dev/intio.c		intio
191.1Sdbj
201.1Sdbjdevice	zsc { channel = -1 }
211.1Sdbjattach	zsc at intio
221.1Sdbjfile	arch/next68k/dev/zs.c		zsc needs-flag
231.1Sdbjfile	dev/ic/z8530sc.c		zsc
241.1Sdbj
251.1Sdbjdevice	zstty: tty
261.1Sdbjattach	zstty at zsc
271.1Sdbjfile	dev/ic/z8530tty.c		zstty needs-flag
281.1Sdbj
291.1Sdbj#file	arch/m68k/m68k/db_memrw.c	ddb
301.1Sdbjfile	arch/next68k/next68k/db_memrw.c	ddb
311.1Sdbj
321.3Sdbjfile	arch/m68k/m68k/cacheops.c
331.3Sdbj
341.1Sdbj# include "arch/m68k/fpe/files.fpe"
351.1Sdbj
361.1Sdbjfile	arch/next68k/next68k/trap.c
371.1Sdbjfile	arch/next68k/next68k/mem.c
381.1Sdbjfile	arch/next68k/next68k/pmap.c
391.1Sdbjfile	arch/next68k/next68k/pmap_bootstrap.c
401.1Sdbjfile	arch/next68k/next68k/vm_machdep.c
411.1Sdbjfile	arch/next68k/next68k/machdep.c
421.1Sdbjfile	arch/next68k/next68k/clock.c
431.1Sdbjfile	arch/next68k/next68k/conf.c
441.1Sdbjfile 	arch/next68k/next68k/sys_machdep.c
451.1Sdbjfile	arch/next68k/next68k/isr.c
461.1Sdbjfile    arch/next68k/next68k/autoconf.c
471.1Sdbjfile    arch/next68k/next68k/nextrom.c
481.1Sdbjfile    arch/next68k/next68k/rtc.c
491.1Sdbjfile	arch/next68k/next68k/disksubr.c
501.1Sdbj
511.3Sdbj#file    arch/next68k/dev/dbj_debug.c
521.1Sdbjfile 	arch/next68k/dev/bus_dma.c
531.1Sdbjfile    arch/next68k/dev/nextdma.c
541.1Sdbj
551.1Sdbjfile	dev/cons.c
561.1Sdbjfile	dev/cninit.c
571.6Sdbj
581.6Sdbjfile    dev/clock_subr.c
591.1Sdbj
601.1Sdbjinclude "dev/scsipi/files.scsipi"
611.5Sdbj
621.5Sdbjinclude "dev/wscons/files.wscons"
631.1Sdbj
641.1Sdbjdevice  xe: arp, ether, ifnet
651.1Sdbjattach  xe at intio
661.1Sdbjfile    arch/next68k/dev/mb8795.c
671.1Sdbjfile    arch/next68k/dev/if_xe.c
681.1Sdbj
691.1Sdbjdevice	esp: scsi, ncr53c9x, disk
701.1Sdbjattach	esp at intio
711.2Sdbjfile	arch/next68k/dev/esp.c		esp needs-flag
721.1Sdbj
731.1Sdbj# Memory disk for boot tape
741.1Sdbjfile arch/next68k/dev/md_root.c		memory_disk_hooks
751.1Sdbjmajor	{sd = 4}
761.1Sdbjmajor	{st = 5}
771.1Sdbjmajor	{cd = 6}
781.1Sdbjmajor	{vnd = 8}
791.1Sdbjmajor	{md = 13}
801.1Sdbj
811.1Sdbj
821.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS)
831.1Sdbjinclude "compat/sunos/files.sunos"
841.1Sdbjfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
851.4Sitohy
861.4Sitohy# Linux binary compatibility (COMPAT_LINUX)
871.4Sitohyinclude "compat/linux/files.linux"
881.4Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
891.4Sitohy
901.4Sitohy# OSS audio driver compatibility
911.4Sitohyinclude "compat/ossaudio/files.ossaudio"
92