aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1999-12-20 21:32:32 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1999-12-20 21:32:32 +0000
commit038fc50e5abfc0422c7a0f7546828e10961a805a (patch)
tree0938d00a84c3d29161629f7bf897bf4f50a2d44d /sys
parent1b365e7039c0f9358cca91d951de871f40cf169e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index d28c23996fce..8d1f0a0b3a75 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -5672,8 +5672,8 @@ bus_reset:
ahc_search_qinfifo(ahc, SCB_TARGET(scb),
channel, SCB_LUN(scb),
SCB_LIST_NULL,
- CAM_REQUEUE_REQ,
ROLE_INITIATOR,
+ CAM_REQUEUE_REQ,
SEARCH_COMPLETE);
xpt_print_path(scb->ccb->ccb_h.path);
printf("Queuing a BDR SCB\n");
@@ -5862,7 +5862,7 @@ ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel,
active_scb = ahc_inb(ahc, SCBPTR);
found = ahc_search_qinfifo(ahc, target, channel, lun, tag,
- CAM_REQUEUE_REQ, role, SEARCH_COMPLETE);
+ role, CAM_REQUEUE_REQ, SEARCH_COMPLETE);
/*
* Search waiting for selection list.