K 10 svn:author V 4 neel K 8 svn:date V 27 2013-01-21T22:07:05.127589Z K 7 svn:log V 322 Allocate the memory for the MSI-X table dynamically instead of allocating 32KB statically. In most cases the number of table entries will be far less than the maximum of 2048 allowed by the PCI specification. Reuse macros from pcireg.h to interpret the MSI-X capability instead of rolling our own. Obtained from: NetApp END