Date: Tue, 31 Aug 2010 20:56:18 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <201008312056.o7VKuWCo041825@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-08-31 20:56:18 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 212071 on 2010-08-31 20:56:18Z by yongari Remove unnecessary atomic operation in bge_poll. bge(4) always holds a driver lock in the function entry and memory synchronization is handled by bus_dmamap_sync(9). Revision Changes Path 1.300 +2 -2 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008312056.o7VKuWCo041825>