diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-04-14 09:55:48 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-04-14 09:55:48 +0000 |
| commit | e5dfa058dab8fa6b71f15a4212dc1ec68b04bfea (patch) | |
| tree | df9949ed179b54ed307f0058d4d461e9e3179b33 /sys/dev/hpt27xx | |
| parent | cccf422080e22281bbcb96e29128a89ce00cd4d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hpt27xx')
| -rw-r--r-- | sys/dev/hpt27xx/osm_bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hpt27xx/osm_bsd.c b/sys/dev/hpt27xx/osm_bsd.c index 9f4d1b96f074..59707caaae4d 100644 --- a/sys/dev/hpt27xx/osm_bsd.c +++ b/sys/dev/hpt27xx/osm_bsd.c @@ -1347,7 +1347,7 @@ static int hpt_rescan_bus(void) #endif ldm_for_each_vbus(vbus, vbus_ext) { - if (xpt_create_path(&path, xpt_periph, cam_sim_path(vbus_ext->sim), + if (xpt_create_path(&path, NULL, cam_sim_path(vbus_ext->sim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) return(EIO); if ((ccb = malloc(sizeof(union ccb), M_TEMP, M_WAITOK)) == NULL) |
