Date: Fri, 1 Aug 2008 20:39:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nvram nvram.c Message-ID: <200808012039.m71KdPu9067600@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-08-01 20:39:18 UTC FreeBSD src repository Modified files: sys/dev/nvram nvram.c Log: SVN rev 181132 on 2008-08-01 20:39:18Z by jhb - Use an sx lock to serialize writes since they update the checksum. - Remove D_NEEDGIANT as the rtc drivers already have their own locks, so this doesn't need Giant. MFC after: 1 week Revision Changes Path 1.3 +14 -3 src/sys/dev/nvram/nvram.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808012039.m71KdPu9067600>