CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2011/11/29 04:53:25

Modified files:
        sys/dev/pci    : if_vic.c 

Log message:
Do not blindly return 1 from the interrupt handler since we do not know
if we actually did any work. Otherwise devices sharing this interrupt will
not have their interrupt handler run, possibly leading to the kernel
spinning in the vic(4) interrupt handler.

ok dlg@

Reply via email to