Date: Fri, 23 Feb 2007 05:47:37 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c cam_xpt.h Message-ID: <200702230547.l1N5lbaT022140@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2007-02-23 05:47:37 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c cam_xpt.h Log: Add an xpt_rescan function and a thread that will field rescan requests. The purpose of this is to allow a SIM (or other entities) to request a bus rescan and have it then fielded in a different (process) context from the caller. There are probably better ways to accomplish this, but it's a very small change that helps solve a number of problems. Reviewed by: Justin, Ken and Scott. MFC after: 2 weeks Revision Changes Path 1.174 +49 -4 src/sys/cam/cam_xpt.c 1.7 +1 -0 src/sys/cam/cam_xpt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702230547.l1N5lbaT022140>