Changeset 352 for GPL/branches/uniaud32-2.0/drv32/rmhelp.cpp
- Timestamp:
- Apr 21, 2008, 11:54:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/drv32/rmhelp.cpp
r65 r352 156 156 157 157 Resource.ResourceType = RS_TYPE_IRQ; 158 Resource.IRQResource.IRQLevel = (USHORT)ulIrq ;158 Resource.IRQResource.IRQLevel = (USHORT)ulIrq & 0xff; 159 159 Resource.IRQResource.IRQFlags = ( fShared ) ? RS_IRQ_SHARED : RS_IRQ_EXCLUSIVE; 160 Resource.IRQResource.PCIIrqPin = RS_PCI_INT_NONE;160 Resource.IRQResource.PCIIrqPin = (USHORT)( (ulIrq >> 8) & 0xf); 161 161 162 162 rc = RMAllocResource(DriverHandle, // Handle to driver.
Note:
See TracChangeset
for help on using the changeset viewer.