From owner-cvs-all@FreeBSD.ORG Sun Dec 4 09:14:49 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 1C1AC16A41F for ; Sun, 4 Dec 2005 09:14:49 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2CD43D77 for ; Sun, 4 Dec 2005 09:14:44 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so1203895wri for ; Sun, 04 Dec 2005 01:14:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:from; b=WHJC4bJPNAIX9RGQt1B0BAN/agxJR7HnvWn52TY/1qx8h1ZHyIWlXWJh4BBOH4VNNrknkacfYw0fB/V5+vqcaWvkvgLGdlJI2G/8LoVPt/ccniy75JvcK7lrpxb/9C3uxte+j3XuzglsD7VhI8isVSDidyhQgafElgDZ3JPmxB4= Received: by 10.54.138.17 with SMTP id l17mr2252140wrd; Sun, 04 Dec 2005 01:14:44 -0800 (PST) Received: from vaio ( [71.80.228.80]) by mx.gmail.com with ESMTP id 10sm5022059wrl.2005.12.04.01.14.42; Sun, 04 Dec 2005 01:14:43 -0800 (PST) To: Eric Anholt In-Reply-To: <200512022351.jB2Npakb091883@repoman.freebsd.org> References: <200512022351.jB2Npakb091883@repoman.freebsd.org> Content-Type: text/plain Date: Sun, 04 Dec 2005 01:14:33 -0800 Message-Id: <1133687673.91634.0.camel@vaio> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit From: Remington Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci agp_i810.c agpreg.h 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: Sun, 04 Dec 2005 09:14:49 -0000 On Fri, 2005-12-02 at 23:51 +0000, Eric Anholt wrote: > anholt 2005-12-02 23:51:36 UTC > > FreeBSD src repository > > Modified files: > sys/pci agp_i810.c agpreg.h > Log: > Add support for i915 GMCH AGP. This diff is a combination of work by myself > and some fixes from Motomichi Matsuzaki. Testing involved many people, but the > final, successful testing was from rwatson who endured several rounds of "it > crashes at XYZ stage" "oh, please correct this typo and try again." The Linux > driver, and to a small extent the limited specs, were both used as a reference > for how to program the chipset. > > PR: kern/80396 > Submitted by: Martin Mersberger > > Revision Changes Path > 1.33 +143 -31 src/sys/pci/agp_i810.c > 1.16 +17 -0 src/sys/pci/agpreg.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" Thank you!!!!! I've been waiting for 6+ months for this support