Thu Oct 28 14:36:04 2010 UTC ()
As the ACPI specification is already mentioned in acpi(4), remove the note
about STANDARDS. Instead mention a Microsoft document that is specifically
about acpivga(4). Also xref vga(4).


(jruoho)
diff -r1.1 -r1.2 src/share/man/man4/acpivga.4

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

--- src/share/man/man4/acpivga.4 2010/10/12 23:01:55 1.1
+++ src/share/man/man4/acpivga.4 2010/10/28 14:36:04 1.2
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: acpivga.4,v 1.1 2010/10/12 23:01:55 gsutre Exp $ 1.\" $NetBSD: acpivga.4,v 1.2 2010/10/28 14:36:04 jruoho Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE. 25.\" POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd October 12, 2010 27.Dd October 28, 2010
28.Dt ACPIVGA 4 28.Dt ACPIVGA 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm acpivga 31.Nm acpivga
32.Nd ACPI Display Adapter and Output Devices 32.Nd ACPI Display Adapter and Output Devices
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd "acpivga* at acpi?" 34.Cd "acpivga* at acpi?"
35.Cd "acpiout* at acpivga?" 35.Cd "acpiout* at acpivga?"
36.Sh DESCRIPTION 36.Sh DESCRIPTION
37The 37The
38.Nm 38.Nm
39driver provides generic support for brightness control and output switching, 39driver provides generic support for brightness control and output switching,
40through 40through
@@ -62,46 +62,34 @@ specification (revision 4.0a). @@ -62,46 +62,34 @@ specification (revision 4.0a).
62.It Va hw.acpi.acpiout0.brightness 62.It Va hw.acpi.acpiout0.brightness
63Brightness level. 63Brightness level.
64Typical values range from 0 to 100, but any integer value is accepted (the 64Typical values range from 0 to 100, but any integer value is accepted (the
65driver uses the closest brightness level supported by the device). 65driver uses the closest brightness level supported by the device).
66.El 66.El
67.Pp 67.Pp
68Please note, however, that future versions of 68Please note, however, that future versions of
69.Nm 69.Nm
70may remove these 70may remove these
71.Xr sysctl 8 71.Xr sysctl 8
72variables without prior notice. 72variables without prior notice.
73.Sh SEE ALSO 73.Sh SEE ALSO
74.Xr acpi 4 , 74.Xr acpi 4 ,
 75.Xr vga 4 ,
75.Xr sysctl 8 76.Xr sysctl 8
76.Sh STANDARDS 
77The 
78.Nm 
79driver supports the 
80.Em ACPI Extensions for Display Adapters 
81given in Appendix B of the 
82.Tn ACPI 
83specification. 
84.Pp 
85.Rs 77.Rs
86.%A Hewlett-Packard Corporation 
87.%A Intel Corporation 
88.%A Microsoft Corporation 78.%A Microsoft Corporation
89.%A Phoenix Technologies Ltd. 79.%D December 4, 2001
90.%A Toshiba Corporation 80.%T Mobile System Displays and Windows
91.%B Advanced Configuration and Power Interface Specification 81.%N Version 1.2c
92.%V Revision 4.0a 82.%U http://www.microsoft.com/whdc/archive/mobiledisplay.mspx
93.%D April 5, 2010 
94.%U http://www.acpi.info/spec.htm 
95.Re 83.Re
96.Sh HISTORY 84.Sh HISTORY
97The 85The
98.Nm 86.Nm
99driver appeared in 87driver appeared in
100.Nx 6.0 . 88.Nx 6.0 .
101.Sh AUTHORS 89.Sh AUTHORS
102.An Gr\('egoire Sutre 90.An Gr\('egoire Sutre
103.Aq gsutre@NetBSD.org 91.Aq gsutre@NetBSD.org
104.Sh CAVEATS 92.Sh CAVEATS
105The 93The
106.Nm 94.Nm
107driver only supports PCI/PCI-X/PCI-E display adapters. 95driver only supports PCI/PCI-X/PCI-E display adapters.