WSCONS revision 1.70 1 # $NetBSD: WSCONS,v 1.70 2016/10/03 14:26:02 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 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 grful0 at zbus0
31 no grfet* at zbus0
32 no grf0 at grfcc0
33 no grf1 at grfrt0
34 no grf2 at grfrh0
35 no grf4 at grful0
36 no grf6 at grfet?
37
38 # Disable ite(4) for all grf(4) drivers.
39 no ite0 at grf0
40 no ite1 at grf1
41 no ite2 at grf2
42 no ite3 at grf3
43 no ite4 at grf4
44 no ite5 at grf5
45 no ite6 at grf6
46 no ite7 at grf7
47
48 mntva* at zbus? # MNTMN VA2000
49 #options MNTVA_CONSOLE
50
51 # PCI framebuffers
52 #genfb* at pci? # CyberVisionPPC/BlizzardVisionPPC only
53 voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX
54 #radeonfb* at pci? # untested
55
56 # Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in
57 # G-REX.
58 #options P5PB_CONSOLE
59
60 wsdisplay0 at wsemuldisplaydev? console 1
61 wsdisplay* at wsemuldisplaydev? console ?
62
63 pseudo-device wsfont # wsfont(4) dynamic font loading support
64 pseudo-device wsmux # mouse & keyboard multiplexor
65
66