From owner-cvs-src@FreeBSD.ORG Sat Sep 17 03:36:47 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 E954F16A41F; Sat, 17 Sep 2005 03:36:47 +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 B8C7443D45; Sat, 17 Sep 2005 03:36:47 +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 j8H3algY083993; Sat, 17 Sep 2005 03:36:47 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H3alVZ083992; Sat, 17 Sep 2005 03:36:47 GMT (envelope-from anholt) Message-Id: <200509170336.j8H3alVZ083992@repoman.freebsd.org> From: Eric Anholt Date: Sat, 17 Sep 2005 03:36:47 +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/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 03:36:48 -0000 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