From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 05:14:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05A6416A40F for ; Thu, 14 Dec 2006 05:14:39 +0000 (UTC) (envelope-from alexa@silicom.co.il) Received: from mail.qos.net.il (mail.qos.net.il [80.74.96.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A53F43CA1 for ; Thu, 14 Dec 2006 05:13:05 +0000 (GMT) (envelope-from alexa@silicom.co.il) Received: from Alex (unknown [80.74.105.218]) by mail.qos.net.il (Postfix) with ESMTP id 5F0C7C8029 for ; Thu, 14 Dec 2006 07:15:41 +0200 (IST) From: "Alex Aronson" To: Date: Thu, 14 Dec 2006 07:13:09 +0200 Message-ID: <003401c71f3e$8c8d4390$0100a8c0@Alex> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Importance: Normal Subject: FreeBSD: driver for ssl hardware accelerator board based on broadcom bcm5825, bcm5862 chips 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: Thu, 14 Dec 2006 05:14:39 -0000 Hello, I am working on FreeBSD driver for bcm5825 (5862) based board. Would you please help me. First of all I tried to work with bcm5820 based board. I installed FreeBSD 6.1 and load ubsec module: kldload ubsec In dmesg I saw that module recognized board (ubsec0: Broadcom 5820), crypto module was also loaded. After that I run openssl test (openssl version 0.9.7e-p1 25 Oct 2004) openssl speed rsa1024 -engine ubsec can't use that engine 830:error:2507006C:DSO support routines:DSO_load:functionality not supported:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dso/d so_lib.c:239: 830:error:84069067:ubsec engine:UBSEC_INIT:dso failure:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/ hw_ubsec.c:390: 830:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init failed:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/e ng_table.c:182: What am I missing? There is no libubsec.so in the system. Any help will be appreciated. Alex Aronson Silicom Ltd.