mdoc: minor Bl improvements.

This commit is contained in:
Joel Dahl 2012-06-02 11:03:14 +00:00
parent 01dd3d87fb
commit 7e3de069ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236443
10 changed files with 22 additions and 14 deletions

View File

@ -68,7 +68,7 @@ sound mute state via
.Ss Hotkeys
There are 9 hotkeys available on the supported hardware:
.Pp
.Bl -tag -compact -offset indent
.Bl -tag -width 10n -compact -offset indent
.It Sy Fn+F1
Make LCD backlight darker.
.It Sy Fn+F2
@ -105,7 +105,7 @@ When notified to
.Xr devd 8 ,
the hotkey event provides the following information:
.Pp
.Bl -tag -compact -offset indent
.Bl -tag -width 10n -compact -offset indent
.It system
.Qq Li ACPI
.It subsystem
@ -119,7 +119,7 @@ Event code (see below).
.El
.Pp
Event codes to be generated are assigned as follows:
.Bl -tag -offset indent
.Bl -tag -width 10n -offset indent
.It 0x81-0x86, 0x89
.Sy Fn+F<n>
pressed.

View File

@ -52,7 +52,8 @@ The following tunables are settable from the
.Bl -ohang
.It Va hint.ahci. Ns Ar X Ns Va .msi
controls Message Signaled Interrupts (MSI) usage by the specified controller.
.Bl -tag -compact
.Pp
.Bl -tag -width 4n -offset indent -compact
.It 0
MSI disabled;
.It 1
@ -72,7 +73,8 @@ controls SATA interface Power Management for the specified channel,
allowing some power to be saved at the cost of additional command
latency.
Possible values:
.Bl -tag -compact
.Pp
.Bl -tag -width 4n -offset indent -compact
.It 0
interface Power Management is disabled (default);
.It 1
@ -86,6 +88,7 @@ driver initiates PARTIAL PM state transition 1ms after port becomes idle;
.It 5
driver initiates SLUMBER PM state transition 125ms after port becomes idle.
.El
.Pp
Some controllers, such as ICH8, do not implement modes 2 and 3 with NCQ used.
Because of artificial entering latency, performance degradation in modes
4 and 5 is much smaller then in modes 2 and 3.

View File

@ -102,7 +102,8 @@ limits the initial ATA mode for every device on the specified channel.
controls SATA interface Power Management for the specified channel,
allowing some power savings at the cost of additional command latency.
Possible values:
.Bl -tag -compact
.Pp
.Bl -tag -width 4n -offset indent -compact
.It 0
Interface Power Management is disabled.
This is the default value.
@ -113,6 +114,7 @@ The host initiates a PARTIAL PM state transition every time a port becomes idle.
.It 3
host initiates SLUMBER PM state transition every time port becomes idle.
.El
.Pp
Modes 2 and 3 are only supported for AHCI.
.El
.Sh DESCRIPTION

View File

@ -90,7 +90,7 @@ Please see
.Pa http://wiki.freebsd.org/DebugWithDcons
for details on how to setup debugging with firewire.
.Sh FILES
.Bl -tag -compact
.Bl -tag -width "Pa /dev/fwmem0.0" -compact
.It Pa /dev/fw0.0
.It Pa /dev/fwmem0.0
.El

View File

@ -97,7 +97,7 @@ bits 4-5 value, otherwise baud rate is set to 2Mb
.Sh FILES
The sources for the driver reside in:
.Pp
.Bl -tag -compact
.Bl -tag -width ".Pa /sys/dev/sbni/if_sbni.c" -compact
.It Pa /sys/dev/sbni/if_sbni.c
.It Pa /sys/dev/sbni/if_sbnireg.h
.It Pa /sys/dev/sbni/if_sbnivar.h

View File

@ -166,7 +166,7 @@ variable, where X is the adapter number, either in
or via
.Xr sysctl 8 .
The following bits have the described effects:
.Bl -tag -offset indent
.Bl -tag -width 6n -offset indent
.It 0x01
Enable informational prints.
.It 0x02

View File

@ -67,7 +67,8 @@ controls SATA interface Power Management for the specified channel,
allowing some power to be saved at the cost of additional command
latency.
Possible values:
.Bl -tag -compact
.Pp
.Bl -tag -width 4n -offset indent -compact
.It 0
interface Power Management is disabled (default);
.It 1

View File

@ -57,12 +57,13 @@ controls SATA interface Power Management for the specified channel,
allowing some power to be saved at the cost of additional command
latency.
Possible values:
.Bl -tag -compact
.Bl -tag -width 2n -offset indent
.It 0
interface Power Management is disabled (default);
.It 1
device is allowed to initiate PM state change, host is passive.
.El
.Pp
Note that interface Power Management is not compatible with
device presence detection.
A manual bus reset is needed on device hot-plug.
@ -107,6 +108,7 @@ given precedence as the more functional of the two.
The
.Nm
driver supports the following controller chips:
.Pp
.Bl -bullet -compact
.It
SiI3124 (PCI-X 133MHz/64bit, 4 ports)

View File

@ -184,7 +184,7 @@ or as a set of space-separated
pairs.
.It Va hint.pcm.%d.rec.autosrc
Controls automatic recording source feature:
.Bl -tag -compact
.Bl -tag -width 2n -compact
.It 0
disabled,
.It 1

View File

@ -58,7 +58,7 @@ devices in host and device side mode.
The
.Nm
driver has three layers:
.Bl -tag
.Bl -tag -width 6n -offset indent
.It USB Controller (Bus)
.It USB Device
.It USB Driver
@ -85,7 +85,7 @@ The
.Tn USB
is a system where external devices can be connected to a PC.
The most common USB speeds are:
.Bl -tag
.Bl -tag -width 6n -offset indent
.It Low Speed (1.5MBit/sec)
.It Full Speed (12MBit/sec)
.It High Speed (480MBit/sec)