1# $NetBSD: files.next68k,v 1.5 1999/01/02 13:30:45 dbj 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 10device mainbus { } 11attach mainbus at root 12 13# 14# Internal i/o space 15# 16device intio { [ ipl = -1 ] } 17attach intio at mainbus 18file arch/next68k/dev/intio.c intio 19 20device zsc { channel = -1 } 21attach zsc at intio 22file arch/next68k/dev/zs.c zsc needs-flag 23file dev/ic/z8530sc.c zsc 24 25device zstty: tty 26attach zstty at zsc 27file dev/ic/z8530tty.c zstty needs-flag 28 29#file arch/m68k/m68k/db_memrw.c ddb 30file arch/next68k/next68k/db_memrw.c ddb 31 32file arch/m68k/m68k/cacheops.c 33 34# include "arch/m68k/fpe/files.fpe" 35 36file arch/next68k/next68k/trap.c 37file arch/next68k/next68k/mem.c 38file arch/next68k/next68k/pmap.c 39file arch/next68k/next68k/pmap_bootstrap.c 40file arch/next68k/next68k/vm_machdep.c 41file arch/next68k/next68k/machdep.c 42file arch/next68k/next68k/clock.c 43file arch/next68k/next68k/conf.c 44file arch/next68k/next68k/sys_machdep.c 45file arch/next68k/next68k/isr.c 46file arch/next68k/next68k/autoconf.c 47file arch/next68k/next68k/nextrom.c 48file arch/next68k/next68k/rtc.c 49file arch/next68k/next68k/disksubr.c 50 51#file arch/next68k/dev/dbj_debug.c 52file arch/next68k/dev/bus_dma.c 53file arch/next68k/dev/nextdma.c 54 55file dev/cons.c 56file dev/cninit.c 57 58include "dev/scsipi/files.scsipi" 59 60include "dev/wscons/files.wscons" 61 62device xe: arp, ether, ifnet 63attach xe at intio 64file arch/next68k/dev/mb8795.c 65file arch/next68k/dev/if_xe.c 66 67device esp: scsi, ncr53c9x, disk 68attach esp at intio 69file arch/next68k/dev/esp.c esp needs-flag 70 71# Memory disk for boot tape 72file arch/next68k/dev/md_root.c memory_disk_hooks 73major {sd = 4} 74major {st = 5} 75major {cd = 6} 76major {vnd = 8} 77major {md = 13} 78 79 80# SunOS Binary Compatibility (COMPAT_SUNOS) 81include "compat/sunos/files.sunos" 82file arch/m68k/m68k/sunos_machdep.c compat_sunos 83 84# Linux binary compatibility (COMPAT_LINUX) 85include "compat/linux/files.linux" 86include "compat/linux/arch/m68k/files.linux_m68k" 87 88# OSS audio driver compatibility 89include "compat/ossaudio/files.ossaudio" 90