From owner-freebsd-net@FreeBSD.ORG Mon Feb 25 13:28:46 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A6016A403 for ; Mon, 25 Feb 2008 13:28:46 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 081E413C4E8 for ; Mon, 25 Feb 2008 13:28:45 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=ZiR3USzPOmH7Wa42pRI4z+UfDGcmmi7vK93T2BFoi6DrwpJJG1QT4XuxR8M/AZG7zZo3E5ydcllZ70vw9T8DBuF4KIltSpQldHoByBWXpNLlSGGAQ4MQu2gOBrxgBu6GaBdbNQaMeCBbDA8qbgBCSkABJ5ilOQjGH99FYOgdqqo=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JTdNr-0005nc-Gz; Mon, 25 Feb 2008 16:28:44 +0300 Date: Mon, 25 Feb 2008 16:28:42 +0300 From: Eygene Ryabinkin To: Yehonatan Yossef Message-ID: References: <6C2C79E72C305246B504CBA17B5500C9036413C6@mtlexch01.mtl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <6C2C79E72C305246B504CBA17B5500C9036413C6@mtlexch01.mtl.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.7 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org, freebsd-drivers@freebsd.org Subject: Re: Capturing dmesg upon system crash on 6.3 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 13:28:46 -0000 Yehonatan, good day. Mon, Feb 25, 2008 at 11:28:12AM +0200, Yehonatan Yossef wrote: > I'm a freebsd newbee, trying to port an ethernet driver from Linux to > FreeBSD 6.3. > I'm facing a system reboot upon loading of the driver, and I could use a > tool for capturing dmesg upon system crash (such as netconsole on > Linux). May be serial console will help you? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html Out of curiosity: are you porting some InfiniBand drivers to FreeBSD? -- Eygene