]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Put in a real isa_irq_pending() stub in order to remove two lines of dmesg
authorpeter <peter@FreeBSD.org>
Sat, 19 Apr 2008 07:25:57 +0000 (07:25 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 19 Apr 2008 07:25:57 +0000 (07:25 +0000)
commita2a93ed9dfcdbaf0e83f5db2335e766305a6d7ae
tree69f5e71e559b0094a5c645c701ae2cad34499187
parent27e53e835a3b6849a877c135a5dfe6d7b901befe
Put in a real isa_irq_pending() stub in order to remove two lines of dmesg
noise from sio per unit.  sio likes to probe if interrupts are configured
correctly by looking at the pending bits of the atpic in order to put a
non-fatal warning on the console.  I think I'd rather read the pending
bits from the apics, but I'm not sure its worth the hassle.
sys/amd64/amd64/machdep.c