Fix whitespace issues introduced with the last commits.

Translators please ignore.
This commit is contained in:
Martin Heinen 2004-05-31 20:03:30 +00:00
parent 22aa1cbe7a
commit b54187350b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21069

View file

@ -2364,8 +2364,9 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
standardized access to various hardware previously managed
by the <acronym>BIOS</acronym>. Progress is being made toward
<acronym>ACPI</acronym> working on all systems, but bugs in some
motherboards' <firstterm><acronym>ACPI</acronym> Machine Language</firstterm> (<acronym>AML</acronym>) bytecode, incompleteness in
&os;'s kernel subsystems, and bugs in the Intel
motherboards' <firstterm><acronym>ACPI</acronym> Machine
Language</firstterm> (<acronym>AML</acronym>) bytecode,
incompleteness in &os;'s kernel subsystems, and bugs in the Intel
<acronym>ACPI-CA</acronym> interpreter continue to appear.</para>
<para>This document is intended to help you assist the &os;
@ -2415,7 +2416,9 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
</listitem>
<listitem>
<para><acronym>URL</acronym> where your <firstterm><acronym>ACPI</acronym> Source Language</firstterm> (<acronym>ASL</acronym>)
<para><acronym>URL</acronym> where your
<firstterm><acronym>ACPI</acronym> Source Language</firstterm>
(<acronym>ASL</acronym>)
can be found. Do <emphasis>not</emphasis> send the
<acronym>ASL</acronym> directly to the list as it can be
very large. Generate a copy of your <acronym>ASL</acronym>
@ -2465,7 +2468,8 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
in memory that specify things like the <acronym>APIC</acronym>
map (used for <acronym>SMP</acronym>), config registers, and
simple configuration values. Additionally, a table of bytecode
(the <firstterm>Differentiated System Description Table</firstterm> <acronym>DSDT</acronym>) is provided that specifies a
(the <firstterm>Differentiated System Description Table</firstterm>
<acronym>DSDT</acronym>) is provided that specifies a
tree-like name space of devices and methods.</para>
<para>The <acronym>ACPI</acronym> driver must parse the fixed
@ -2515,11 +2519,12 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
<screen>hw.acpi.supported_sleep_state: S3 S4 S5</screen>
<screen>hw.acpi.s4bios: 0</screen>
<para>This means that I can use <command>acpiconf
-s</command> to test <literal>S3</literal>,
<para>This means that I can use <command>acpiconf -s</command>
to test <literal>S3</literal>,
<literal>S4</literal><acronym>OS</acronym>, and
<literal>S5</literal>. If <option>s4bios</option> was one
(<literal>1</literal>), I would have <literal>S4</literal><acronym>BIOS</acronym>
(<literal>1</literal>), I would have
<literal>S4</literal><acronym>BIOS</acronym>
support instead of <literal>S4</literal>
<acronym>OS</acronym>.</para>