Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/cam/cam_xpt.c 249466 2013-04-14 09:28:14Z mav $");
---
> __FBSDID("$FreeBSD: head/sys/cam/cam_xpt.c 249468 2013-04-14 09:55:48Z mav $");
454c454
< if (xpt_create_path(&ccb->ccb_h.path, xpt_periph,
---
> if (xpt_create_path(&ccb->ccb_h.path, NULL,
490c490
< if (xpt_create_path(&ccb.ccb_h.path, xpt_periph,
---
> if (xpt_create_path(&ccb.ccb_h.path, NULL,
2921c2921
< if (xpt_create_path(&cam_dpath, xpt_periph,
---
> if (xpt_create_path(&cam_dpath, NULL,
4643c4643
< if (xpt_create_path_unlocked(&cam_dpath, xpt_periph,
---
> if (xpt_create_path_unlocked(&cam_dpath, NULL,