Re: [PATCH v3] PCI: Only enable IO window if supported

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Aug 5, 2015 at 9:50 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
> If I understand you correctly, we might need to change the code
> in pci_read_bridge_io() as follows.
>
> From
>
>         if (!(child->bus_flags & PCI_BUS_FLAGS_SUPPORTS_IO))
>                 return;
>
> to something like
>
>         if (!(child->bus_flags & PCI_BUS_FLAGS_SUPPORTS_IO)) {
>                 if (dev->transparent)
>                         return;
>                 child->bus_flags |= PCI_BUS_FLAGS_SUPPORTS_IO;
>         }
>
Then how about: the root bus really does not support IO PORT resource.
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux