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