1 # $NetBSD: files.next68k,v 1.45 2024/01/18 13:46:14 thorpej 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 # serial console options 11 defflag opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE 12 # Status LEDs 13 defflag USELEDS 14 15 device mainbus { } 16 attach mainbus at root 17 18 # 19 # Internal i/o space 20 # 21 device intio { [ ipl = -1 ] } 22 attach intio at mainbus 23 file arch/next68k/dev/intio.c intio 24 25 device zsc { channel = -1 } 26 attach zsc at intio 27 file arch/next68k/dev/zs.c zsc needs-flag 28 file dev/ic/z8530sc.c zsc 29 30 device zstty: tty 31 attach zstty at zsc 32 file dev/ic/z8530tty.c zstty needs-flag 33 file arch/next68k/dev/zs_kgdb.c kgdb 34 35 file arch/m68k/m68k/cacheops.c 36 file arch/m68k/m68k/db_memrw.c ddb | kgdb 37 file arch/m68k/m68k/kgdb_machdep.c kgdb 38 file arch/m68k/m68k/m68k_intr.c 39 file arch/m68k/m68k/m68k_intr_stubs.s 40 file arch/m68k/m68k/m68k_trap.c 41 file arch/m68k/m68k/mmu_subr.s 42 file arch/m68k/m68k/pmap_motorola.c 43 file arch/m68k/m68k/procfs_machdep.c procfs 44 file arch/m68k/m68k/sys_machdep.c 45 file arch/m68k/m68k/vectors.c 46 file arch/m68k/m68k/vm_machdep.c 47 48 # include "arch/m68k/fpe/files.fpe" 49 50 file arch/next68k/next68k/trap.c 51 file arch/next68k/next68k/pmap_bootstrap.c 52 file arch/next68k/next68k/machdep.c 53 file arch/next68k/next68k/clock.c 54 file arch/next68k/next68k/conf.c 55 file arch/next68k/next68k/autoconf.c 56 file arch/next68k/next68k/mainbus.c 57 file arch/next68k/next68k/nextrom.c 58 file arch/next68k/next68k/rtc.c 59 file arch/next68k/next68k/disksubr.c 60 61 #file arch/next68k/dev/dbj_debug.c 62 file arch/m68k/m68k/bus_dma.c 63 64 define nextdma 65 device nextdma 66 attach nextdma at intio 67 file arch/next68k/dev/nextdma.c nextdma 68 69 file dev/cons.c 70 file dev/cninit.c 71 72 include "dev/scsipi/files.scsipi" 73 74 device xe: arp, ether, ifnet 75 attach xe at intio: nextdma 76 file arch/next68k/dev/mb8795.c xe 77 file arch/next68k/dev/if_xe.c xe needs-flag 78 79 device nextdisplay: wsemuldisplaydev, wsrasteremulops 80 attach nextdisplay at mainbus 81 file arch/next68k/dev/nextdisplay.c nextdisplay needs-flag 82 83 device nextkbd: wskbddev 84 attach nextkbd at intio 85 file arch/next68k/dev/nextkbd.c nextkbd needs-flag 86 file arch/next68k/dev/wskbdmap_next.c nextkbd 87 file arch/next68k/dev/nextcons.c nextkbd 88 89 attach esp at intio: nextdma 90 file arch/next68k/dev/esp.c esp needs-flag 91 92 # Memory disk for boot tape 93 file dev/md_root.c memory_disk_hooks 94 95 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 96 include "compat/aoutm68k/files.aoutm68k" 97 98 # SunOS Binary Compatibility (COMPAT_SUNOS) 99 include "compat/sunos/files.sunos" 100 file arch/m68k/m68k/sunos_machdep.c compat_sunos 101 102 # Linux binary compatibility (COMPAT_LINUX) 103 include "compat/linux/files.linux" 104 include "compat/linux/arch/m68k/files.linux_m68k" 105 file arch/m68k/m68k/linux_trap.c compat_linux 106 107 # OSS audio driver compatibility 108 include "compat/ossaudio/files.ossaudio" 109 110 include "arch/next68k/conf/majors.next68k" 111