Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2005 17:02:12 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        Frank Staals <frankstaals@gmx.net>
Cc:        questions@freebsd.org
Subject:   Re: Make fails when recompiling kernel with FAST_IPSEC on 5.4
Message-ID:  <430B9CE4.1030401@daleco.biz>
In-Reply-To: <430B843F.6050908@gmx.net>
References:  <430B843F.6050908@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Frank Staals wrote:

> Hey,
>
> Todya I tried recompiling my kernel with the FAST_IPSEC
> option, but when doing 'make' the compiling failed. The
> only thing changed in my existing kernel was the added
> line 'options       FAST_IPSEC' , without that option it
> compiled fine last time. I'm running FreeBSD 5.4 i386.
>
> Kernelconfig:
> http://fstaals.net/junk/RIZAKERNEL
>
> Compile log:
> http://fstaals.net/junk/kernel.out
>
> The same problem seems to exist when compiling a kernel with 
> FAST_IPSEC on 6.0 BETA 1 amd64
>
> Thanks in advance
>

I assume you also have all the following?

device          crypto          # core crypto support
device          cryptodev       # /dev/crypto for access to h/w
device          rndtest         # FIPS 140-2 entropy tester
device          hifn            # Hifn 7951, 7781, etc.
options         HIFN_DEBUG      # enable debugging support: hw.hifn.debug
options         HIFN_RNDTEST    # enable rndtest support
device          ubsec           # Broadcom 5501, 5601, 58xx
options         UBSEC_DEBUG     # enable debugging support: hw.ubsec.debug
options         UBSEC_RNDTEST   # enable rndtest support


see /sys/conf/NOTES.

HTH,

Kevin Kinsey



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