diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-01-03 20:35:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-01-03 20:35:47 +0000 |
commit | c761c721853346411e9e35ffe8c10a562dcb3698 (patch) | |
tree | af85a385cac0b0f9df5360e1073dc5e92c72ad3e /share | |
parent | 372387276b4f8d80d3d80cb45f71122a0a764757 (diff) |
simplefb(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/simplefb.4 | 44 |
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 175df43bfea..2e63b525835 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.647 2016/12/22 11:04:44 rzalamena Exp $ +# $OpenBSD: Makefile,v 1.648 2017/01/03 20:35:46 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -54,7 +54,7 @@ MAN= aac.4 ac97.4 acphy.4 \ rtfps.4 rtw.4 rtwn.4 safe.4 safte.4 sbus.4 schsio.4 \ scsi.4 sd.4 \ sdmmc.4 sdhc.4 se.4 ses.4 \ - sf.4 sili.4 siop.4 sis.4 sk.4 sli.4 \ + sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 sli.4 \ sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ st.4 ste.4 stge.4 sti.4 \ stp.4 sv.4 switch.4 sym.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \ diff --git a/share/man/man4/simplefb.4 b/share/man/man4/simplefb.4 new file mode 100644 index 00000000000..dcadd18e93d --- /dev/null +++ b/share/man/man4/simplefb.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: simplefb.4,v 1.1 2017/01/03 20:35:46 kettenis Exp $ +.\" +.\" Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: January 3 2017 $ +.Dt SIMPLEFB 4 +.Os +.Sh NAME +.Nm simplefb +.Nd simple frame buffer +.Sh SYNOPSIS +.Cd "simplefb* at fdt?" +.Cd "wsdisplay* at simlefb?" +.Sh DESCRIPTION +The +.Nm +driver supports the frame buffer set up by firmware or the bootloader +on systems that use a device tree to describe the hardware. +.Pp +The +.Nm +driver interfaces the frame buffer with the +.Xr wscons 4 +console framework. +It does not provide direct device driver entry points +but makes its functions available via the internal +.Xr wsdisplay 4 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr wscons 4 , +.Xr wsdisplay 4 |