----- Original Message ----- From: "Jun Sun" <jsun@mvista.com> To: "Jim Paris" <jim@jtan.com> Cc: "Alan Cox" <alan@lxorguk.ukuu.org.uk>; "Geert Uytterhoeven" <Geert.Uytterhoeven@sonycom.com>; "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>; "Linux/MIPS Development" <linux-mips@oss.sgi.com> Sent: Tuesday, January 01, 2002 2:22 PM Subject: Re: ISA > 1. each address space has an id. > 2. kernel pre-defines a couple of well-known ones, 0 for CPU physical, > 1 for virtual, etc. > 3. When drivers discover the devices, they get the address and also > the address space id where the address resides. > 4. there are a set of macro's that converts/maps an address or an > address region from one space to another. The first thing that jumps out at me is that now every bus access has an added switch in it. Either that or drivers would get back access function pointers, but that eliminates the chance to inline trivial bus accesses. Regards, Brad