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 +
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
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
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
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