Author: mav
Date: Fri Oct 23 11:26:58 2009
New Revision: 198385
URL: http://svn.freebsd.org/changeset/base/198385
Log:
Fix the build.
Modified:
head/sys/cam/cam_xpt.c
Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c Fri Oct 23 11:13:08 2009 (r198384)
+++ head/sys/cam/cam_xpt.c Fri Oct 23 11:26:58 2009 (r198385)
@@ -812,7 +812,7 @@ xpt_scanner_thread(void *dummy)
else
ccb->ccb_h.func_code = XPT_SCAN_LUN;
ccb->ccb_h.cbfcnp = xptdone;
- xpt_setup_ccb(&ccb->ccb_h, ccb->ccb_h.path,
CAM_PRIORITY_BUS);
+ xpt_setup_ccb(&ccb->ccb_h, ccb->ccb_h.path,
CAM_PRIORITY_NORMAL);
cam_periph_runccb(ccb, NULL, 0, 0, NULL);
xpt_free_path(ccb->ccb_h.path);
xpt_free_ccb(ccb);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"