Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 04:01:33 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300181 - head/sys/dev/siba
Message-ID:  <201605190401.u4J41Xeq056953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu May 19 04:01:33 2016
New Revision: 300181
URL: https://svnweb.freebsd.org/changeset/base/300181

Log:
  [siba] add DMA debugging section, for changes later on to DMA addressing.

Modified:
  head/sys/dev/siba/siba_core.c

Modified: head/sys/dev/siba/siba_core.c
==============================================================================
--- head/sys/dev/siba/siba_core.c	Thu May 19 03:56:07 2016	(r300180)
+++ head/sys/dev/siba/siba_core.c	Thu May 19 04:01:33 2016	(r300181)
@@ -69,6 +69,7 @@ enum {
 	SIBA_DEBUG_SWITCHCORE	= 0x00000008,	/* switching core */
 	SIBA_DEBUG_SPROM	= 0x00000010,	/* SPROM */
 	SIBA_DEBUG_CORE		= 0x00000020,	/* handling cores */
+	SIBA_DEBUG_DMA		= 0x00000040,	/* DMA bits */
 	SIBA_DEBUG_ANY		= 0xffffffff
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605190401.u4J41Xeq056953>