Home | History | Annotate | Line # | Download | only in conf
files.luna68k revision 1.2
      1 #
      2 #	$NetBSD: files.luna68k,v 1.2 2000/03/15 16:57:13 oster 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/conf.c
     10 file arch/luna68k/luna68k/db_memrw.c		ddb | kgdb
     11 file arch/luna68k/luna68k/disksubr.c
     12 file arch/luna68k/luna68k/isr.c
     13 file arch/luna68k/luna68k/machdep.c
     14 file arch/luna68k/luna68k/mem.c
     15 file arch/luna68k/luna68k/pmap.c
     16 file arch/luna68k/luna68k/pmap_bootstrap.c
     17 file arch/luna68k/luna68k/sys_machdep.c
     18 file arch/luna68k/luna68k/trap.c
     19 file arch/luna68k/luna68k/vm_machdep.c
     20 file arch/m68k/m68k/cacheops.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 major	{sd = 2}	# SCSI disk
     60 major	{cd = 4}	# SCSI CD-ROM
     61 
     62 # Memory Disk for boot tape
     63 file arch/luna68k/dev/md_root.c		memory_disk_hooks
     64 major	{md = 7}	# Memory disk (for mini-kernel)
     65 
     66 # RAIDframe
     67 major	{md = 14}
     68 
     69 # "Workstation Console" glue.
     70 include "dev/wscons/files.wscons"
     71