From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 22 21:46:03 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0718716A9EB; Thu, 22 Jun 2006 21:46:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655AD4581F; Thu, 22 Jun 2006 20:52:31 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5MKqMCH051151; Thu, 22 Jun 2006 16:52:30 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Colin Faber Date: Thu, 22 Jun 2006 16:44:20 -0400 User-Agent: KMail/1.9.1 References: <4498A018.9090404@ruckusmail.com> <200606211244.44024.jhb@freebsd.org> <449AF72B.5040408@ruckusmail.com> In-Reply-To: <449AF72B.5040408@ruckusmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606221644.20555.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 22 Jun 2006 16:52:30 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1561/Thu Jun 22 11:40:00 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: freebsd-acpi@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: ACPI hw.acpi.video.* OID's not showing up witth acpi_video on Dell D610 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 21:46:03 -0000 On Thursday 22 June 2006 16:01, Colin Faber wrote: > Hi John, > > I've discovered that if I omit acpi acpi_video and drm from my kernel, > and load them later on as modules the OID's do appear correctly. I bet that drm isn't actually working though. :) -- John Baldwin