WSCONS revision 1.61 1 # $NetBSD: WSCONS,v 1.61 2007/09/07 10:08:35 lukem Exp $
2
3 # GENERIC with wscons(4)
4 #
5 include "arch/amiga/conf/GENERIC"
6
7 # wscons(4)-aware interface to amiga custom chips.
8 #
9 amidisplaycc0 at mainbus0 # wscons interface to custom chips
10 wsdisplay0 at amidisplaycc0 console ?
11 options WSEMUL_VT100
12 options FONT_VT220L8x10
13 options FONT_VT220ISO8x16
14
15 wskbd0 at kbd0 console ?
16
17 wsmouse* at ms?
18
19 no grfcc0 at mainbus0
20 no grfrt0 at zbus0
21 no grfrh0 at zbus0
22 no grfcl* at zbus0
23 no grful0 at zbus0
24 no grfcv0 at zbus0
25 no grfet* at zbus0
26 no grfcv3d0 at zbus0
27
28 no grf0 at grfcc0
29 no grf1 at grfrt0
30 no grf2 at grfrh0
31 no grf3 at grfcl?
32 no grf4 at grful0
33 no grf5 at grfcv0
34 no grf6 at grfet?
35 no grf7 at grfcv3d0
36 no ite0 at grf0
37 no ite1 at grf1
38 no ite2 at grf2
39 no ite3 at grf3
40 no ite4 at grf4
41 no ite5 at grf5
42 no ite6 at grf6
43 no ite7 at grf7
44
45 pseudo-device wsfont # wsfont(4) dynamic font loading support
46 pseudo-device wsmux # mouse & keyboard multiplexor
47