Date: Wed, 19 Sep 2012 15:38:02 -0700 From: David O'Brien <obrien@FreeBSD.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: freebsd-security@FreeBSD.org Subject: Re: Collecting entropy from device_attach() times. Message-ID: <20120919223802.GA26016@dragon.NUXI.org> In-Reply-To: <20120919223459.GC25606@dragon.NUXI.org> References: <20120918211422.GA1400@garage.freebsd.pl> <20120919223459.GC25606@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 19, 2012 at 03:34:59PM -0700, David O'Brien (@FreeBSD) wrote: > Index: sys/sys/random.h > @@ -57,6 +58,7 @@ struct harvest_select { > int point_to_point; > int interrupt; > int swi; > + int device; > }; Should be "int devprobe".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120919223802.GA26016>