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