mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
Define interrupt resource as required
svn path=/trunk/; revision=15345
This commit is contained in:
@@ -497,6 +497,7 @@ PdoQueryResourceRequirements(
|
||||
|
||||
if (PciConfig.u.type0.InterruptPin != 0)
|
||||
{
|
||||
Descriptor->Option = 0; /* Required */
|
||||
Descriptor->Type = CmResourceTypeInterrupt;
|
||||
Descriptor->ShareDisposition = CmResourceShareShared;
|
||||
Descriptor->Flags = CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE;
|
||||
|
||||
Reference in New Issue
Block a user