WSCONS revision 1.67 1 # $NetBSD: WSCONS,v 1.67 2013/10/03 13:40:26 rkujawa 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 WSDISPLAY_COMPAT_USL # wsconscfg VT handling
13 options FONT_VT220L8x10
14 options FONT_VT220ISO8x16
15
16 wskbd0 at kbd0 console ?
17
18 ukbd* at uhidev? reportid ?
19 wskbd* at ukbd? console ?
20
21 wsmouse* at ms?
22
23 ums* at uhidev? reportid ?
24 wsmouse* at ums?
25
26 no grfcc0 at mainbus0
27 no grfrt0 at zbus0
28 no grfrh0 at zbus0
29 no grfcl* at zbus0
30 no grful0 at zbus0
31 no grfet* at zbus0
32 #no grfcv0 at zbus0
33 #no grfcv3d0 at zbus0
34
35 # Disable grf(4) devices for non-wsdisplay drivers.
36 no grf0 at grfcc0
37 no grf1 at grfrt0
38 no grf2 at grfrh0
39 no grf3 at grfcl?
40 no grf4 at grful0
41 no grf6 at grfet?
42 #no grf5 at grfcv0
43 #no grf7 at grfcv3d0
44
45 wsdisplay* at grf5 console ? # wsdisplay on top of grf (CV64)
46 wsdisplay* at grf7 console ? # wsdisplay on top of grf (CV64/3D)
47
48 # Disable ite(4) for all drivers.
49 no ite0 at grf0
50 no ite1 at grf1
51 no ite2 at grf2
52 no ite3 at grf3
53 no ite4 at grf4
54 no ite5 at grf5
55 no ite6 at grf6
56 no ite7 at grf7
57
58 # PCI framebuffers
59 #genfb* at pci? # CyberVisionPPC/BlizzardVisionPPC only
60 voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX
61 #radeonfb* at pci? # untested
62
63 # Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in
64 # G-REX.
65 #options P5PB_CONSOLE
66
67 wsdisplay* at wsemuldisplaydev? console ?
68
69 pseudo-device wsfont # wsfont(4) dynamic font loading support
70 pseudo-device wsmux # mouse & keyboard multiplexor
71
72