1# $NetBSD: files.next68k,v 1.3 1998/08/28 23:05:53 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 60device xe: arp, ether, ifnet 61attach xe at intio 62file arch/next68k/dev/mb8795.c 63file arch/next68k/dev/if_xe.c 64 65device esp: scsi, ncr53c9x, disk 66attach esp at intio 67file arch/next68k/dev/esp.c esp needs-flag 68 69# Memory disk for boot tape 70file arch/next68k/dev/md_root.c memory_disk_hooks 71major {sd = 4} 72major {st = 5} 73major {cd = 6} 74major {vnd = 8} 75major {md = 13} 76 77 78# SunOS Binary Compatibility (COMPAT_SUNOS) 79include "compat/sunos/files.sunos" 80file arch/m68k/m68k/sunos_machdep.c compat_sunos 81