Home | History | Annotate | Line # | Download | only in conf
WSCONS revision 1.72
      1 # $NetBSD: WSCONS,v 1.72 2020/03/07 20:27:54 is 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 # PCI framebuffers
     50 #genfb*		at pci?			# CyberVisionPPC/BlizzardVisionPPC only
     51 voodoofb*	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 
     58 wsdisplay0	at wsemuldisplaydev? console 1
     59 wsdisplay*	at wsemuldisplaydev? console ?
     60 
     61 pseudo-device	wsfont			# wsfont(4) dynamic font loading support
     62 pseudo-device	wsmux			# mouse & keyboard multiplexor
     63 
     64