Author: jfv
Date: Mon Jan 24 18:03:45 2011
New Revision: 217795
URL: http://svn.freebsd.org/changeset/base/217795

Log:
  MFC 217705 - remove bogus TX UNLOCK

Modified:
  stable/8/sys/dev/ixgbe/ixgbe.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- stable/8/sys/dev/ixgbe/ixgbe.c      Mon Jan 24 17:53:58 2011        
(r217794)
+++ stable/8/sys/dev/ixgbe/ixgbe.c      Mon Jan 24 18:03:45 2011        
(r217795)
@@ -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);
 }
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to