From owner-svn-src-all@FreeBSD.ORG Sun Nov 14 23:13:27 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF325106566C; Sun, 14 Nov 2010 23:13:27 +0000 (UTC) (envelope-from gavin@ury.york.ac.uk) Received: from gse-mta-27.emailfiltering.com (gse-mta-27-tx.emailfiltering.com [194.116.198.158]) by mx1.freebsd.org (Postfix) with ESMTP id EDFFA8FC0A; Sun, 14 Nov 2010 23:13:26 +0000 (UTC) Received: from mail-gw13.york.ac.uk ([144.32.129.163]) by gse-mta-27.emailfiltering.com with emfmta (version 4.6.0.72) by TLS id 810217688 for marius@FreeBSD.org; 6ae18208c040f1d1; Sun, 14 Nov 2010 23:13:25 +0000 Received: from ury.york.ac.uk ([144.32.108.81]:45033) by mail-gw13.york.ac.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1PHllE-0004I9-RV; Sun, 14 Nov 2010 23:13:24 +0000 Received: from gavin (helo=localhost) by ury.york.ac.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1PHllE-0004B7-K5; Sun, 14 Nov 2010 23:13:24 +0000 Date: Sun, 14 Nov 2010 23:13:24 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Marius Strobl In-Reply-To: <201011141309.oAED9Xcv082719@svn.freebsd.org> Message-ID: References: <201011141309.oAED9Xcv082719@svn.freebsd.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215295 - head/sys/opencrypto X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:13:27 -0000 On Sun, 14 Nov 2010, Marius Strobl wrote: > Author: marius > Date: Sun Nov 14 13:09:32 2010 > New Revision: 215295 > URL: http://svn.freebsd.org/changeset/base/215295 > > Log: > Let cryptosoft(4) add its pseudo-device with a specific unit number and its > probe method return BUS_PROBE_NOWILDCARD so it doesn't get attached to real > devices hanging off of nexus(4) with no specific devclass set. Actually, the > more desirable fix for this would be to get rid of the newbus interface of > cryptosoft(4) altogether but apparently crypto(9) was written with support > for cryptographic hardware in mind so that approach would require some KPI > breaking changes which don't seem worth it. I'm guessing this fixes kern/132129 and kern/136123? Thanks, Gavin