summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/if_fwevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/if_fwevar.h')
-rw-r--r--sys/dev/firewire/if_fwevar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h
index afaa1ae..6eb6ff7 100644
--- a/sys/dev/firewire/if_fwevar.h
+++ b/sys/dev/firewire/if_fwevar.h
@@ -43,8 +43,9 @@ struct fwe_softc {
short stream_ch;
short dma_ch;
struct fw_pkt pkt_hdr;
+ STAILQ_HEAD(, fw_xfer) xferlist;
struct fwe_eth_softc {
- /* XXX this must be first for if_ethersub.c */
+ /* XXX this must be the first for if_ethersub.c */
struct arpcom arpcom; /* ethernet common data */
#define fwe_if eth_softc.arpcom.ac_if
struct fwe_softc *fwe;
OpenPOWER on IntegriCloud