xref: /netbsd-src/sys/arch/amiga/conf/WSCONS (revision 8d9149a73d8c60ae0227e10e709e085238bd5944)
1# $NetBSD: WSCONS,v 1.73 2023/05/03 13:49:30 phx Exp $
2
3# GENERIC with wscons(4)
4#
5include	"arch/amiga/conf/GENERIC"
6
7# wscons(4)-aware interface to amiga custom chips.
8#
9options 	WSEMUL_VT100
10options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
11options 	FONT_VT220L8x10
12options 	FONT_VT220ISO8x16
13
14wskbd0		at kbd0 console ?
15
16ukbd*		at uhidev? reportid ?
17wskbd*		at ukbd? console ?
18
19wsmouse*	at ms?
20
21ums*		at uhidev? reportid ?
22wsmouse*	at ums?
23
24amidisplaycc0	at mainbus0		# wscons interface to custom chips
25
26# Disable grf(4) devices without wsdisplay support.
27no grfcc0	at mainbus0
28no grfrt0	at zbus0
29no grfrh0	at zbus0
30no grful0	at zbus0
31no grf0		at grfcc0
32no grf1		at grfrt0
33no grf2		at grfrh0
34no grf4		at grful0
35
36# Disable ite(4) for all grf(4) drivers.
37no ite0		at grf0
38no ite1		at grf1
39no ite2		at grf2
40no ite3		at grf3
41no ite4		at grf4
42no ite5		at grf5
43no ite6		at grf6
44no ite7		at grf7
45
46mntva*		at zbus?		# MNTMN VA2000
47#options	MNTVA_CONSOLE
48
49zz9k*		at zbus?		# MNT ZZ9000
50zzfb*		at zz9k?		# Framebuffer
51options		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
59voodoofb*	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
66wsdisplay0	at wsemuldisplaydev? console 1
67wsdisplay*	at wsemuldisplaydev? console ?
68
69pseudo-device	wsfont			# wsfont(4) dynamic font loading support
70pseudo-device	wsmux			# mouse & keyboard multiplexor
71
72