Page MenuHomeFreeBSD

D51167.diff
No OneTemporary

D51167.diff

diff --git a/sys/cam/cam_xpt.h b/sys/cam/cam_xpt.h
--- a/sys/cam/cam_xpt.h
+++ b/sys/cam/cam_xpt.h
@@ -153,7 +153,7 @@
{
bzero(cpi, sizeof(*cpi));
- xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL);
+ xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NONE);
cpi->ccb_h.func_code = XPT_PATH_INQ;
xpt_action((union ccb *)cpi);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 5:06 PM (4 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35409026
Default Alt Text
D51167.diff (339 B)

Event Timeline