MSI-X support

John Baldwin jhb at freebsd.org
Mon Feb 13 17:15:44 UTC 2012


On Friday, February 10, 2012 8:17:49 am Bret Ketchum wrote:
>     I've an HBA which supports MSI-X but uses the same BAR for its memory
> mapped registers, the MSI-X table and PBA. They're just at different
> offsets, similar to a QLogic 8Gb ISP2532. I've perused the source and it
> looks like 8.1 doesn't support this flavor of MSI-X configuration out of
> the box. Posting here to see if I'm just blind.

8.1 should support this just fine.  All MSI-X requires is that the driver have 
allocated and activated the relevant BAR before calling pci_alloc_msix().  
This makes the PCI bus code simpler for exactly the case you mention since the 
bus doesn't have to deal with trying to allocate the same BAR twice, etc.

-- 
John Baldwin


More information about the freebsd-drivers mailing list