[PATCH v3 4/5] ARM: footbridge: limit CONFIG_ISA to CATS

Russell King (Oracle) linux at armlinux.org.uk
Sun Sep 11 12:53:13 PDT 2022


On Fri, Sep 09, 2022 at 10:57:48PM +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> The CONFIG_ISA option is only used for actual add-in cards, not
> on-board devices. NetWinder has no hardware support for those,
> and ebsa285 appears to not support them in Linux, as the XBUS
> is not set up that way and there is no support for a PCI-ISA
> bridge.

That is an incorrect assumption, but is still true as far as ISA
DMA is concerned.

The "Team" produced a PCI card with a PCI southbridge chip on, along
with ISAPNP devices. ISAPNP depends on CONFIG_ISA... That said, using
the "ESS ES1879 Plug and Play AudioDrive" on it requires ISA DMA, and
as DMA from the PCI southbridge causes the PCI bus to deadlock, it
probably doesn't matter.

However, what I'm pointing out is that the assertion that CONFIG_ISA
means ISA cards is not entirely correct with the creation of this
PCI southbridge card.

(This card gives me keyboard, mouse, serial etc ports which is its
main use in the machine.)


-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!



More information about the linux-arm-kernel mailing list