From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 22:02:46 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F063516A41F for ; Tue, 23 Aug 2005 22:02:46 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCAB43D62 for ; Tue, 23 Aug 2005 22:02:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j7NM2NXp042331; Tue, 23 Aug 2005 17:02:27 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <430B9CE4.1030401@daleco.biz> Date: Tue, 23 Aug 2005 17:02:12 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050709 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Staals References: <430B843F.6050908@gmx.net> In-Reply-To: <430B843F.6050908@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Make fails when recompiling kernel with FAST_IPSEC on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 22:02:47 -0000 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