mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
# $NetBSD: WSCONS,v 1.67 2013/10/03 13:40:26 rkujawa Exp $
|
|
|
|
# GENERIC with wscons(4)
|
|
#
|
|
include "arch/amiga/conf/GENERIC"
|
|
|
|
# wscons(4)-aware interface to amiga custom chips.
|
|
#
|
|
amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
|
wsdisplay0 at amidisplaycc0 console ?
|
|
options WSEMUL_VT100
|
|
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
|
options FONT_VT220L8x10
|
|
options FONT_VT220ISO8x16
|
|
|
|
wskbd0 at kbd0 console ?
|
|
|
|
ukbd* at uhidev? reportid ?
|
|
wskbd* at ukbd? console ?
|
|
|
|
wsmouse* at ms?
|
|
|
|
ums* at uhidev? reportid ?
|
|
wsmouse* at ums?
|
|
|
|
no grfcc0 at mainbus0
|
|
no grfrt0 at zbus0
|
|
no grfrh0 at zbus0
|
|
no grfcl* at zbus0
|
|
no grful0 at zbus0
|
|
no grfet* at zbus0
|
|
#no grfcv0 at zbus0
|
|
#no grfcv3d0 at zbus0
|
|
|
|
# Disable grf(4) devices for non-wsdisplay drivers.
|
|
no grf0 at grfcc0
|
|
no grf1 at grfrt0
|
|
no grf2 at grfrh0
|
|
no grf3 at grfcl?
|
|
no grf4 at grful0
|
|
no grf6 at grfet?
|
|
#no grf5 at grfcv0
|
|
#no grf7 at grfcv3d0
|
|
|
|
wsdisplay* at grf5 console ? # wsdisplay on top of grf (CV64)
|
|
wsdisplay* at grf7 console ? # wsdisplay on top of grf (CV64/3D)
|
|
|
|
# Disable ite(4) for all drivers.
|
|
no ite0 at grf0
|
|
no ite1 at grf1
|
|
no ite2 at grf2
|
|
no ite3 at grf3
|
|
no ite4 at grf4
|
|
no ite5 at grf5
|
|
no ite6 at grf6
|
|
no ite7 at grf7
|
|
|
|
# PCI framebuffers
|
|
#genfb* at pci? # CyberVisionPPC/BlizzardVisionPPC only
|
|
voodoofb* at pci? # 3Dfx Voodoo 3 in G-REX
|
|
#radeonfb* at pci? # untested
|
|
|
|
# Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in
|
|
# G-REX.
|
|
#options P5PB_CONSOLE
|
|
|
|
wsdisplay* at wsemuldisplaydev? console ?
|
|
|
|
pseudo-device wsfont # wsfont(4) dynamic font loading support
|
|
pseudo-device wsmux # mouse & keyboard multiplexor
|
|
|