Home | History | Annotate | Line # | Download | only in conf
WSCONS revision 1.66
      1 # $NetBSD: WSCONS,v 1.66 2012/08/17 20:11:38 abs 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 amidisplaycc0	at mainbus0		# wscons interface to custom chips
     10 wsdisplay0	at amidisplaycc0 console ?
     11 options 	WSEMUL_VT100
     12 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     13 options 	FONT_VT220L8x10
     14 options 	FONT_VT220ISO8x16
     15 
     16 wskbd0		at kbd0 console ?
     17 
     18 wsmouse*	at ms?
     19 
     20 no grfcc0	at mainbus0
     21 no grfrt0	at zbus0
     22 no grfrh0	at zbus0
     23 no grfcl*	at zbus0
     24 no grful0	at zbus0
     25 no grfet*	at zbus0
     26 #no grfcv0	at zbus0
     27 #no grfcv3d0	at zbus0
     28 
     29 # Disable grf(4) devices for non-wsdisplay drivers.
     30 no grf0		at grfcc0
     31 no grf1		at grfrt0
     32 no grf2		at grfrh0
     33 no grf3		at grfcl?
     34 no grf4		at grful0
     35 no grf6		at grfet?
     36 #no grf5	at grfcv0
     37 #no grf7	at grfcv3d0
     38 
     39 wsdisplay*	at grf5 console ?	# wsdisplay on top of grf (CV64)
     40 wsdisplay*	at grf7 console ?	# wsdisplay on top of grf (CV64/3D)
     41 
     42 # Disable ite(4) for all drivers.
     43 no ite0		at grf0
     44 no ite1		at grf1
     45 no ite2		at grf2
     46 no ite3		at grf3
     47 no ite4		at grf4
     48 no ite5		at grf5
     49 no ite6		at grf6
     50 no ite7		at grf7
     51 
     52 # PCI framebuffers
     53 #genfb*		at pci?			# CyberVisionPPC/BlizzardVisionPPC only
     54 voodoofb*	at pci?			# 3Dfx Voodoo 3 in G-REX 
     55 #radeonfb*	at pci?			# untested
     56 
     57 # Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in 
     58 # G-REX.
     59 #options		P5PB_CONSOLE
     60 
     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