From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 06:08:07 2007 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 162C016A403 for ; Tue, 20 Mar 2007 06:08:07 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id C978513C4AD for ; Tue, 20 Mar 2007 06:08:06 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so716952nza for ; Mon, 19 Mar 2007 23:08:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FLI+iAGVIUk6dxumwzs9hjotePUjxrf7Nn2ET7og2UV7KpOdxfOsVjvu8jYTOca3KONZcoffxlq3z71rjJD481OlTuOjdp2TWYd6qH6WAa8/I+6i6HgzdTmSn0/ir4djWVK6MMTEgvx38RlF/XKhZPy7wx056BsAeTCgQ7AaaWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uUmRFbz+CKwo7mZLO9TRnYZ3TJg0p9wjKJmKOyREiXI9+evxuqw9jG9Y1vmMfv829NlItqIYUYEgJLv8Gtjf/rl9yoTiUbhvcO56lT32TPZDiK1Z0Oufl24xojo6P6miKAyHI7+CDMy0+qlbOQrU0LlOHbgUzg+WRugSbIEOeIU= Received: by 10.35.126.2 with SMTP id d2mr11666883pyn.1174370886019; Mon, 19 Mar 2007 23:08:06 -0700 (PDT) Received: by 10.35.21.10 with HTTP; Mon, 19 Mar 2007 23:08:05 -0700 (PDT) Message-ID: <64de5c8b0703192308ya58c0b0l8a49bda8d1a4b6e1@mail.gmail.com> Date: Tue, 20 Mar 2007 11:38:05 +0530 From: "Rajkumar S" To: freebsd-questions@freebsd.org In-Reply-To: <448xdtti2d.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0703160732o789f6993hcd926c6b3bc123f3@mail.gmail.com> <448xdtti2d.fsf@be-well.ilk.org> Subject: Re: safe0 and kernel panic 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, 20 Mar 2007 06:08:07 -0000 On 3/19/07, Lowell Gilbert wrote: Thanks a lot for your reply. > "Rajkumar S" writes: > > > I am trying to install SafeNet 1141 support in one of the freebsd > > boxes here. > > You do have one of those cards installed, I assume? Yes, it's not a card, but an on board chip. > Have you tried booting a GENERIC kernel and loading the kernel module > for the safenet support? Yes, the message I get is safe0 mem 0xf6120000-0xf6121fff irq 22 at device 10.0 on pci0 safe0: cannot allocate DMA tag device_attach: safe0 attach returned 6 but the machine remains stable, with no panic. But I still get the "cannot allocate DMA tag" error that I got when the safenet is compiled in. I am not sure if this is normal and I can put the machine live. > If that doesn't give you a clue, you will need to try kernel > debugging, as described in the Handbook. I am trying in that direction also, at least to understand why I am getting the panic and file a meaning full PR. raj