Author: np
Date: Fri Feb 20 22:57:54 2015
New Revision: 279092
URL: https://svnweb.freebsd.org/changeset/base/279092

Log:
  cxgbe(4): there is no need to force an "unimplemented" panic needlessly.
  The calls to free_nm_txq and free_nm_rxq are made just a few lines prior
  to the panic.

Modified:
  head/sys/dev/cxgbe/t4_sge.c

Modified: head/sys/dev/cxgbe/t4_sge.c
==============================================================================
--- head/sys/dev/cxgbe/t4_sge.c Fri Feb 20 22:52:24 2015        (r279091)
+++ head/sys/dev/cxgbe/t4_sge.c Fri Feb 20 22:57:54 2015        (r279092)
@@ -1249,9 +1249,6 @@ t4_teardown_port_queues(struct port_info
                        free_ofld_rxq(pi, ofld_rxq);
        }
 #endif
-#ifdef DEV_NETMAP
-       CXGBE_UNIMPLEMENTED(__func__);
-#endif
 
        return (0);
 }
_______________________________________________
[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