Date: Tue, 20 Mar 2007 06:21:47 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c Message-ID: <200703200621.l2K6LlCJ067508@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2007-03-20 06:21:47 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: cxgb_stop is only called from cxgb_ioctl so: - don't acquire port lock, already held in ioctl - rename to cxgb_stop_locked - switch callout_drain to callout_stop to avoid a hang from having the port lock held Revision Changes Path 1.4 +7 -6 src/sys/dev/cxgb/cxgb_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703200621.l2K6LlCJ067508>