[patch 16/29] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-29 Thread Greg KH
From: Kumar Gala <[EMAIL PROTECTED]> In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) Signed-off-by: Kumar Gala

[patch 16/29] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-29 Thread Greg KH
From: Kumar Gala [EMAIL PROTECTED] In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) Signed-off-by: Kumar Gala [EMAIL

Re: PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-26 Thread Kumar Gala
On Jul 26, 2005, at 12:50 PM, Greg KH wrote: On Mon, Jul 25, 2005 at 11:52:43PM -0500, Kumar Gala wrote: Andrew, In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define

Re: PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-26 Thread Greg KH
On Mon, Jul 25, 2005 at 11:52:43PM -0500, Kumar Gala wrote: > Andrew, > > In the patch from: > > http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html > > Is the the following line suppose inside the if CONFIG_PCI=n > > #define pci_dma_burst_advice(pdev, strat, strategy_parameter)

Re: PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-26 Thread Greg KH
On Mon, Jul 25, 2005 at 11:52:43PM -0500, Kumar Gala wrote: Andrew, In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { }

Re: PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-26 Thread Kumar Gala
On Jul 26, 2005, at 12:50 PM, Greg KH wrote: On Mon, Jul 25, 2005 at 11:52:43PM -0500, Kumar Gala wrote: Andrew, In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define

PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-25 Thread Kumar Gala
Andrew, In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- diff --git

PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug?

2005-07-25 Thread Kumar Gala
Andrew, In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- diff --git