K 10 svn:author V 5 kmacy K 8 svn:date V 27 2007-03-28T20:06:20.000000Z K 7 svn:log V 801 Batch MFC the following changes: - bus_size_t for link_width is a bad cross-architectural type with respect to printf, use uint32_t instead - Increase coalesce_nsecs - commit fixes for the following coverity warnings: 1765, 1760, 1758, 1756 - Check PCI-e link width to avoid foot shooting with 4x links - allocate 9 messages in all cases - move call to t3_prep_adapter earlier in attach before msi-x setup occurs (this works around the fact that pci_config_{save,restore} doesn't adequately restore state for msi-x) - make MSI-X the default and allocate up to mp_ncpus queues per port - Remove firmware version flags - add support for the T3B2 ASIC rev by synchronizing with version 1.0.071 of Chelsio's common code (with the notable exception of improvements for using multiple TX queues) END