diff options
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r-- | sys/dev/firewire/fwohcivar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 5e657cf..e3b50ea 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -61,6 +61,9 @@ typedef struct fwohci_softc { #define FWOHCI_DBCH_INIT (1<<0) #define FWOHCI_DBCH_FULL (1<<1) int buf_offset; +#define FWOHCI_DBCH_MAX_PAGES 32 + int npages; + void *pages[FWOHCI_DBCH_MAX_PAGES]; } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; u_int maxrec; u_int32_t *cromptr; |