files.luna68k revision 1.1
1#
2#	$NetBSD: files.luna68k,v 1.1 2000/01/05 08:48:54 nisimura Exp $
3#
4maxpartitions 8
5maxusers 2 8 64
6
7file arch/luna68k/luna68k/autoconf.c
8file arch/luna68k/luna68k/clock.c
9file arch/luna68k/luna68k/conf.c
10file arch/luna68k/luna68k/db_memrw.c		ddb | kgdb
11file arch/luna68k/luna68k/disksubr.c
12file arch/luna68k/luna68k/isr.c
13file arch/luna68k/luna68k/machdep.c
14file arch/luna68k/luna68k/mem.c
15file arch/luna68k/luna68k/pmap.c
16file arch/luna68k/luna68k/pmap_bootstrap.c
17file arch/luna68k/luna68k/sys_machdep.c
18file arch/luna68k/luna68k/trap.c
19file arch/luna68k/luna68k/vm_machdep.c
20file arch/m68k/m68k/cacheops.c
21file dev/clock_subr.c
22file dev/cons.c
23file arch/luna68k/dev/lcd.c
24
25device mainbus {}
26attach mainbus at root
27file arch/luna68k/luna68k/mainbus.c
28
29device clock
30attach clock at mainbus
31file arch/luna68k/dev/timekeeper.c	clock
32
33attach le at mainbus: le24
34file arch/luna68k/dev/if_le.c		le
35
36device sio { [channel = -1] }
37attach sio at mainbus
38file arch/luna68k/dev/sio.c 		sio
39
40device siotty: tty
41attach siotty at sio
42file arch/luna68k/dev/siotty.c		siotty needs-flag
43device ws: wskbddev,wsmousedev
44attach ws at sio
45file arch/luna68k/dev/lunaws.c		ws
46
47device fb: wsemuldisplaydev
48attach fb at mainbus
49file arch/luna68k/dev/lunafb.c		fb
50file arch/luna68k/dev/omrasops.c	fb
51
52device spc: scsi
53attach spc at mainbus
54file arch/luna68k/dev/spc.c		spc
55file dev/ic/mb89352.c			spc
56
57# Machine-idependent SCSI driver.
58include "dev/scsipi/files.scsipi"
59major	{sd = 2}	# SCSI disk
60major	{cd = 4}	# SCSI CD-ROM
61
62# Memory Disk for boot tape
63file arch/luna68k/dev/md_root.c		memory_disk_hooks
64major	{md = 7}	# Memory disk (for mini-kernel)
65
66# "Workstation Console" glue.
67include "dev/wscons/files.wscons"
68