svn commit: r217705 - head/sys/dev/ixgbe

Jack F Vogel jfv at FreeBSD.org
Fri Jan 21 23:55:29 UTC 2011


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);
 }
 


More information about the svn-src-head mailing list