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