files.next68k revision 1.8
1# $NetBSD: files.next68k,v 1.8 1999/03/24 23:15:51 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 58file dev/clock_subr.c 59 60include "dev/scsipi/files.scsipi" 61 62include "dev/wscons/files.wscons" 63 64device xe: arp, ether, ifnet 65attach xe at intio 66file arch/next68k/dev/mb8795.c 67file arch/next68k/dev/if_xe.c 68 69device nextdisplay: wsemuldisplaydev, wsrasteremulops 70attach nextdisplay at mainbus 71file arch/next68k/dev/nextdisplay.c nextdisplay needs-flag 72 73device nextkbd: wskbddev 74attach nextkbd at intio 75file arch/next68k/dev/nextkbd.c nextkbd needs-flag 76file arch/next68k/dev/wskbdmap_next.c nextkbd 77 78device esp: scsi, ncr53c9x, disk 79attach esp at intio 80file arch/next68k/dev/esp.c esp needs-flag 81 82# Memory disk for boot tape 83file arch/next68k/dev/md_root.c memory_disk_hooks 84major {sd = 4} 85major {st = 5} 86major {cd = 6} 87major {vnd = 8} 88major {md = 13} 89 90 91# SunOS Binary Compatibility (COMPAT_SUNOS) 92include "compat/sunos/files.sunos" 93file arch/m68k/m68k/sunos_machdep.c compat_sunos 94 95# Linux binary compatibility (COMPAT_LINUX) 96include "compat/linux/files.linux" 97include "compat/linux/arch/m68k/files.linux_m68k" 98 99# OSS audio driver compatibility 100include "compat/ossaudio/files.ossaudio" 101