summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2000-09-25 21:57:53 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2000-09-25 21:57:53 +0000
commitc0048ca25bd5523dea939a3de1f00eaec8b51674 (patch)
treecba27e2b31d5500d3972f5c625c71cc2926f7cfa
parent4117b346a64e752f12e1b67770e9e89108702367 (diff)
Notes
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index b5da00ff4655..5c54b18b3246 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -1867,7 +1867,7 @@ ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
period = tinfo->goal.period;
ppr_options = tinfo->goal.ppr_options;
- if (dosync)
+ if (use_ppr == 0)
ppr_options = 0;
rate = ahc_devlimited_syncrate(ahc, &period, &ppr_options);
offset = tinfo->goal.offset;