1 # $NetBSD: WSCONS,v 1.73 2023/05/03 13:49:30 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 grful0 at zbus0 31 no grf0 at grfcc0 32 no grf1 at grfrt0 33 no grf2 at grfrh0 34 no grf4 at grful0 35 36 # Disable ite(4) for all grf(4) drivers. 37 no ite0 at grf0 38 no ite1 at grf1 39 no ite2 at grf2 40 no ite3 at grf3 41 no ite4 at grf4 42 no ite5 at grf5 43 no ite6 at grf6 44 no ite7 at grf7 45 46 mntva* at zbus? # MNTMN VA2000 47 #options MNTVA_CONSOLE 48 49 zz9k* at zbus? # MNT ZZ9000 50 zzfb* at zz9k? # Framebuffer 51 options ZZFB_CONSOLE # Console on ZZ9000 52 #zz* at zz9k? # Ethernet (experimental) 53 #zzax* at zz9k? # MNT ZZ9000AX (not functional yet) 54 #audio* at zzax? # Audio on ZZ9000AX 55 #zzusb* at zz9k? # USB (not implemented yet) 56 57 # PCI framebuffers 58 #genfb* at pci? # CyberVisionPPC/BlizzardVisionPPC only 59 voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX 60 #radeonfb* at pci? # untested 61 62 # Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in 63 # G-REX. 64 #options P5PB_CONSOLE 65 66 wsdisplay0 at wsemuldisplaydev? console 1 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