Re: [PATCH] igb: add IGB_DCA instead of selecting INTEL_IOATDMA

2008-10-20 Thread Jeff Garzik
Jeff Kirsher wrote: Add a bool IGB_DCA defined to y if IGB and DCA are enabled, but IGB isn't y while DCA=m. And thus remove the need to select INTEL_IOATDMA when IGB is enabled, so that non-x86 architectures can build the igb driver. Based on work/patch from Brice Goglin <[EMAIL PROTECTED]>

[PATCH] igb: add IGB_DCA instead of selecting INTEL_IOATDMA

2008-10-17 Thread Jeff Kirsher
Add a bool IGB_DCA defined to y if IGB and DCA are enabled, but IGB isn't y while DCA=m. And thus remove the need to select INTEL_IOATDMA when IGB is enabled, so that non-x86 architectures can build the igb driver. Based on work/patch from Brice Goglin <[EMAIL PROTECTED]> Signed-off-by: Jeff Ki