Determines whether the platform supports MSI delivery.
BOOLEAN PciMsiNotAvailable(void);
None.
TRUE if MSI is not available on the platform, else FALSE
In order to support MSI (Message Signaled Interrupts) a platform must have a chipset which is capable of supporting them. Certain early chipsets advertised support for MSI but were buggy. This call returns FALSE if the platform is capable of receiving MSIs and the chipset is not on the blacklist of buggy chipsets.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 4.0 | intime/rt/include/pcibus.h | pcibus.h | pcibus.lib |