mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[siba] add DMA debugging section, for changes later on to DMA addressing.
This commit is contained in:
parent
005bba27dc
commit
27acc00c5b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue