Home | History | Annotate | Line # | Download | only in conf
files.luna68k revision 1.10
      1 #
      2 #	$NetBSD: files.luna68k,v 1.10 2002/11/02 20:26:39 chs Exp $
      3 #
      4 maxpartitions 8
      5 maxusers 2 8 64
      6 
      7 file arch/luna68k/luna68k/autoconf.c
      8 file arch/luna68k/luna68k/clock.c
      9 file arch/luna68k/luna68k/disksubr.c
     10 file arch/luna68k/luna68k/isr.c
     11 file arch/luna68k/luna68k/machdep.c
     12 file arch/luna68k/luna68k/mem.c
     13 file arch/luna68k/luna68k/pmap.c
     14 file arch/luna68k/luna68k/pmap_bootstrap.c
     15 file arch/luna68k/luna68k/procfs_machdep.c	procfs
     16 file arch/luna68k/luna68k/sys_machdep.c
     17 file arch/luna68k/luna68k/trap.c
     18 file arch/m68k/m68k/cacheops.c
     19 file arch/m68k/m68k/db_memrw.c		ddb | kgdb
     20 file arch/m68k/m68k/vm_machdep.c
     21 file dev/clock_subr.c
     22 file dev/cons.c
     23 file arch/luna68k/dev/lcd.c
     24 
     25 device mainbus {}
     26 attach mainbus at root
     27 file arch/luna68k/luna68k/mainbus.c
     28 
     29 device clock
     30 attach clock at mainbus
     31 file arch/luna68k/dev/timekeeper.c	clock
     32 
     33 attach le at mainbus: le24
     34 file arch/luna68k/dev/if_le.c		le
     35 
     36 device sio { [channel = -1] }
     37 attach sio at mainbus
     38 file arch/luna68k/dev/sio.c 		sio
     39 
     40 device siotty: tty
     41 attach siotty at sio
     42 file arch/luna68k/dev/siotty.c		siotty needs-flag
     43 device ws: wskbddev,wsmousedev
     44 attach ws at sio
     45 file arch/luna68k/dev/lunaws.c		ws
     46 
     47 device fb: wsemuldisplaydev
     48 attach fb at mainbus
     49 file arch/luna68k/dev/lunafb.c		fb
     50 file arch/luna68k/dev/omrasops.c	fb
     51 
     52 device spc: scsi
     53 attach spc at mainbus
     54 file arch/luna68k/dev/spc.c		spc
     55 file dev/ic/mb89352.c			spc
     56 
     57 # Machine-idependent SCSI driver.
     58 include "dev/scsipi/files.scsipi"
     59 
     60 # Memory Disk for boot tape
     61 file	dev/md_root.c			memory_disk_hooks
     62 
     63 # "Workstation Console" glue.
     64 include "dev/wscons/files.wscons"
     65 
     66 
     67 # Compatibility modules
     68 
     69 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
     70 include "compat/aoutm68k/files.aoutm68k"
     71 
     72 include "arch/luna68k/conf/majors.luna68k"
     73