Page MenuHomeFreeBSD

D3718.diff
No OneTemporary

D3718.diff

Index: sys/dev/ixl/if_ixl.c
===================================================================
--- sys/dev/ixl/if_ixl.c
+++ sys/dev/ixl/if_ixl.c
@@ -160,8 +160,10 @@
/* Sysctl debug interface */
+#ifdef IXL_DEBUG_SYSCTL
static int ixl_debug_info(SYSCTL_HANDLER_ARGS);
static void ixl_print_debug_info(struct ixl_pf *);
+#endif
/* The MSI/X Interrupt handlers */
static void ixl_intr(void *);
@@ -4373,6 +4375,7 @@
IXL_PF_UNLOCK(pf);
}
+#ifdef IXL_DEBUG_SYSCTL
static int
ixl_debug_info(SYSCTL_HANDLER_ARGS)
{
@@ -4437,6 +4440,7 @@
reg = rd32(hw, I40E_GLPRT_MLFC(hw->port));
printf("mac local fault = %x\n", reg);
}
+#endif
/**
* Update VSI-specific ethernet statistics counters.

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 27, 6:43 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14894749
Default Alt Text
D3718.diff (710 B)

Event Timeline