files.luna88k revision 1.19
1#	$OpenBSD: files.luna88k,v 1.19 2013/11/16 22:45:37 aoyama Exp $
2#
3maxpartitions 16
4
5device 	mainbus {}
6attach 	mainbus at root
7file	arch/luna88k/luna88k/mainbus.c
8
9device clock
10attach clock at mainbus
11file	arch/luna88k/dev/timekeeper.c			clock
12
13device lcd
14attach lcd at mainbus
15file	arch/luna88k/dev/lcd.c				lcd needs-flag
16
17attach le at mainbus: le24
18file	arch/luna88k/dev/if_le.c			le
19
20device sio {[channel = -1]}
21attach sio at mainbus
22file	arch/luna88k/dev/sio.c				sio
23
24# this should be removed after bringup
25#device romtty: tty
26#attach romtty at mainbus
27#file	arch/luna88k/dev/romtty.c			romtty needs-flag
28
29device siotty: tty
30attach siotty at sio
31file	arch/luna88k/dev/siotty.c			siotty needs-flag
32
33device ws: wskbddev,wsmousedev
34attach ws at sio
35file arch/luna88k/dev/lunaws.c				ws
36file arch/luna88k/dev/omkbdmap.c			ws
37
38device fb: wsemuldisplaydev, rasops1
39attach fb at mainbus
40file arch/luna88k/dev/lunafb.c				fb
41file arch/luna88k/dev/omrasops.c			fb
42file arch/luna88k/dev/omrasops1.c			fb
43
44# Raster operations
45include "dev/rasops/files.rasops"
46include "dev/wsfont/files.wsfont"
47# "Workstation Console" glue.
48include "dev/wscons/files.wscons"
49
50device cpu
51attach cpu at mainbus
52
53include "scsi/files.scsi"
54
55major {sd = 4}
56major {st = 5}
57major {cd = 6}
58major {rd = 7}
59major {vnd = 8}
60
61device spc: scsi
62attach spc at mainbus
63file arch/luna88k/dev/spc.c				spc
64file arch/luna88k/dev/mb89352.c				spc
65
66# XXX: now testing
67#device pcm: audio, auconv, mulaw
68#attach pcm at mainbus
69#file arch/luna88k/dev/nec86.c				pcm needs-flag
70#file arch/luna88k/dev/nec86hw.c			pcm needs-flag
71#file arch/luna88k/dev/nec86_luna88k.c			pcm needs-flag
72
73# list of standard files
74file	arch/luna88k/luna88k/clock.c
75
76file	arch/luna88k/luna88k/autoconf.c
77file	arch/luna88k/luna88k/conf.c
78file	arch/luna88k/luna88k/m8820x.c
79file	arch/luna88k/luna88k/disksubr.c
80file	arch/luna88k/luna88k/eh.S
81file	arch/luna88k/luna88k/isr.c
82file	arch/luna88k/luna88k/machdep.c
83file	arch/luna88k/luna88k/pmap_table.c
84