summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_tracer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cxgbe/t4_tracer.c')
-rw-r--r--sys/dev/cxgbe/t4_tracer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c
index 771636a..32816ce 100644
--- a/sys/dev/cxgbe/t4_tracer.c
+++ b/sys/dev/cxgbe/t4_tracer.c
@@ -123,7 +123,8 @@ t4_cloner_match(struct if_clone *ifc, const char *name)
{
if (strncmp(name, "t4nex", 5) != 0 &&
- strncmp(name, "t5nex", 5) != 0)
+ strncmp(name, "t5nex", 5) != 0 &&
+ strncmp(name, "t6nex", 5) != 0)
return (0);
if (name[5] < '0' || name[5] > '9')
return (0);
@@ -470,6 +471,7 @@ tracer_ioctl(struct ifnet *ifp, unsigned long cmd, caddr_t data)
break;
case SIOCSIFMEDIA:
case SIOCGIFMEDIA:
+ case SIOCGIFXMEDIA:
sx_xlock(&t4_trace_lock);
sc = ifp->if_softc;
if (sc == NULL)
OpenPOWER on IntegriCloud