cvs commit: src/sys/dev/bge if_bge.c

John Polstra jdp at polstra.com
Fri Dec 15 17:42:43 PST 2006


On 15-Dec-2006 David O'Brien wrote:
> On Fri, Dec 15, 2006 at 01:26:55PM -0800, Peter Grehan wrote:
>> >I have a Tyan K8W (s2885) which I experienced this on:
>> 
>>  That's using the the AMD 8131 right ? 
> 
> Yep.
> 
>> Known not to support MSI.
> 
> I assumed the code would check and not attempt MSI if not supported.

That would be the job of the PCI infrastructure, not of the bge
driver.  Quite a few motherboards/chipsets indicate MSI support
in their PCI configuration registers but do not in fact have
working MSI support.  Scott and I recently added quirk support in
sys/dev/pci/pci.c to deal with that.  Feel free to add a new entry
there.

John


More information about the cvs-all mailing list