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