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