summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohcivar.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-03-16 04:25:02 +0000
committersimokawa <simokawa@FreeBSD.org>2007-03-16 04:25:02 +0000
commit163503cb40fb8c480eb1dc1229e3b59877507022 (patch)
tree86c71c3f10538120c98676a87ecf4c0ffaa3f77c /sys/dev/firewire/fwohcivar.h
parent9dd2be0d641e5fdca8ce09b1136f999d66de7374 (diff)
downloadFreeBSD-src-163503cb40fb8c480eb1dc1229e3b59877507022.zip
FreeBSD-src-163503cb40fb8c480eb1dc1229e3b59877507022.tar.gz
Detect cycle lost.
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r--sys/dev/firewire/fwohcivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h
index 3002b63..8435c5d 100644
--- a/sys/dev/firewire/fwohcivar.h
+++ b/sys/dev/firewire/fwohcivar.h
@@ -81,6 +81,7 @@ typedef struct fwohci_softc {
uint32_t intstat;
struct task fwohci_task_complete;
#endif
+ int cycle_lost;
} fwohci_softc_t;
void fwohci_intr (void *arg);
OpenPOWER on IntegriCloud