K 10 svn:author V 3 jhb K 8 svn:date V 27 2011-06-07T21:15:43.657301Z K 7 svn:log V 436 MFC 221138: Only align MSI message groups based on the number of messages being allocated, not the maximum number of messages the device supports. The spec only requires the former, and I believe I implemented the latter due to misunderstanding an e-mail. In particular, this fixes an issue where having several devices that all support 16 messages can run out of IDT vectors on x86 even though the driver only uses a single message. END