Re: [PATCH] pci_get_slot()
From: Greg KH (greg_at_kroah.com)
Date: 12/18/03
- Previous message: Rik van Riel: "Re: 2.6.0-test9 - poor swap performance on low end machines"
- Next in thread: Matthew Wilcox: "Re: [PATCH] pci_get_slot()"
- Reply: Matthew Wilcox: "Re: [PATCH] pci_get_slot()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Dec 2003 16:24:44 -0800 To: Matthew Wilcox <willy@debian.org>
On Wed, Oct 15, 2003 at 07:32:13PM +0100, Matthew Wilcox wrote:
>
> Hi Linus.
>
> tg3.c has a bug where it can find the wrong 5704 peer on a machine with
> PCI domains. The problem is that pci_find_slot() can't distinguish
> whether it has the correct domain or not.
>
> This patch fixes that problem by introducing pci_get_slot() and converts
> tg3 to use it. It also fixes another problem where tg3 wouldn't find
> a peer on function 7 (0 to <8, not 0 to <7).
I've applied the pci portions of this patch to my trees and will send it
on after 2.6.0 is out.
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Rik van Riel: "Re: 2.6.0-test9 - poor swap performance on low end machines"
- Next in thread: Matthew Wilcox: "Re: [PATCH] pci_get_slot()"
- Reply: Matthew Wilcox: "Re: [PATCH] pci_get_slot()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|