Date: Tue, 16 Dec 2008 16:54:51 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200812161655.mBGGt2pj097062@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2008-12-16 16:54:51 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: SVN rev 186184 on 2008-12-16 16:54:51Z by trasz Get rid of dead_sim. There is no way to make it work - any attempt to actually use it would panic on mtx operation, as dead_sim doesn't have a proper mutex. Even if it had a properly initialized mutex, it wouldn't have properly locked and owned one. Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Revision Changes Path 1.199 +5 -100 src/sys/cam/cam_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812161655.mBGGt2pj097062>