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