diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-02 20:54:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-02 20:54:52 +0000 |
commit | b9c4e2ed8e8350aa2c6fdbb8e673148e5f0b93a4 (patch) | |
tree | 11804003e5395604670e301f3654cbe181022e28 /share | |
parent | 457544956b17414db0a843c5b6abb9d208b6e10d (diff) |
Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong without
the serial and IR ports, built into a mac-like case). At least PMON initializes
the frame buffer in a much friendlier video mode (1360x768x16), but there is
still no frame buffer acceleration yet.
Tested by wvdputte.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.loongson/sisfb.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.loongson/sisfb.4 b/share/man/man4/man4.loongson/sisfb.4 index 020bd28a225..2c43043753b 100644 --- a/share/man/man4/man4.loongson/sisfb.4 +++ b/share/man/man4/man4.loongson/sisfb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sisfb.4,v 1.1 2010/02/28 22:32:50 miod Exp $ +.\" $OpenBSD: sisfb.4,v 1.2 2010/03/02 20:54:51 miod Exp $ .\" .\" Copyright (c) 2010 Miodrag Vallat. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 28 2010 $ +.Dd $Mdocdate: March 2 2010 $ .Dt SISFB 4 loongson .Os .Sh NAME @@ -36,7 +36,8 @@ console framework, as a device. .Pp The PMON firmware initializes the frame buffer in a VGA compatible video mode, -with a 640x400 resolution and 8 bits per pixel. +either with a 640x400 resolution and 8 bits per pixel on Fuloong, +or a 1360x768 resolution and 16 bits per pixel on Lynloong. It is currently not possible to change the frame buffer resolution and color depth. .Sh SEE ALSO |