svn commit: r218583 - head/sys/dev/e1000

Fabien Thomas fabien.thomas at netasq.com
Mon Feb 14 16:23:00 UTC 2011


> 
> 
> @@ -1937,6 +1937,10 @@ igb_local_timer(void *arg)
> 			goto timeout;
> out:
> 	callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
> +#ifndef DEVICE_POLLING
> +	/* Fire off all queue interrupts - deadlock protection */
> +	E1000_WRITE_REG(&adapter->hw, E1000_EICS, adapter->que_mask);
> +#endif
> 	return;

It seems this one need a check on the polling runtime interface flag?

Fabien






More information about the svn-src-all mailing list