From owner-cvs-all@FreeBSD.ORG Fri Dec 2 23:51:44 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 5459B16A41F; Fri, 2 Dec 2005 23:51:44 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C48243D75; Fri, 2 Dec 2005 23:51:36 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB2NpaC9091884; Fri, 2 Dec 2005 23:51:36 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB2Npakb091883; Fri, 2 Dec 2005 23:51:36 GMT (envelope-from anholt) Message-Id: <200512022351.jB2Npakb091883@repoman.freebsd.org> From: Eric Anholt Date: Fri, 2 Dec 2005 23:51:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Fri, 02 Dec 2005 23:51:44 -0000 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