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