summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/firewire.c')
-rw-r--r--sys/dev/firewire/firewire.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index 89f4598..e0dbad1 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -698,10 +698,10 @@ void fw_init(struct firewire_comm *fc)
fc->atq->queued = 0;
fc->ats->queued = 0;
- fc->arq->psize = FWPMAX_S400;
- fc->ars->psize = FWPMAX_S400;
- fc->atq->psize = FWPMAX_S400;
- fc->ats->psize = FWPMAX_S400;
+ fc->arq->psize = PAGE_SIZE;
+ fc->ars->psize = PAGE_SIZE;
+ fc->atq->psize = 0;
+ fc->ats->psize = 0;
fc->arq->buf = NULL;
OpenPOWER on IntegriCloud