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