files.luna68k revision 1.35
1# 2# $NetBSD: files.luna68k,v 1.35 2025/11/12 14:40:06 thorpej Exp $ 3# 4maxpartitions 8 5maxusers 2 8 64 6 7# machine-specific options 8defflag PANICBUTTON 9 10file arch/luna68k/luna68k/autoconf.c 11file arch/luna68k/luna68k/clock.c 12file arch/luna68k/luna68k/disksubr.c 13file arch/luna68k/luna68k/machdep.c 14file arch/luna68k/luna68k/pmap_bootstrap.c !__have_new_pmap_68k 15file arch/luna68k/luna68k/trap.c 16file arch/m68k/m68k/cacheops.c 17file arch/m68k/m68k/db_memrw.c ddb | kgdb 18file arch/m68k/m68k/kgdb_machdep.c kgdb 19file arch/m68k/m68k/fpu.c compile-with "${M68K_KERN_FPU}" 20file arch/m68k/m68k/m68k_intr.c 21file arch/m68k/m68k/m68k_intr_stubs.s 22file arch/m68k/m68k/m68k_trap.c 23file arch/m68k/m68k/mmu_subr.s 24file arch/m68k/m68k/pmap_motorola.c !__have_new_pmap_68k 25file arch/m68k/m68k/pmap_68k.c __have_new_pmap_68k 26file arch/m68k/m68k/procfs_machdep.c procfs 27file arch/m68k/m68k/sys_machdep.c 28file arch/m68k/m68k/vectors.c 29file arch/m68k/m68k/vm_machdep.c 30file dev/cons.c 31 32device mainbus {} 33attach mainbus at root 34file arch/luna68k/luna68k/mainbus.c 35 36device clock 37attach clock at mainbus 38file arch/luna68k/dev/timekeeper.c clock 39 40device lcd 41attach lcd at mainbus 42file arch/luna68k/dev/lcd.c lcd needs-flag 43 44attach le at mainbus: le24 45file arch/luna68k/dev/if_le.c le 46 47device sio { [channel = -1] } 48attach sio at mainbus 49file arch/luna68k/dev/sio.c sio 50 51device siotty: tty 52attach siotty at sio 53file arch/luna68k/dev/siotty.c siotty needs-flag 54 55# HD647180X I/O processor 56device xpbus {} 57attach xpbus at mainbus 58file arch/luna68k/dev/xpbus.c xpbus 59file arch/luna68k/dev/xpcmd.c xpbus 60file arch/luna68k/dev/xplxfirm.c xpbus 61 62device xp 63attach xp at xpbus 64file arch/luna68k/dev/xp.c xp 65 66device psgpam: audiobus 67attach psgpam at xpbus 68file arch/luna68k/dev/psgpam.c psgpam 69file arch/luna68k/dev/psgpam_enc.c psgpam 70file arch/luna68k/dev/psgpam_table.c psgpam 71 72device ws: wskbddev,wsmousedev 73attach ws at sio 74file arch/luna68k/dev/lunaws.c ws 75file arch/luna68k/dev/omkbdmap.c ws 76 77device fb: wsemuldisplaydev 78attach fb at mainbus 79file arch/luna68k/dev/lunafb.c fb 80file arch/luna68k/dev/omrasops.c fb 81 82attach spc at mainbus 83file arch/luna68k/dev/spc.c spc 84 85# Machine-independent SCSI driver. 86include "dev/scsipi/files.scsipi" 87 88# Memory Disk for boot tape 89file dev/md_root.c memory_disk_hooks 90 91 92# Compatibility modules 93 94# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 95include "compat/aoutm68k/files.aoutm68k" 96 97# SunOS binary compatibility (COMPAT_SUNOS) 98include "compat/sunos/files.sunos" 99file arch/m68k/m68k/sunos_machdep.c compat_sunos 100 101# OSS audio driver compatibility 102include "compat/ossaudio/files.ossaudio" 103 104include "arch/luna68k/conf/majors.luna68k" 105