cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

John Baldwin jhb at freebsd.org
Mon Nov 20 18:43:20 UTC 2006


On Saturday 18 November 2006 10:07, Pawel Worach wrote:
> Pawel Worach wrote:
> >> So em triggered an interrupt and you got an NMI out of it instead.  What
> >> does 'show lapic' show?
> >>
> > 
> > db> show lapic
> > lapic ID = 0
> > version  = 1.4
> > max LVT  = 5
> > SVR      = ff (enabled)
> > TPR      = 00
> > In-service Interrupts:
> > TMR Interrupts:
> > IRR Interrupts:
> > 
> 
> I reverted MSI support from em(4) just to see what would happen to 
> mpt(4), no NMI fires but mpt hardware seems to go off to la-la land.

Your chipset probably doesn't support MSI, so just disable it via hints until 
we can blacklist it.

-- 
John Baldwin


More information about the cvs-all mailing list