From owner-cvs-src@FreeBSD.ORG Sat Sep 17 08:47:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C840C16A420 for ; Sat, 17 Sep 2005 08:47:13 +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 9FE5343D45 for ; Sat, 17 Sep 2005 08:47:12 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 60712 invoked from network); 17 Sep 2005 08:47:10 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Sep 2005 08:47:10 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 17 Sep 2005 03:47:09 -0500 (CDT) From: Mike Silbersack To: Eric Anholt In-Reply-To: <200509170336.j8H3alVZ083992@repoman.freebsd.org> Message-ID: <20050917034526.U3662@odysseus.silby.com> References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> 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 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 08:47:13 -0000 I think I asked in irc a while ago, but I can't recall the answer. I don't seem to have agp support on my laptop, which has: (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/27, 0xe0000000/19, I/O @ 0x1800/3 (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/27, 0xe0080000/19 According to Xorg. Was there something odd about the chipset, or is it just a matter of adding device IDs? This is with RELENG_6. Mike "Silby" Silbersack On Sat, 17 Sep 2005, Eric Anholt wrote: > anholt 2005-09-17 03:36:47 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 > sys/pci agpreg.h > sys/modules/agp Makefile > Added files: > sys/pci agp_ati.c > Log: > Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of > the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff > for multiple useful testing cycles, and Ralf Wostrack for the final fix to get > it working. > > PR: i386/75251 > Submitted by: anholt > > Revision Changes Path > 1.541 +1 -0 src/sys/conf/files.i386 > 1.15 +1 -1 src/sys/modules/agp/Makefile > 1.1 +386 -0 src/sys/pci/agp_ati.c (new) > 1.14 +12 -0 src/sys/pci/agpreg.h >