2004-05-12 03:12:47 +04:00
|
|
|
.\" $NetBSD: vald.4,v 1.5 2004/05/11 23:12:47 wiz Exp $
|
2004-05-03 16:56:03 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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 April 4, 2004
|
2004-05-03 18:21:02 +04:00
|
|
|
.Dt VALD 4 i386
|
2004-05-03 16:56:03 +04:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm vald
|
|
|
|
.Nd Toshiba Programmable I/O controller
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "vald* at acpi?"
|
|
|
|
.Sh DESCRIPTION
|
2004-05-08 02:17:17 +04:00
|
|
|
Some Toshiba computers have a special I/O controller that handles various
|
|
|
|
interface devices.
|
|
|
|
This special I/O controller is accessed by the
|
|
|
|
.Dq GHCI
|
|
|
|
ACPI method.
|
2004-05-03 17:03:24 +04:00
|
|
|
The
|
2004-05-03 16:56:03 +04:00
|
|
|
.Nm
|
|
|
|
driver provides some support for it.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
2004-05-03 17:03:24 +04:00
|
|
|
driver handles the following hot-keys:
|
2004-05-03 16:56:03 +04:00
|
|
|
.Pp
|
2004-05-03 17:03:24 +04:00
|
|
|
.Bl -tag -compact -offset indent
|
|
|
|
.It Fn+F5
|
|
|
|
Switch between LCD and External Video output.
|
|
|
|
.It Fn+F6
|
|
|
|
Decrease LCD brightness.
|
|
|
|
.It Fn+F7
|
2004-05-12 03:12:47 +04:00
|
|
|
Increase LCD brightness.
|
2004-05-03 17:03:24 +04:00
|
|
|
.It Fn+F8
|
|
|
|
Switch fan (ON/OFF).
|
|
|
|
.El
|
2004-05-03 16:56:03 +04:00
|
|
|
.Pp
|
2004-05-03 17:03:24 +04:00
|
|
|
The
|
2004-05-03 16:56:03 +04:00
|
|
|
.Nm
|
|
|
|
driver has only been tested on the Libretto L3.
|
|
|
|
.Sh SEE ALSO
|
2004-05-03 17:03:24 +04:00
|
|
|
.Xr acpi 4
|
2004-05-03 16:56:03 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2004-05-12 03:12:47 +04:00
|
|
|
driver appeared in
|
2004-05-03 16:56:03 +04:00
|
|
|
.Nx 1.6 .
|
|
|
|
.Sh BUGS
|
2004-05-03 17:03:24 +04:00
|
|
|
.Nm
|
2004-05-08 02:17:17 +04:00
|
|
|
has a problem with X11 when switching between LCD
|
2004-05-03 17:03:24 +04:00
|
|
|
and External Video output.
|