Expand acronyms on their first use.
This commit is contained in:
parent
3165654a98
commit
22aa1cbe7a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21068
1 changed files with 5 additions and 4 deletions
|
@ -2364,7 +2364,7 @@ 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' <acronym>AML</acronym> bytecode, incompleteness in
|
||||
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>
|
||||
|
||||
|
@ -2415,7 +2415,7 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><acronym>URL</acronym> where your <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 +2465,7 @@ 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 <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
|
||||
|
@ -2585,7 +2585,8 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
the <acronym>BIOS</acronym> configures interrupts before boot,
|
||||
correctness of the <acronym>APIC</acronym>
|
||||
(<acronym>MADT</acronym>) table, and routing of the
|
||||
<acronym>SCI</acronym>.</para>
|
||||
<firstterm>System Control Interrupt</firstterm>
|
||||
(<acronym>SCI</acronym>).</para>
|
||||
|
||||
<para>Interrupt storms can be distinguished from lost interrupts
|
||||
by checking the output of <command>vmstat -i</command>
|
||||
|
|
Loading…
Reference in a new issue