summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2015-04-08 05:02:21 +0000
committernp <np@FreeBSD.org>2015-04-08 05:02:21 +0000
commit2b6fc4ffc5a1799ecb5fe84bff28f6269467b33c (patch)
tree97e4081f0eaf69adef8bcda167fabf8ca4454aea /sys/dev
parent01588ba9106ed2a735c340f7c484072bdb0458fb (diff)
downloadFreeBSD-src-2b6fc4ffc5a1799ecb5fe84bff28f6269467b33c.zip
FreeBSD-src-2b6fc4ffc5a1799ecb5fe84bff28f6269467b33c.tar.gz
MFC r279092:
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.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgbe/t4_sge.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c
index d35c77e..3a3ac7c 100644
--- a/sys/dev/cxgbe/t4_sge.c
+++ b/sys/dev/cxgbe/t4_sge.c
@@ -1244,9 +1244,6 @@ t4_teardown_port_queues(struct port_info *pi)
free_ofld_rxq(pi, ofld_rxq);
}
#endif
-#ifdef DEV_NETMAP
- CXGBE_UNIMPLEMENTED(__func__);
-#endif
return (0);
}
OpenPOWER on IntegriCloud