From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965741AbXGTAvy (ORCPT ); Thu, 19 Jul 2007 20:51:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965017AbXGTAug (ORCPT ); Thu, 19 Jul 2007 20:50:36 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:42120 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S939632AbXGTAuf (ORCPT ); Thu, 19 Jul 2007 20:50:35 -0400 Date: Thu, 19 Jul 2007 17:50:34 -0700 (PDT) Message-Id: <20070719.175034.48802271.davem@davemloft.net> To: shannon.nelson@intel.com Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, jeff@garzik.org, dan.j.williams@intel.com, christopher.leech@intel.com, peter.p.waskiewicz.jr@intel.com Subject: Re: [PATCH 4/7] I/OAT: Split PCI startup from DMA handling code From: David Miller In-Reply-To: <20070720004507.13564.77169.stgit@localhost.localdomain> References: <20070720004403.13564.14294.stgit@localhost.localdomain> <20070720004507.13564.77169.stgit@localhost.localdomain> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Shannon Nelson Date: Thu, 19 Jul 2007 17:45:07 -0700 > Split the general PCI startup from the DMA handling code in order to > prepare for adding support for DCA services and future versions of the > ioatdma device. > > Signed-off-by: Shannon Nelson Acked-by: David S. Miller