[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061209131448.4c878b64@localhost.localdomain>
Date: Sat, 9 Dec 2006 13:14:48 +0000
From: Alan <alan@...rguk.ukuu.org.uk>
To: Ben Collins <ben.collins@...ntu.com>
Cc: Ralf Baechle <ralf@...ux-mips.org>, Andrew Morton <akpm@...l.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PCI legacy resource fix
On Sat, 09 Dec 2006 03:12:11 -0500
Ben Collins <ben.collins@...ntu.com> wrote:
> My controller is in legacy mode, however, it never gets to here because
> of this call, just before this block of code:
>
> rc = pci_request_regions(pdev, DRV_NAME);
> if (rc) {
> disable_dev_on_err = 0;
> goto err_out;
> }
Then you don't have the fix applied that was posted. That code is not
present in the form you pasted in the fixed version of the libata code.
It is within an if (!legacy_mode)
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists