diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 21:29:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 21:29:33 +0000 |
commit | 4c2bbe8d483c53231f967ee85248c5372dc18def (patch) | |
tree | 76545c541da190a51a161e861550cda122a7ba74 /share | |
parent | 2072263bf079a516edfba90a9b89e93b8e02ff58 (diff) |
Add pcdisplay(4) man page; from NetBSD.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/pcdisplay.4 | 38 |
2 files changed, 41 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index bfca7b216d1..dd405c7108a 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.136 2000/11/15 21:20:52 aaron Exp $ +# $OpenBSD: Makefile,v 1.137 2000/11/15 21:29:32 aaron Exp $ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ atalk.4 atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 \ @@ -9,7 +9,8 @@ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ inet.4 inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 isa.4 isapnp.4 iso.4 isp.4 \ ksyms.4 kue.4 lkm.4 lmc.4 lo.4 lxtphy.4 midi.4 mii.4 mtdphy.4 \ mtio.4 ncr.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 nsphy.4 nsphyter.4 \ - null.4 ohci.4 opl.4 options.4 pchb.4 pckbc.4 pckbd.4 pci.4 pciide.4 \ + null.4 ohci.4 opl.4 options.4 pcdisplay.4 pchb.4 pckbc.4 pckbd.4 \ + pci.4 pciide.4 \ pcmcia.4 pty.4 puc.4 qsphy.4 raid.4 random.4 ray.4 rl.4 rln.4 \ rlphy.4 route.4 scsi.4 sd.4 ses.4 sf.4 sis.4 sk.4 sl.4 sm.4 spp.4 \ sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 \ diff --git a/share/man/man4/pcdisplay.4 b/share/man/man4/pcdisplay.4 new file mode 100644 index 00000000000..473bbf7d99e --- /dev/null +++ b/share/man/man4/pcdisplay.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: pcdisplay.4,v 1.1 2000/11/15 21:29:32 aaron Exp $ +.\" $NetBSD: pcdisplay.4,v 1.3 2000/05/13 15:22:17 mycroft Exp $ +.Dd March 20, 1999 +.Os +.Dt PCDISPLAY 4 +.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 indended 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 |