1 1.43 thorpej # $NetBSD: files.next68k,v 1.43 2024/01/09 04:16:26 thorpej Exp $ 2 1.1 dbj 3 1.1 dbj # next68k-specific configuration info 4 1.1 dbj 5 1.1 dbj # maxpartitions must be first item in files.${ARCH}.newconf 6 1.1 dbj maxpartitions 8 7 1.1 dbj 8 1.1 dbj maxusers 2 8 64 9 1.1 dbj 10 1.10 dbj # serial console options 11 1.23 lukem defflag opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE 12 1.33 he # Status LEDs 13 1.33 he defflag USELEDS 14 1.10 dbj 15 1.1 dbj device mainbus { } 16 1.1 dbj attach mainbus at root 17 1.1 dbj 18 1.1 dbj # 19 1.1 dbj # Internal i/o space 20 1.1 dbj # 21 1.1 dbj device intio { [ ipl = -1 ] } 22 1.1 dbj attach intio at mainbus 23 1.1 dbj file arch/next68k/dev/intio.c intio 24 1.1 dbj 25 1.1 dbj device zsc { channel = -1 } 26 1.1 dbj attach zsc at intio 27 1.1 dbj file arch/next68k/dev/zs.c zsc needs-flag 28 1.1 dbj file dev/ic/z8530sc.c zsc 29 1.1 dbj 30 1.1 dbj device zstty: tty 31 1.1 dbj attach zstty at zsc 32 1.1 dbj file dev/ic/z8530tty.c zstty needs-flag 33 1.21 lukem file arch/next68k/dev/zs_kgdb.c kgdb 34 1.1 dbj 35 1.3 dbj file arch/m68k/m68k/cacheops.c 36 1.30 chs file arch/m68k/m68k/db_memrw.c ddb | kgdb 37 1.30 chs file arch/m68k/m68k/kgdb_machdep.c kgdb 38 1.42 thorpej file arch/m68k/m68k/m68k_trap.c 39 1.43 thorpej file arch/m68k/m68k/mmu_subr.s 40 1.32 chs file arch/m68k/m68k/pmap_motorola.c 41 1.35 christos file arch/m68k/m68k/procfs_machdep.c procfs 42 1.31 chs file arch/m68k/m68k/sys_machdep.c 43 1.28 chs file arch/m68k/m68k/vm_machdep.c 44 1.3 dbj 45 1.1 dbj # include "arch/m68k/fpe/files.fpe" 46 1.1 dbj 47 1.1 dbj file arch/next68k/next68k/trap.c 48 1.1 dbj file arch/next68k/next68k/pmap_bootstrap.c 49 1.1 dbj file arch/next68k/next68k/machdep.c 50 1.1 dbj file arch/next68k/next68k/clock.c 51 1.1 dbj file arch/next68k/next68k/conf.c 52 1.1 dbj file arch/next68k/next68k/isr.c 53 1.22 lukem file arch/next68k/next68k/autoconf.c 54 1.27 mycroft file arch/next68k/next68k/mainbus.c 55 1.22 lukem file arch/next68k/next68k/nextrom.c 56 1.22 lukem file arch/next68k/next68k/rtc.c 57 1.1 dbj file arch/next68k/next68k/disksubr.c 58 1.1 dbj 59 1.22 lukem #file arch/next68k/dev/dbj_debug.c 60 1.27 mycroft file arch/m68k/m68k/bus_dma.c 61 1.27 mycroft 62 1.27 mycroft define nextdma 63 1.27 mycroft device nextdma 64 1.27 mycroft attach nextdma at intio 65 1.27 mycroft file arch/next68k/dev/nextdma.c nextdma 66 1.1 dbj 67 1.1 dbj file dev/cons.c 68 1.1 dbj file dev/cninit.c 69 1.1 dbj 70 1.1 dbj include "dev/scsipi/files.scsipi" 71 1.5 dbj 72 1.22 lukem device xe: arp, ether, ifnet 73 1.27 mycroft attach xe at intio: nextdma 74 1.27 mycroft file arch/next68k/dev/mb8795.c xe 75 1.27 mycroft file arch/next68k/dev/if_xe.c xe needs-flag 76 1.22 lukem 77 1.22 lukem device nextdisplay: wsemuldisplaydev, wsrasteremulops 78 1.22 lukem attach nextdisplay at mainbus 79 1.22 lukem file arch/next68k/dev/nextdisplay.c nextdisplay needs-flag 80 1.22 lukem 81 1.22 lukem device nextkbd: wskbddev 82 1.22 lukem attach nextkbd at intio 83 1.22 lukem file arch/next68k/dev/nextkbd.c nextkbd needs-flag 84 1.22 lukem file arch/next68k/dev/wskbdmap_next.c nextkbd 85 1.22 lukem file arch/next68k/dev/nextcons.c nextkbd 86 1.1 dbj 87 1.27 mycroft attach esp at intio: nextdma 88 1.2 dbj file arch/next68k/dev/esp.c esp needs-flag 89 1.1 dbj 90 1.1 dbj # Memory disk for boot tape 91 1.24 jdolecek file dev/md_root.c memory_disk_hooks 92 1.19 chs 93 1.19 chs # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 94 1.19 chs include "compat/aoutm68k/files.aoutm68k" 95 1.1 dbj 96 1.1 dbj # SunOS Binary Compatibility (COMPAT_SUNOS) 97 1.1 dbj include "compat/sunos/files.sunos" 98 1.1 dbj file arch/m68k/m68k/sunos_machdep.c compat_sunos 99 1.11 kleink 100 1.4 itohy # Linux binary compatibility (COMPAT_LINUX) 101 1.4 itohy include "compat/linux/files.linux" 102 1.4 itohy include "compat/linux/arch/m68k/files.linux_m68k" 103 1.20 christos file arch/m68k/m68k/linux_trap.c compat_linux 104 1.4 itohy 105 1.4 itohy # OSS audio driver compatibility 106 1.4 itohy include "compat/ossaudio/files.ossaudio" 107 1.26 gehenna 108 1.26 gehenna include "arch/next68k/conf/majors.next68k" 109