From owner-freebsd-arch@FreeBSD.ORG Fri Aug 16 17:29:09 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EAEE3446; Fri, 16 Aug 2013 17:29:09 +0000 (UTC) (envelope-from arthurmesh@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0ECF25F2; Fri, 16 Aug 2013 17:29:09 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id lf1so2132870pab.10 for ; Fri, 16 Aug 2013 10:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=U1Z2fo4xpG71Quoi4iZcx3Djm19O4f0Gn97fImUYTjM=; b=Lqqy+UwccJgSGMN4M1dEZXhVyzA1WkRUATM4nKoqjwY4WXBsYfunQoMcxhxi09f00o TzgC+smMe3de+65tnP99F0d6M55K5heyki4/zq0NVp8Zi8z0Ru6azbnZ8d6E1bFs/L6v rtXb2Pe+dZ/+bTTL/f3SlRJCsVqunauh3q93pBrqJEdZuxAAgREIkvavuJ02otbSQs5Z yUhEg7ZfT1tcv72/rXTZFq7tKIzhrjRuNUVIZ5cqvBAyqE5Qx3puXmYTa4WRoZBtkAfB xOpA8H6P12pBOAIm23nGrY4ipyfjrlQE/Hx4SgQ8ToFpNraHLDVG+6CRXVsMRto1t+Ob d8Cg== X-Received: by 10.66.122.99 with SMTP id lr3mr2259147pab.187.1376674149310; Fri, 16 Aug 2013 10:29:09 -0700 (PDT) Received: from x96.org (x96.org. [64.85.165.177]) by mx.google.com with ESMTPSA id z14sm3313563pbt.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 16 Aug 2013 10:29:08 -0700 (PDT) Date: Fri, 16 Aug 2013 10:29:04 -0700 From: Arthur Mesh To: Dag-Erling Sm??rgrav Subject: Re: random(4) plugin infrastructure for mulitple RNG in a modular fashion Message-ID: <20130816172904.GF76666@x96.org> References: <20130807183112.GA79319@dragon.NUXI.org> <86pptfnu33.fsf@nine.des.no> <20130815231713.GD76666@x96.org> <20130816002625.GE76666@x96.org> <86siyakqow.fsf@nine.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86siyakqow.fsf@nine.des.no> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-arch@freebsd.org, secteam@freebsd.org, Philip Paeps X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:29:10 -0000 On Fri, Aug 16, 2013 at 10:03:43AM +0200, Dag-Erling Sm??rgrav wrote: > > If so, I'll ask obrien@ to commit it and note the change in > > UPDATING. Also, how do we deal with i386/amd64 specific devices in > > LINT? > > Not sure what you mean by that. I thought it would be prudent to add rdrand_rng/padlock_rng devices in to LINT kernel. But since both of these devices are platform specific (amd64/i386), I am not sure about the preferred way to accomplish that. Thanks