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
};
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"