1 2 3 4 5 6 7 8 9 10 11 12
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
<glossentry xml:lang="en-us" id="glossentry-msi">
<glossterm>MSI</glossterm>
<glossdef>
Message Signaled Interrupts, as supported by modern chipsets such as
the ICH9. See <xref href="settings-motherboard.dita"/>. As opposed to traditional
pin-based interrupts, with MSI, a small amount of data can accompany
the actual interrupt message. This reduces the amount of hardware pins
required and allows for more interrupts and better performance.
</glossdef>
</glossentry>
|