From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:29:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3E416A438 for ; Sat, 17 Sep 2005 21:29:50 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F75043D45 for ; Sat, 17 Sep 2005 21:29:49 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 31785 invoked from network); 17 Sep 2005 21:29:48 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Sep 2005 21:29:48 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 17 Sep 2005 16:29:46 -0500 (CDT) From: Mike Silbersack To: eta@lclark.edu In-Reply-To: <1126984598.45786.29.camel@leguin> Message-ID: <20050917162703.F765@odysseus.silby.com> References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> <20050917034526.U3662@odysseus.silby.com> <432C68D2.2060603@root.org> <1126984598.45786.29.camel@leguin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:29:50 -0000 On Sat, 17 Sep 2005, Eric Anholt wrote: > We clarified in private mail that the agp device isn't attaching. I > think acpi_video is beating it out, confirming that we really need to be > able to somehow share devices well for video. That's 3 drivers now > (agp, drm, and acpi_video) that would all like to play. > > -- > Eric Anholt eta@lclark.edu You hit the nail on the head, acpi_video was the problem. I don't know exacltly why I had it in there, I just went acpi-happy one day and started adding things. :) Mike "Silby" Silbersack