Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521547 > unrolled thread

Re: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA

Started byOne Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
First post2016-11-14 12:20 +0100
Last post2016-11-18 10:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for  special ISA One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-11-14 12:20 +0100
    Re: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA Arnd Bergmann <arnd@arndb.de> - 2016-11-18 10:30 +0100

#1521547 — Re: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA

FromOne Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
Date2016-11-14 12:20 +0100
SubjectRe: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA
Message-ID<sDnsR-6fV-5@gated-at.bofh.it>
> > It's not a safe assumption for x86 at least. There are a few systems with
> > multiple ISA busses particularly older laptops with a docking station.  
> 
> But do they have multiple ISA domains? There is no real harm in supporting
> it, the (small) downsides I can think of are:

I don't believe they x86 class ones have multiple ISA domains. But as
I've said I don't know how the electronics in the older ThinkPad worked
when it used two PIIX4s with some LPC or ISA stuff on each.

It works in DOS and unmodified Linux so I'm pretty sure there are no
additional domains. Likewise the various x86 schemes that route some bits
of ISA bus off into strange places work in DOS and don't have any
overlaps.

yenta_socket handles PCI/PCMCIA bridging and routes a range of that flat
ISA space appropriately to the card.

Alan

[toc] | [next] | [standalone]


#1525124 — Re: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA

FromArnd Bergmann <arnd@arndb.de>
Date2016-11-18 10:30 +0100
SubjectRe: [PATCH V5 2/3] ARM64 LPC: Add missing range exception for special ISA
Message-ID<sENEC-5bP-21@gated-at.bofh.it>
In reply to#1521547
On Monday, November 14, 2016 11:11:11 AM CET One Thousand Gnomes wrote:
> > > It's not a safe assumption for x86 at least. There are a few systems with
> > > multiple ISA busses particularly older laptops with a docking station.  
> > 
> > But do they have multiple ISA domains? There is no real harm in supporting
> > it, the (small) downsides I can think of are:
> 
> I don't believe they x86 class ones have multiple ISA domains. But as
> I've said I don't know how the electronics in the older ThinkPad worked
> when it used two PIIX4s with some LPC or ISA stuff on each.
> 
> It works in DOS and unmodified Linux so I'm pretty sure there are no
> additional domains. Likewise the various x86 schemes that route some bits
> of ISA bus off into strange places work in DOS and don't have any
> overlaps.
> 
> yenta_socket handles PCI/PCMCIA bridging and routes a range of that flat
> ISA space appropriately to the card.

Right, that's what I had expected, so we still don't even
need to handle multiple ISA I/O address spaces for the
only known case of multiple ISA buses, though we may decide
to generalize the code like that anyway.

	Arnd

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web