Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 00:07:07 +0100
From:      Chargen <chargen@gmail.com>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        current@freebsd.org
Subject:   Re: IPSEC/crypto is broken in FreeBSD/powerpc 7.0-RELEASE!
Message-ID:  <292361ab0803041507w2f384305k4461200b78ab0351@mail.gmail.com>
In-Reply-To: <20080304.155256.910758059.imp@bsdimp.com>
References:  <0B526200-AE42-436D-BB28-51B396D95FC5@rabson.org> <20080304.083144.1219863991.imp@bsdimp.com> <292361ab0803041437t48245090y3db91d2e7d9a0c9b@mail.gmail.com> <20080304.155256.910758059.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 4, 2008 at 11:52 PM, M. Warner Losh <imp@bsdimp.com> wrote:

> In message: <292361ab0803041437t48245090y3db91d2e7d9a0c9b@mail.gmail.com>
>            Chargen <chargen@gmail.com> writes:
>
> : on the topic of IPSEC/Crypto/Cryptodev (soft), is anyone interested in
> : testing pr- 120270 (feature request
> : http://www.freebsd.org/cgi/query-pr.cgi?pr=120270 ) - because there are
> : still some features missing like AES-192/256 hardware support
>
> There seems to be a number of changes swizzled together in the diff in
> this PR.  Things like:
>
>  #if defined(__OpenBSD__) || defined(__FreeBSD__)
> -        ENGINE_load_cryptodev();
> +#define HAVE_CRYPTODEV
>  #endif
>  #endif
> +#ifdef HAVE_CRYPTODEV
> +        ENGINE_load_cryptodev();
> +#endif
>
> and then later
>
>  void *ENGINE_get_static_state(void);
> -#if defined(__OpenBSD__) || defined(__FreeBSD__)
> +#if defined(__OpenBSD__) || defined(__FreeBSD__) ||
> defined(HAVE_CRYPTODEV)
>  void ENGINE_setup_bsd_cryptodev(void);
>
> and the like.
>
> Warner
>


Ai.. thanks for noticing (where was my mind ?  :-) But I don't want to
resubmit that particular diff, perhaps an expert will resolve these
eventually .. again, thanks :-)     back on topic.. nexus0-cryptodev broken
on powerpc

regards,
Chargen



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