summaryrefslogtreecommitdiff
path: root/sys/dev/hptrr
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-07-08 15:54:38 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-07-08 15:54:38 +0000
commit3e4e5885166ea909e8b4fb152427c50e5d311a22 (patch)
tree260ba987465e78fcc7ff03a72af3139f5433ab15 /sys/dev/hptrr
parent4cc2d04e9ff74048f1e5c8147a27a69d8a5f4add (diff)
Notes
Diffstat (limited to 'sys/dev/hptrr')
-rw-r--r--sys/dev/hptrr/hptrr_osm_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c
index 3c31f8cadd5c..798c2dd2262a 100644
--- a/sys/dev/hptrr/hptrr_osm_bsd.c
+++ b/sys/dev/hptrr/hptrr_osm_bsd.c
@@ -1355,7 +1355,7 @@ static int hpt_rescan_bus(void)
ldm_for_each_vbus(vbus, vbus_ext) {
if ((ccb = xpt_alloc_ccb()) == NULL)
return(ENOMEM);
- if (xpt_create_path(&ccb->ccb_h.path, xpt_periph,
+ if (xpt_create_path(&ccb->ccb_h.path, NULL,
cam_sim_path(vbus_ext->sim),
CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
xpt_free_ccb(ccb);