Re: [IOC3] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.

2006-06-20 Thread Ingo Oeser
Hi Ralf, Ralf Baechle : IOC3's homegrown DMA mapping functions that are used to optimize things a little on IP27 set the wrong bit. What about using a symbol instead of magic numbers? That way one at least sees the intention of the coder. Signed-off-by: Ralf Baechle [EMAIL PROTECTED]

Re: [IOC3] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.

2006-06-20 Thread Ralf Baechle
On Tue, Jun 20, 2006 at 10:15:01AM +0200, Ingo Oeser wrote: From: Ingo Oeser [EMAIL PROTECTED] To: Ralf Baechle [EMAIL PROTECTED] Subject: Re: [IOC3] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC. Date: Tue, 20 Jun 2006 10:15:01 +0200 Cc: netdev@vger.kernel.org, Jeff Garzik

[IOC3] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.

2006-06-17 Thread Ralf Baechle
IOC3's homegrown DMA mapping functions that are used to optimize things a little on IP27 set the wrong bit. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index ae71ed5..e76e6e7 100644 --- a/drivers/net/ioc3-eth.c +++