1 # 2 # $NetBSD: files.luna68k,v 1.49 2026/07/06 16:21:47 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/m68k/m68k/delay.s 16 file arch/m68k/m68k/dumpsys.c 17 file arch/m68k/m68k/m68k_intr.c 18 file arch/m68k/m68k/m68k_intr_stubs.s 19 file dev/cons.c 20 21 device mainbus {} 22 attach mainbus at root 23 file arch/luna68k/luna68k/mainbus.c 24 25 device clock 26 attach clock at mainbus 27 file arch/luna68k/dev/timekeeper.c clock 28 29 device lcd 30 attach lcd at mainbus 31 file arch/luna68k/dev/lcd.c lcd needs-flag 32 33 attach le at mainbus: le24 34 file arch/luna68k/dev/if_le.c le 35 36 device sio { [channel = -1] } 37 attach sio at mainbus 38 file arch/luna68k/dev/sio.c sio 39 40 device siotty: tty 41 attach siotty at sio 42 file arch/luna68k/dev/siotty.c siotty needs-flag 43 44 # HD647180X I/O processor 45 device xpbus {} 46 attach xpbus at mainbus 47 file arch/luna68k/dev/xpbus.c xpbus 48 file arch/luna68k/dev/xpcmd.c xpbus 49 file arch/luna68k/dev/xplxfirm.c xpbus 50 51 device xp 52 attach xp at xpbus 53 file arch/luna68k/dev/xp.c xp 54 55 device psgpam: audiobus 56 attach psgpam at xpbus 57 file arch/luna68k/dev/psgpam.c psgpam 58 file arch/luna68k/dev/psgpam_enc.c psgpam 59 file arch/luna68k/dev/psgpam_table.c psgpam 60 61 device ws: wskbddev,wsmousedev 62 attach ws at sio 63 file arch/luna68k/dev/lunaws.c ws 64 file arch/luna68k/dev/omkbdmap.c ws 65 66 device fb: wsemuldisplaydev 67 attach fb at mainbus 68 file arch/luna68k/dev/lunafb.c fb 69 file arch/luna68k/dev/omrasops.c fb 70 71 attach spc at mainbus 72 file arch/luna68k/dev/spc.c spc 73 74 # Machine-independent SCSI driver. 75 include "dev/scsipi/files.scsipi" 76 77 # Memory Disk for boot tape 78 file dev/md_root.c memory_disk_hooks 79 80 include "arch/luna68k/conf/majors.luna68k" 81