Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 23:55:28 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217705 - head/sys/dev/ixgbe
Message-ID:  <201101212355.p0LNtSaZ071917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jfv
Date: Fri Jan 21 23:55:28 2011
New Revision: 217705
URL: http://svn.freebsd.org/changeset/base/217705

Log:
  Leftover bogus TX UNLOCK removed. Thanks to
  Andrew Boyer.

Modified:
  head/sys/dev/ixgbe/ixgbe.c

Modified: head/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.c	Fri Jan 21 22:15:17 2011	(r217704)
+++ head/sys/dev/ixgbe/ixgbe.c	Fri Jan 21 23:55:28 2011	(r217705)
@@ -1870,7 +1870,6 @@ hung:
 	    txr->me, txr->tx_avail, txr->next_to_clean);
 	adapter->ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
 	adapter->watchdog_events++;
-	IXGBE_TX_UNLOCK(txr);
 	ixgbe_init_locked(adapter);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101212355.p0LNtSaZ071917>