ResourceTag smaller than Field (Size mismatch, Tag: X, Field: X bits)
Такая же проблема
Sample Problem ( example below is Tag: 1 bit, Field: 8 bits ) :
Код:
CreateByteField (CRS3, \_SB.PCI0.LPC0.SIO1._Y0D._HE, IRQS) // _HE_: High-Edge
Fix ( depending on the size Tag mismatch: 1 bit = CreateBitField, 8 bits = CreateByteField, 16 bits = CreateWordField, 32 bits = CreateDwordField, 64 bits = CreateQwordField ) :