diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-07-20 03:42:57 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-07-20 03:42:57 +0000 |
| commit | b0f99fbdbce8e4f06f8468e2e1493b1ed9ed1d65 (patch) | |
| tree | 3eb0e4ece6b47b409752009f32cacba6899da793 /sys/dev/firewire/firewirereg.h | |
| parent | 8ea9716c0cdc149f97e6c2d20ed85a93fa9c8441 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewirereg.h')
| -rw-r--r-- | sys/dev/firewire/firewirereg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 0ceb5a2eb0f8..73445e023d43 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -134,6 +134,7 @@ struct firewire_comm{ *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; struct fw_xferlist tlabels[0x40]; u_char last_tlabel[0x40]; + struct mtx tlabel_lock; STAILQ_HEAD(, fw_bind) binds; STAILQ_HEAD(, fw_device) devices; u_int sid_cnt; |
