Tue Oct 4 09:21:05 2016 UTC ()
Add some articles, sort SEE ALSO, make an xref.


(wiz)
diff -r1.1 -r1.2 src/share/man/man4/man4.amiga/mntva.4

cvs diff -r1.1 -r1.2 src/share/man/man4/man4.amiga/mntva.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.amiga/mntva.4 2016/10/03 18:57:54 1.1
+++ src/share/man/man4/man4.amiga/mntva.4 2016/10/04 09:21:05 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mntva.4,v 1.1 2016/10/03 18:57:54 rkujawa Exp $ 1.\" $NetBSD: mntva.4,v 1.2 2016/10/04 09:21:05 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Radoslaw Kujawa. 7.\" by Radoslaw Kujawa.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -34,42 +34,44 @@ @@ -34,42 +34,44 @@
34.Nm mntva 34.Nm mntva
35.Nd MNTMN VA2000 graphics card driver 35.Nd MNTMN VA2000 graphics card driver
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "mntva* at zbus0" 37.Cd "mntva* at zbus0"
38.Cd "options MNTVA_CONSOLE" 38.Cd "options MNTVA_CONSOLE"
39.Sh DESCRIPTION 39.Sh DESCRIPTION
40The 40The
41.Nm 41.Nm
42driver provides support for the MNTMN VA2000 graphics card and provides an 42driver provides support for the MNTMN VA2000 graphics card and provides an
43interface for the machine independent 43interface for the machine independent
44.Xr wscons 4 44.Xr wscons 4
45driver. 45driver.
46.Pp 46.Pp
47VA2000 integrated blitter engine is used to accelerate some of the text mode 47The VA2000 integrated blitter engine is used to accelerate some of the text mode
48drawing operations, like copying rows and columns. 48drawing operations, like copying rows and columns.
49.Pp 49.Pp
50X11 server is supported via the wsfb driver. 50The X11 server is supported via the
 51.Xr wsfb 4
 52driver.
51.Sh SEE ALSO 53.Sh SEE ALSO
52.Xr wsdisplay 4 , 54.Xr wscons 4 ,
53.Xr wscons 4 55.Xr wsdisplay 4
54.Sh HISTORY 56.Sh HISTORY
55The 57The
56.Nm 58.Nm
57device first appeared in 59device first appeared in
58.Nx 8.0 . 60.Nx 8.0 .
59.Sh AUTHORS 61.Sh AUTHORS
60.An -nosplit 62.An -nosplit
61The 63The
62.Nm 64.Nm
63driver was written by 65driver was written by
64.An Lukas F. Hartmann Aq Mt lukas@mnt.mn 66.An Lukas F. Hartmann Aq Mt lukas@mnt.mn
65and 67and
66.An Radoslaw Kujawa Aq Mt radoslaw.kujawa@gmail.com . 68.An Radoslaw Kujawa Aq Mt radoslaw.kujawa@gmail.com .
67.Sh CAVEATS 69.Sh CAVEATS
68There is no way to detect whether the card is used as a console. 70There is no way to detect whether the card is used as a console.
69Therefore, the user has to explicitely set 71Therefore, the user has to explicitely set the
70.Dv MNTVA_CONSOLE 72.Dv MNTVA_CONSOLE
71option in the kernel config file. 73option in the kernel config file.
72.Pp 74.Pp
73Currently, the video mode is hard-coded to 1280x720 at 16 bpp. 75Currently, the video mode is hard-coded to 1280x720 at 16 bpp.
74.Sh BUGS 76.Sh BUGS
75None known. 77None known.