svn commit: r268706 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Jul 15 18:24:42 UTC 2014


Author: np
Date: Tue Jul 15 18:24:41 2014
New Revision: 268706
URL: http://svnweb.freebsd.org/changeset/base/268706

Log:
  cxgbe(4): Display CF facility correctly in the device log.
  
  MFC after:	3 days

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

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Tue Jul 15 18:23:14 2014	(r268705)
+++ head/sys/dev/cxgbe/t4_main.c	Tue Jul 15 18:24:41 2014	(r268706)
@@ -5546,6 +5546,7 @@ const char *devlog_level_strings[] = {
 
 const char *devlog_facility_strings[] = {
 	[FW_DEVLOG_FACILITY_CORE]	= "CORE",
+	[FW_DEVLOG_FACILITY_CF]		= "CF",
 	[FW_DEVLOG_FACILITY_SCHED]	= "SCHED",
 	[FW_DEVLOG_FACILITY_TIMER]	= "TIMER",
 	[FW_DEVLOG_FACILITY_RES]	= "RES",


More information about the svn-src-head mailing list