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