diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-06-10 02:37:15 -0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2010-06-10 02:37:15 -0400 |
commit | 7e0e314f198d5048b74c8f0ef9f4c1c02e5ecfc9 (patch) | |
tree | 513fcf8f87f6b24121d4e4eb07e1345e29d81db2 /include/linux/firewire.h | |
parent | 4ffb7a6a066e4be4577976d1c08e237c7479770a (diff) |
firewire: core: add CSR abdicate support
Implement the abdicate bit, which is required for bus manager
capable nodes and tested by the Base 1394 Test Suite.
Finally, something to do at a command reset! :-)
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r-- | include/linux/firewire.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index f1160e831dad..4d22643215ef 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -119,6 +119,8 @@ struct fw_card { | |||
119 | int bm_retries; | 119 | int bm_retries; |
120 | int bm_generation; | 120 | int bm_generation; |
121 | __be32 bm_transaction_data[2]; | 121 | __be32 bm_transaction_data[2]; |
122 | bool bm_abdicate; /* value of csr_abdicate before last bus reset */ | ||
123 | bool csr_abdicate; /* visible in CSR STATE_CLEAR/SET registers */ | ||
122 | 124 | ||
123 | bool broadcast_channel_allocated; | 125 | bool broadcast_channel_allocated; |
124 | u32 broadcast_channel; | 126 | u32 broadcast_channel; |