[-mm patch] net/core/scm.c: make scm_detach_fds() static

2006-03-18 Thread Adrian Bunk
On Sat, Mar 18, 2006 at 04:40:56AM -0800, Andrew Morton wrote: >... > Changes since 2.6.16-rc6-mm1: >... > git-net.patch >... > git trees. >... We can now make scm_detach_fds() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/scm.h |1 - net/core/scm.c|3 +

RE: [PATCH 2.6.16] tg3: 40-bit DMA workaround part 2

2006-03-18 Thread Michael Chan
David S. Miller wrote: > From: Christoph Hellwig <[EMAIL PROTECTED]> > Date: Sat, 18 Mar 2006 06:16:31 + > > > That workaround should be in the pci code as it affects any pci > > device behind that bridge, not just tg3 ones. > > We don't have any infrastructure to do that, even if it > was p

[PATCH 2.6.16-rc6 1/1] ipw2200: Add Kconfig entries for QOS and Monitor mode

2006-03-18 Thread Andreas Happe
Adds Kconfig entries for enabling Monitor mode and Quality of service to the ipw2200 driver. It also renames the IPW_QOS define to IPW2200_QOS. As Monitor mode generates lots of firmware errors it depends upon BROKEN. QOS is under development, so it depends upon EXPERIMENTAL. Signed-off-by: Andr

Re: [PATCH 3/3] forcedeth: Add support for MSI/MSIX

2006-03-18 Thread Manfred Spraul
Hi Ayaz, I know, I'm late, but: Ayaz Abdulla wrote: - disable_irq(dev->irq); + + if (!(np->msi_flags & NV_MSI_X_ENABLED) || + ((np->msi_flags & NV_MSI_X_ENABLED) && + ((np->msi_flags & NV_MSI_X_VECTORS_MASK) == 0x1))) { + disable_irq(dev->irq); + } e

Re: [PATCH] forcedeth: move config to gigabit menu

2006-03-18 Thread Manfred Spraul
Eric W. Biederman wrote: There are also things to cause doubt. It looks like Manfred Spraul has contributed about as many patches as Ayaz Abdulla. That's misleading: I did most of the initial work, in the last months Ayaz wrote virtually all improvements. -- Manfred - To unsubscribe f