From owner-cvs-src-old@FreeBSD.ORG Wed Feb 25 18:45:01 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E1AD106573D for ; Wed, 25 Feb 2009 18:44:58 +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 A954B8FC08 for ; Wed, 25 Feb 2009 18:44:58 +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 n1PIiwUB015116 for ; Wed, 25 Feb 2009 18:44:58 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1PIiwdq015115 for cvs-src-old@freebsd.org; Wed, 25 Feb 2009 18:44:58 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200902251844.n1PIiwdq015115@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Wed, 25 Feb 2009 18:44:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drmP.h i915_dma.c i915_drv.c i915_drv.h i915_irq.c i915_reg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 18:45:01 -0000 rnoland 2009-02-25 18:44:50 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h i915_dma.c i915_drv.c i915_drv.h i915_irq.c Added files: sys/dev/drm i915_reg.h Log: SVN rev 189049 on 2009-02-25 18:44:50Z by rnoland This was part of a sync to the code that Intel is shipping in linux. - Remove the old TTM interface - Move register definitions to i915_reg.h - Overhaul the irq handler MFC after: 2 weeks Revision Changes Path 1.29 +1 -0 src/sys/dev/drm/drmP.h 1.14 +211 -468 src/sys/dev/drm/i915_dma.c 1.11 +0 -1 src/sys/dev/drm/i915_drv.c 1.8 +85 -1541 src/sys/dev/drm/i915_drv.h 1.9 +191 -261 src/sys/dev/drm/i915_irq.c 1.1 +1420 -0 src/sys/dev/drm/i915_reg.h (new)