Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 00:50:31 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/opencrypto cryptosoft.c
Message-ID:  <201011210050.oAL0otbk033576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-11-21 00:50:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/opencrypto       cryptosoft.c 
  Log:
  SVN rev 215601 on 2010-11-21 00:50:31Z by marius
  
  MFC: r215295
  
  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.
  
  Revision  Changes    Path
  1.19.2.4  +2 -2      src/sys/opencrypto/cryptosoft.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011210050.oAL0otbk033576>