Deleted Added
full compact
97c97
< __FBSDID("$FreeBSD: head/sys/dev/mpt/mpt_cam.c 168470 2007-04-07 18:15:52Z mjacob $");
---
> __FBSDID("$FreeBSD: head/sys/dev/mpt/mpt_cam.c 168752 2007-04-15 08:49:19Z scottl $");
314c314
< mpt->unit, 1, maxq, devq);
---
> mpt->unit, &Giant, 1, maxq, devq);
351c351
< mpt->unit, 1, maxq, devq);
---
> mpt->unit, &Giant, 1, maxq, devq);
2089a2090
> struct cam_sim *sim;
2098c2099
< pathid = cam_sim_path(mpt->phydisk_sim);;
---
> sim = mpt->phydisk_sim;
2100c2101
< pathid = cam_sim_path(mpt->sim);
---
> sim = mpt->sim;
2101a2103
> pathid = cam_sim_path(sim);
2107c2109
< ccb = xpt_alloc_ccb_nowait();
---
> ccb = xpt_alloc_ccb_nowait(sim);