]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/commit
When the igb driver is static there are cases when early interrupts occur,
authorjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Aug 2013 21:16:00 +0000 (21:16 +0000)
committerjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Aug 2013 21:16:00 +0000 (21:16 +0000)
commit5e6b5f041d4fb0f077964ed355d69d8f8abcf33a
tree59130e06bf245d009de3aff1caf5bcaa9fafb79e
parentf2d3553cba320f89f5eb6a33ee27a7e3fa4a51ac
When the igb driver is static there are cases when early interrupts occur,
resulting in a panic in refresh_mbufs, to prevent this add a check to the
interrupt handler for DRV_RUNNING.

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/releng/9.2@254009 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/e1000/if_igb.c