summaryrefslogtreecommitdiff
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-04-15 08:49:19 +0000
committerScott Long <scottl@FreeBSD.org>2007-04-15 08:49:19 +0000
commit2b83592fdcb9e7c201677f3605b9e8738a6b0737 (patch)
tree010146772b36d16e6f98671b4bed7ce094acd633 /sys/dev/aha
parent4f450d951a7b14cda1b359646ec580a82b4f012e (diff)
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/aha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index 714c1bb9aee9..b52b201b47ca 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -605,8 +605,8 @@ aha_attach(struct aha_softc *aha)
/*
* Construct our SIM entry
*/
- aha->sim = cam_sim_alloc(ahaaction, ahapoll, "aha", aha, aha->unit, 2,
- tagged_dev_openings, devq);
+ aha->sim = cam_sim_alloc(ahaaction, ahapoll, "aha", aha, aha->unit,
+ &Giant, 2, tagged_dev_openings, devq);
if (aha->sim == NULL) {
cam_simq_free(devq);
return (ENOMEM);