From owner-cvs-all@FreeBSD.ORG Thu Oct 2 20:29:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678BB1065692; Thu, 2 Oct 2008 20:29:55 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC3148FC19; Thu, 2 Oct 2008 20:29:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m92KTsng048032; Thu, 2 Oct 2008 20:29:54 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92KTsm9048031; Thu, 2 Oct 2008 20:29:54 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810022029.m92KTsm9048031@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Thu, 2 Oct 2008 20:29:45 +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/dev/agp 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: Thu, 02 Oct 2008 20:30:05 -0000 rnoland 2008-10-02 20:29:45 UTC FreeBSD src repository Modified files: sys/dev/agp agp_i810.c agpreg.h Log: SVN rev 183555 on 2008-10-02 20:29:45Z by rnoland Correctly handle Intel g33 chips and add support for g45 chips g33 based chips use a different method of identifying the gtt size. g45 based chips gtt is located in a different area of stolen memory. Approved by: jhb (mentor) MFC after: 2 weeks Revision Changes Path 1.48 +120 -18 src/sys/dev/agp/agp_i810.c 1.20 +15 -1 src/sys/dev/agp/agpreg.h