Re: [PATCH 4/7] I/OAT: Split PCI startup from DMA handling code

2007-07-20 Thread Andrey Panin
On 200, 07 19, 2007 at 05:45:07PM -0700, Shannon Nelson wrote: > 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 <[EMAIL PROTECTED]> > --- > > drivers

RE: [PATCH 4/7] I/OAT: Split PCI startup from DMA handling code

2007-07-20 Thread Nelson, Shannon
Andrey Panin [mailto:[EMAIL PROTECTED] > >Why this driver lacks MODULE_DEVICE_TABLE() ? Is it >intentionaly omitted ? Hmmm - good catch. It has been missing for a long time in the code. I'll double check with the original developer to see if it was left out on purpose and probably add it in a l

Re: [PATCH 4/7] I/OAT: Split PCI startup from DMA handling code

2007-07-19 Thread David Miller
From: Shannon Nelson <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> A