Re: [PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers

2023-11-02 Thread Bernhard Beschow
Am 24. Oktober 2023 22:40:53 UTC schrieb Mark Cave-Ayland : >This series adds a simple implementation of legacy/native mode switching for >PCI >IDE controllers and updates the via-ide device to use it. > >The approach I take here is to add a new pci_ide_update_mode() function which >handles >

Re: [PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers

2023-11-01 Thread BALATON Zoltan
On Tue, 24 Oct 2023, Mark Cave-Ayland wrote: This series adds a simple implementation of legacy/native mode switching for PCI IDE controllers and updates the via-ide device to use it. This is needed for my amigaone machine to boot (as that uses the legacy mode of this controller) so is somebod

[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers

2023-10-24 Thread Mark Cave-Ayland
This series adds a simple implementation of legacy/native mode switching for PCI IDE controllers and updates the via-ide device to use it. The approach I take here is to add a new pci_ide_update_mode() function which handles management of the PCI BARs and legacy IDE ioports for each mode to avoid