From owner-freebsd-stable@FreeBSD.ORG Tue Sep 30 09:23:20 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0358106568A for ; Tue, 30 Sep 2008 09:23:20 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 75CE38FC1B for ; Tue, 30 Sep 2008 09:23:20 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2356330rvf.43 for ; Tue, 30 Sep 2008 02:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8NOTTHt9kXl0hBoywXRyLDgkdihhOZnFSRTkd/3nkQI=; b=xUq8fAVdX5b13iTxTSoYRIz1lCbklaHrs7e8CdVt0Uz9Fa7eUICsD+IjxzEHB/Zr8m 7MvHW2RJpASX2RmKShBhEkhyPXxBW6uGD639kr29YWqpC51z0dfsiKS7f+aRcd1udOI5 lJ8sarJdchJCRA595xKS/1mvvHVKDEn7IsW74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EUOtluQsjxPqzXV+kOMbQqVZIueWuBlB42E1J/YwjhmcTQ9KadRM9vnDw9PKf1tCxs TzGv39xgneRARm1+yTozcpDQJxh+YZ313vgK2uSaNzwauodzpLNo686R9C+CEsJwMvCz VI9iv7j+fUMdj9Kuaf+3bTzDF10YnbdqRHZVU= Received: by 10.141.122.1 with SMTP id z1mr3216251rvm.197.1222766598987; Tue, 30 Sep 2008 02:23:18 -0700 (PDT) Received: by 10.141.189.15 with HTTP; Tue, 30 Sep 2008 02:23:18 -0700 (PDT) Message-ID: <3a142e750809300223p529caafle7f02a58524abc18@mail.gmail.com> Date: Tue, 30 Sep 2008 11:23:18 +0200 From: "Paul B. Mahol" To: lists@rhavenn.net In-Reply-To: <200809291955.21461.lists@rhavenn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809291955.21461.lists@rhavenn.net> Cc: freebsd-stable@freebsd.org Subject: Re: wpi driver freeze on boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 09:23:20 -0000 On 9/30/08, Henrik Hudson wrote: > I've got a HP dv8000 laptop. Setting up the wpi driver for wireless freezes > the system on boot with the following error: > > wpi0 requested unsupported memory range > wpi0: could not allocate memory resource > > It lists a pcbi device (pcbi4 i think) and an actual memory range, but since > I > have to reboot using kernel.old the /var/run/dmesg.boot is wiped with the > info. Is there anyway to grab the info when it freezes when it reboots? Perhaps, entering single-user mode. Add this lines to your kernel to help debug problem. makeoptions DEBUG=-g options KDB options DDB options GDB options INVARIANTS options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN