Home | History | Annotate | Line # | Download | only in conf
WSCONS revision 1.65
      1 # $NetBSD: WSCONS,v 1.65 2012/06/07 23:30:52 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 amidisplaycc0	at mainbus0		# wscons interface to custom chips
     10 wsdisplay0	at amidisplaycc0 console ?
     11 options 	WSEMUL_VT100
     12 options 	FONT_VT220L8x10
     13 options 	FONT_VT220ISO8x16
     14 
     15 wskbd0		at kbd0 console ?
     16 
     17 wsmouse*	at ms?
     18 
     19 no grfcc0	at mainbus0
     20 no grfrt0	at zbus0
     21 no grfrh0	at zbus0
     22 no grfcl*	at zbus0
     23 no grful0	at zbus0
     24 no grfet*	at zbus0
     25 #no grfcv0	at zbus0
     26 #no grfcv3d0	at zbus0
     27 
     28 # Disable grf(4) devices for non-wsdisplay drivers.
     29 no grf0		at grfcc0
     30 no grf1		at grfrt0
     31 no grf2		at grfrh0
     32 no grf3		at grfcl?
     33 no grf4		at grful0
     34 no grf6		at grfet?
     35 #no grf5	at grfcv0
     36 #no grf7	at grfcv3d0
     37 
     38 wsdisplay*	at grf5 console ?	# wsdisplay on top of grf (CV64)
     39 wsdisplay*	at grf7 console ?	# wsdisplay on top of grf (CV64/3D)
     40 
     41 # Disable ite(4) for all drivers.
     42 no ite0		at grf0
     43 no ite1		at grf1
     44 no ite2		at grf2
     45 no ite3		at grf3
     46 no ite4		at grf4
     47 no ite5		at grf5
     48 no ite6		at grf6
     49 no ite7		at grf7
     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 wsdisplay*	at wsemuldisplaydev? console ?
     61 
     62 pseudo-device	wsfont			# wsfont(4) dynamic font loading support
     63 pseudo-device	wsmux			# mouse & keyboard multiplexor
     64 
     65