aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-11-09 18:07:20 +0000
committerNate Lawson <njl@FreeBSD.org>2004-11-09 18:07:20 +0000
commitc21dc67beabf456f71c2b1ef2f53fb5b8477361c (patch)
tree4f4caba488f2a6ad0e3fe259b5d07f04484b6496 /share
parente23bfceab5d47b7972a1a01fbd2ae8a2f0cb1465 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/acpi_panasonic.432
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/man4.i386/acpi_panasonic.4 b/share/man/man4/man4.i386/acpi_panasonic.4
index 76ee5546b6e74..8e979763f228b 100644
--- a/share/man/man4/man4.i386/acpi_panasonic.4
+++ b/share/man/man4/man4.i386/acpi_panasonic.4
@@ -124,18 +124,22 @@ released. 0x01 corresponds to
and so on.
.El
.Sh SYSCTLS
-The following read-write MIBs are available:
+The following MIBs are available:
.Bl -tag -width indent
.It Va hw.acpi.panasonic.lcd_brightness_max
-The max level of brightness.
-The value ranges from 0 to 255.
-CF-R1N and CF-R2A should be 255, CF-R3 is 31.
+The maximum level of brightness. The value is read only and
+automatically set according to hardware model.
+.It Va hw.acpi.panasonic.lcd_brightness_max
+The minimum level of brightness. The value is read only and
+automatically set according to hardware model.
.It Va hw.acpi.panasonic.lcd_brightness
-Current brightness level of the LCD.
-The value ranges from 0 to
+Current brightness level of the LCD (read-write).
+The value ranges from
+.Va hw.acpi.panasonic.lcd_brightness_min
+to
.Va hw.acpi.panasonic.lcd_brightness_max .
.It Va hw.acpi.panasonic.sound_mute
-A boolean flag to control whether to mute the speaker.
+A read-write boolean flag to control whether to mute the speaker.
The value 1 means to mute and 0 not.
.El
.Sh SEE ALSO
@@ -143,11 +147,11 @@ The value 1 means to mute and 0 not.
.Xr sysctl 8 ,
.Xr devd 8 ,
.Xr devd.conf 5
-.\" .Sh HISTORY
-.\" The
-.\" .Nm
-.\" driver first appeared in
-.\" .Fx 5.3 .
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 5.3 .
.Sh AUTHORS
The
.Nm
@@ -155,7 +159,3 @@ driver and this manual page were written by
.An OGAWA Takaya Aq t\-ogawa@triaez.kaisei.org
and
.An TAKAHASHI Yoshihiro Aq nyan@FreeBSD.org .
-.Sh BUGS
-The code is written in trial-and-error manner.
-There is no way to confirm the correctness except by
-.Dq it just works here .