From owner-freebsd-current@FreeBSD.ORG Tue Mar 4 02:20:52 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307051065673 for ; Tue, 4 Mar 2008 02:20:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 02BB18FC23 for ; Tue, 4 Mar 2008 02:20:51 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.3] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m242KoBA013145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Mar 2008 18:20:51 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <47CCB187.8070808@FreeBSD.org> Date: Mon, 03 Mar 2008 18:18:47 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: re@FreeBSD.org, "George V. Neville-Neil" , "current@freebsd.org" Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: IPSEC/crypto is broken in FreeBSD/powerpc 7.0-RELEASE! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 02:20:52 -0000 Hi, It appears to be that "options IPSEC" along with "device crypto" breaks FreeBSD/powerpc kernel badly. When enabling these options, apparently kernel doesn't perform any initialization tasks (I don't see usual probe/init sequence output) but jumps straight into root fs mounting after initing crypto(4) and ipsec(4), which is not usable since no devices has been attached. Keyboard is not working either. Screenshot of console with IPSEC/crypto enabled: http://sobomax.homeunix.org/~sobomax/powerpc_ipsec_RELENG_7.jpg Screenshot with normal boot -a: http://sobomax.homeunix.org/~sobomax/powerpc_RELENG_7.jpg Full dmesg of the same: http://sobomax.homeunix.org/~sobomax/powerpc_RELENG_7.txt Please fix ASAP. -Maxim