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