Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4/man4.i386 Man page for the new laptop driver.
details: https://anonhg.NetBSD.org/src/rev/547e26227c07
branches: trunk
changeset: 586319:547e26227c07
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 13 18:20:56 2005 +0000
description:
Man page for the new laptop driver.
diffstat:
share/man/man4/man4.i386/Makefile | 4 +-
share/man/man4/man4.i386/sony.4 | 140 ++++++++++++++++++++++++++++++++++++++
2 files changed, 142 insertions(+), 2 deletions(-)
diffs (160 lines):
diff -r d566f769975a -r 547e26227c07 share/man/man4/man4.i386/Makefile
--- a/share/man/man4/man4.i386/Makefile Tue Dec 13 17:44:18 2005 +0000
+++ b/share/man/man4/man4.i386/Makefile Tue Dec 13 18:20:56 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2005/09/27 10:59:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.60 2005/12/13 18:20:56 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN= apm.4 autoconf.4 console.4 elansc.4 fdc.4 \
geodewdog.4 gscpcib.4 \
intro.4 io.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \
- pcibios.4 pnpbios.4 spic.4 vald.4
+ pcibios.4 pnpbios.4 spic.4 sony.4 vald.4
MLINKS= mem.4 kmem.4
MLINKS+=pcibios.4 PCIBIOS.4
MLINKS+=console.4 cons.4
diff -r d566f769975a -r 547e26227c07 share/man/man4/man4.i386/sony.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.i386/sony.4 Tue Dec 13 18:20:56 2005 +0000
@@ -0,0 +1,140 @@
+.\" $NetBSD: sony.4,v 1.1 2005/12/13 18:20:56 christos Exp $
+.\"
+.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Christos Zoulas.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd December 13, 2005
+.Dt SONY 4 i386
+.Os
+.Sh NAME
+.Nm sony
+.Nd Sony Miscellaneous Controller
+.Sh SYNOPSIS
+.Cd "sony* at acpi?"
+.Sh DESCRIPTION
+Some
+.Tn Sony
+notebook computers have a controller that handles various built-in devices.
+The
+.Nm
+driver provides support for accessing/modifying the settings of some of these
+devices via the
+.Xr sysctl 8
+interface.
+.Pp
+The following
+.Xr sysctl 8
+variables are available:
+.Pp
+.Bl -tag -width "hw.sony0.brt [R/W]" -compact
+.It Em hw.sony0.brt [R/W]
+Controls current LCD brightness. Range [0-8].
+.It Em hw.sony0.pbr [R/W]
+Controls power on LCD brightness. Range [0-8].
+.It Em hw.sony0.cdp [R/W]
+Controls CD power.
+.It Em hw.sony0.pid [R/O]
+Unknown
+.It Em hw.sony0.ctr [R/W]
+Unknown
+.It Em hw.sony0.pcr [R/W]
+Unknown
+.It Em hw.sony0.cmi [R/W]
+Unknown
+.It Em hw.sony0.ams [R/W]
+Audio control (mute when 0)
+.It Em hw.sony0.hke [R/O]
+Indicates a Host Key Event. Bits are set when an event occurs and cleared
+when this value is read. The following table describes the bit set for
+each button pressed:
+.Pp
+.Bl -tag -width 0x1000 -offset indent -compact
+.It Em 0x1000
+S1 button
+.It Em 0x0800
+S2 button
+.It Em 0x0200
+Fn + F10 (magnify)
+.It Em 0x0100
+Mute button
+.It Em 0x0020
+Fn + F12 (suspend to disk)
+.It Em 0x0010
+Fn + F7 (LCD/external monitor)
+.It Em 0x0008
+Fn + F6 (brighter backlight)
+.It Em 0x0004
+Fn + F5 (darker backlight)
+.It Em 0x0002
+Fn + F4 (volume up)
+.It Em 0x0001
+Fn + F3 (volume down)
+.El
+.El
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr spic 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 4.0 .
+.Sh AUTHORS
+Sami Kantoluoto for the original driver and manual information.
+Christos Zoulas for cleaning up the driver and this manual page.
+.Sh BUGS
+.Bl -bullet
+.It
+The
+.Nm
+driver just parses integer values from the
+.Xr acpi 4
+tree.
+It could be more intelligent and parse other controls.
+.It
+The
+.Xr sysctl 8
+interface is not great.
+The names of the
+.Xr sysctl 8
+tree are not self-explanatory.
+.It
+No validity checks are performed in the user input.
+Playing with random values and/or unknown controls can harm your machine.
+.It
+The
+.Nm
+of the driver is too generic.
+.El
Home |
Main Index |
Thread Index |
Old Index