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