Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 17:04:07 +0100
From:      Fabien Thomas <fabien.thomas@netasq.com>
To:        Jack F Vogel <jfv@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r218583 - head/sys/dev/e1000
Message-ID:  <D267A57E-3B9F-4802-9971-E8C8358B7EB3@netasq.com>
In-Reply-To: <201102111949.p1BJn7dd072027@svn.freebsd.org>
References:  <201102111949.p1BJn7dd072027@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> @@ -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







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D267A57E-3B9F-4802-9971-E8C8358B7EB3>