From owner-freebsd-stable@FreeBSD.ORG Wed May 19 07:38:11 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432FA16A4CE; Wed, 19 May 2004 07:38:11 -0700 (PDT) Received: from freemail.asda.gr (freemail.asda.gr [194.219.142.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA2F43D53; Wed, 19 May 2004 07:38:10 -0700 (PDT) (envelope-from lefty@ene.asda.gr) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ene.asda.gr", Issuer "ASDA Root CA" (verified OK)) by freemail.asda.gr (Postfix) with ESMTP id 755B6C1; Wed, 19 May 2004 17:37:56 +0300 (EEST) Received: from ene.asda.gr (artemis.asda.gr [194.219.142.39]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client CN "Lefteris Tsintjelis", Issuer "ASDA Root CA" (verified OK)) by ene.asda.gr (Postfix) with ESMTP id 9686615; Wed, 19 May 2004 17:37:42 +0300 (EEST) Message-ID: <40AB7130.B1ECF162@ene.asda.gr> Date: Wed, 19 May 2004 17:37:36 +0300 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Peter Jeremy References: <40A0C3FC.2CDCA39D@ene.asda.gr> <20040511211714.GO95736@gsmx07.alcatel.com.au> <40A2E741.40ABFD0E@ene.asda.gr> <20040519000043.GA79139@gsmx07.alcatel.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Digiboard PCI Xem driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 14:38:11 -0000 Hi Peter, code compiled with no problems but didn't work. I tried a few things and even tried a fresh new installation of -current with a couple of different results but there seems to be a problem with the driver. The behavior of the driver was very similar with -stable as well as with -current. -stable) when compiled in the kernel, kernel crashed on boot. when compiled as a module I got the following error: # kldload digi_Xem # kldload digi digi0 mem 0xe1800000-0xe1bfffff irq 10 at device 11.0 on pci0 . ( and about 5-10 seconds later on ) ... digi0: Cannot init without BIOS Seems that it can not load the BIOS into the card. -current) (5.2.1) had the same problem. Kernel crashed while booting with a very similar error with -stable but came up with a debug prompt. How can I help debug this one? Can anyone please advise? Thank you, Lefteris Tsintjelis