From owner-freebsd-current@FreeBSD.ORG Sun Jun 28 23:39:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7958B1065670; Sun, 28 Jun 2009 23:39:50 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id ACD448FC0A; Sun, 28 Jun 2009 23:39:49 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by ewy9 with SMTP id 9so3162642ewy.43 for ; Sun, 28 Jun 2009 16:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bF9BEopxtZVaavjh9iSBBFbdiSbsHzJi1O0bbbnnuVw=; b=apkmwTZbupSBKYNzTROX9PzyFBLrMPFq7TKGO1pPoNAbzCsncYboiXVLJWJb1qn6hN AjVw6Ca57ZOswwiKKAaYa5YBHkkex1b048i0ReAd8gcE8OcksHBnGbFKn1iX6CNKdWBK JYIEA36LfsGZmVPCkX0nsvI4+V2ALlPtD2z7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UogHgJosddzyIpOIrRcJeVxIB8iOWkP19UFUxDEnVamg18S9Idpvgc9BQMMQTiMJeT OHs/M7WB9MreHA74l5kUYdMm/ZJoi8Zq30wFeYO694vVEWMA1sSeMrucXlz8NYoTYjNO ft/a4AXjVoEAWtNl6IztM9bxa0yOVQq/zaScE= MIME-Version: 1.0 Received: by 10.216.13.194 with SMTP id b44mr1935214web.139.1246231168067; Sun, 28 Jun 2009 16:19:28 -0700 (PDT) In-Reply-To: <1246230266.1759.45.camel@balrog.2hip.net> References: <20090628034654.bdb728c4.nork@FreeBSD.org> <4A47A681.3040100@iae.nl> <86bpo8b3y8.fsf@gmail.com> <1246220306.1759.43.camel@balrog.2hip.net> <20090628202739.GQ2884@deviant.kiev.zoral.com.ua> <1246230266.1759.45.camel@balrog.2hip.net> Date: Sun, 28 Jun 2009 19:19:28 -0400 Message-ID: From: Ryan Stone To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Kostik Belousov , Anonymous , Hans Ottevanger , Norikatsu Shigemura , freebsd-current@freebsd.org Subject: Re: panic on acpi_cpu_c1() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 23:39:50 -0000 Is the drm module getting loaded by the bootloader, or might a startup script be doing it? If the module gets loaded later in the boot process that could account for the difference. Ryan