Date: Sun, 14 Nov 2010 13:09:32 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/opencrypto cryptosoft.c Message-ID: <201011141309.oAED9luC043154@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-11-14 13:09:32 UTC FreeBSD src repository Modified files: sys/opencrypto cryptosoft.c Log: SVN rev 215295 on 2010-11-14 13:09:32Z by marius 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. MFC after: 1 week Revision Changes Path 1.27 +2 -2 src/sys/opencrypto/cryptosoft.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011141309.oAED9luC043154>