mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Define interrupt resource as required
svn path=/trunk/; revision=15345
This commit is contained in:
parent
4cb90117fa
commit
d0ea6a10df
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ PdoQueryResourceRequirements(
|
||||||
|
|
||||||
if (PciConfig.u.type0.InterruptPin != 0)
|
if (PciConfig.u.type0.InterruptPin != 0)
|
||||||
{
|
{
|
||||||
|
Descriptor->Option = 0; /* Required */
|
||||||
Descriptor->Type = CmResourceTypeInterrupt;
|
Descriptor->Type = CmResourceTypeInterrupt;
|
||||||
Descriptor->ShareDisposition = CmResourceShareShared;
|
Descriptor->ShareDisposition = CmResourceShareShared;
|
||||||
Descriptor->Flags = CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE;
|
Descriptor->Flags = CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE;
|
||||||
|
|
Loading…
Reference in a new issue