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