xref: /netbsd/share/man/man4/pcdisplay.4 (revision bf9ec67e)
1.\" $NetBSD: pcdisplay.4,v 1.5 2001/09/22 15:58:13 wiz Exp $
2.Dd March 20, 1999
3.Os
4.Dt PCDISPLAY 4
5.Sh NAME
6.Nm pcdisplay
7.Nd PC display adapter driver for wscons
8.Sh SYNOPSIS
9.Cd options PCDISPLAY_SOFTCURSOR
10.Pp
11.Cd "pcdisplay0 at isa?"
12.Cd "wsdisplay* at pcdisplay? console ?"
13.Sh DESCRIPTION
14This driver supports PC display adapter hardware within the
15.Xr wscons 4
16console framework. It doesn't provide direct device
17driver entry points but makes its functions available via
18the internal
19.Xr wsdisplay 4
20interface.
21.Pp
22The
23.Nm
24driver is intended as a minimal
25.Dq catch-all
26driver for the different kinds of
27.Tn MDA
28or
29.Tn CGA
30compatible adapters. It doesn't support multiple screens, nor
31colors or font loading.
32.Pp
33Supported kernel option(s):
34.Bl -tag -ohang -width xxxx
35.It Cd options PCDISPLAY_SOFTCURSOR
36Use a large, non-blinking cursor generated by software. The default is to use
37the cursor provided by the underlying display hardware.
38.El
39.Sh SEE ALSO
40.Xr isa 4 ,
41.Xr vga 4 ,
42.Xr wscons 4
43