> 2.6.0 - 2.6.19: libata guarantees that all PCI BARs are reserved to the > libata driver. Please read the code Jeff. The old IDE quirk code in the PCI layer blanked BAR 0 to BAR 3 of a compatibility mode controller You then request_region 0x1f0 and 0x170 (BAR 0 and BAR 2) directly. You never request the legacy BAR 1 and BAR 3 because they were erased by the PCI quirk code and thus never claim the other port. Thats been a bug since day one but it never seemed worth fixing in the short term. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- Re: Happy New Year (and v2.6.20-rc3 released)
- From: "Alessandro Suardi" <[email protected]>
- Re: Happy New Year (and v2.6.20-rc3 released)
- From: Linus Torvalds <[email protected]>
- Re: Happy New Year (and v2.6.20-rc3 released)
- From: Jeff Garzik <[email protected]>
- [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Alan <[email protected]>
- Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Jeff Garzik <[email protected]>
- Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Alan <[email protected]>
- Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Jeff Garzik <[email protected]>
- Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Alan <[email protected]>
- Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- From: Jeff Garzik <[email protected]>
- Re: Happy New Year (and v2.6.20-rc3 released)
- Prev by Date: Re: Finding hardlinks
- Next by Date: Re: kernel + gcc 4.1 = several problems
- Previous by thread: Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- Next by thread: Re: [PATCH] libata: fix combined mode (was Re: Happy New Year (and v2.6.20-rc3 released))
- Index(es):