]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r222542:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Jun 2011 00:38:25 +0000 (00:38 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Jun 2011 00:38:25 +0000 (00:38 +0000)
commitae59bd539d19f6235d630e441d00c835b6df9d40
treea28dac1806d740208b174e4af0627a9c3d686e9f
parent5e06e3e3d5a445ac0facbd1cf2f1c7a4ab2273e5
MFC r222542:
  If driver is not running, disable interrupts and do not try to
  process received frames.  Previously it was possible to handle RX
  interrupts even if controller is not fully initialized. This
  resulted in non-working driver after system is up and running.

  Reported by: hselasky
  Tested by: hselasky

git-svn-id: svn://svn.freebsd.org/base/stable/8@223392 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/nfe/if_nfe.c