> From: Brad <[email protected]>
> Date: Thu, 02 Jun 2011 14:29:52 -0400
>
> ----- Original message -----
> > In the spirit of trying to enable MSI for various devices, who wants
> > to play with bge(4)?
> >
> > bge0 at pci2 dev 0 function 0 "Broadcom BCM5761" rev 0x10, BCM5761 A1
> > (0x5761100): msi, address 00:10:18:4b:23:b4 brgphy0 at bge0 phy 1:
> > BCM5761 10/100/1000baseT PHY, rev. 0
> >
> > Works for me so far.
>
> This alone will not be enough to deal with MSI for bge(4). There are a few
> different issues depending on the chipset revision which also need attention.
For example, the:
bge0 at pci1 dev 0 function 0 "Broadcom BCM5751M" rev 0x11, BCM5750 B1 (0x4101)
on the X41 needs to have a
BGE_SETBIT(sc, BGE_MSI_MODE, BGE_MSIMODE_ENABLE);
somewhere, to get MSI working.