summaryrefslogtreecommitdiffstats
path: root/sys/dev/rr232x/osm_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rr232x/osm_bsd.c')
-rw-r--r--sys/dev/rr232x/osm_bsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/rr232x/osm_bsd.c b/sys/dev/rr232x/osm_bsd.c
index 1e77fbf..ae394f4 100644
--- a/sys/dev/rr232x/osm_bsd.c
+++ b/sys/dev/rr232x/osm_bsd.c
@@ -1088,7 +1088,8 @@ static void hpt_final_init(void *dummy)
}
vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
- vbus_ext, 0, os_max_queue_comm, /*tagged*/8, devq);
+ vbus_ext, 0, &Giant,
+ os_max_queue_comm, /*tagged*/8, devq);
if (!vbus_ext->sim) {
os_printk("cam_sim_alloc failed");
OpenPOWER on IntegriCloud