summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohcivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r--sys/dev/firewire/fwohcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h
index 356bb19..6b7c954 100644
--- a/sys/dev/firewire/fwohcivar.h
+++ b/sys/dev/firewire/fwohcivar.h
@@ -60,7 +60,7 @@ typedef struct fwohci_softc {
int flags;
#define FWOHCI_DBCH_FULL (1<<1)
int buf_offset;
- } arrq, arrs, atrq, atrs, it[OHCI_MAX_DMA_CH], ir[OHCI_MAX_DMA_CH];
+ } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH];
u_int maxrec;
u_int32_t *cromptr;
u_int32_t intmask;
OpenPOWER on IntegriCloud