aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-04-04 02:22:42 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-04-04 02:22:42 +0000
commit8ea807adf555f9883a4909dcfc79de5e822257c1 (patch)
treec7f00433b9f7af47920024272ce0a9bfb901c08c /sys/dev/isp
parent92718a7fc7bed85afb896e01df3c10a51f3aed2a (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index ff1d57bbb4d7..2c42f81d53ff 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1,4 +1,4 @@
-/* $Id: isp_freebsd.c,v 1.14 1999/03/25 22:52:44 mjacob Exp $ */
+/* $Id: isp_freebsd.c,v 1.15 1999/04/04 01:35:03 mjacob Exp $ */
/* release_4_3_99 */
/*
* Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
@@ -806,10 +806,9 @@ isp_attach(struct ispsoftc *isp)
isp->isp_osinfo._link.adapter_targ =
((sdparam *)isp->isp_param)->isp_initiator_id;
scbus->maxtarg = MAX_TARGETS-1;
+ (void) isp_control(isp, ISPCTL_RESET_BUS, NULL);
}
- (void) isp_control(isp, ISPCTL_RESET_BUS, NULL);
-
/*
* Prepare the scsibus_data area for the upperlevel scsi code.
*/