summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewirereg.h
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-03-16 05:11:42 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-03-16 05:11:42 +0000
commit976c8eadc99d931392f5ba87186e085524ed2980 (patch)
tree5f912904bf906cdb26e8b33a64f2fbda44dffd34 /sys/dev/firewire/firewirereg.h
parentac447782605e71129819a854aac18d3c73e27a84 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire/firewirereg.h')
-rw-r--r--sys/dev/firewire/firewirereg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h
index 4061b8be41f2..0e037cc46cb8 100644
--- a/sys/dev/firewire/firewirereg.h
+++ b/sys/dev/firewire/firewirereg.h
@@ -152,7 +152,6 @@ struct firewire_comm{
struct callout busprobe_callout;
struct callout bmr_callout;
struct callout timeout_callout;
- struct callout retry_probe_callout;
uint32_t (*cyctimer) (struct firewire_comm *);
void (*ibr) (struct firewire_comm *);
uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
@@ -252,9 +251,7 @@ struct fw_xfer{
#define FWXF_BUSY 8
#define FWXF_RCVD 10
uint8_t state;
- uint8_t retry;
uint8_t tl;
- void (*retry_req) (struct fw_xfer *);
union{
void (*hand) (struct fw_xfer *);
} act;