>Last time I checked, ioremap didn't work for inb() and outb(). ioremap itself cannot work for inb/outb as they are different address spaces with potentially overlapping addresses, I don't see how a single function would handle both... except if we pass it a struct resource instead of the address. Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [RFC] I/O Access Abstractions Benjamin Herrenschmidt
- Re: [RFC] I/O Access Abstractions Alan Cox
- Re: [RFC] I/O Access Abstractions Benjamin Herrenschmidt
- Re: [RFC] I/O Access Abstractions Alan Cox
- Re: [RFC] I/O Access Abstractions Benjamin Herrenschmidt
- Re: [RFC] I/O Access Abstractions Jeff Garzik
- Re: [RFC] I/O Access Abstractions David Howells
- Re: [RFC] I/O Access Abstractions Geert Uytterhoeven
- Re: [RFC] I/O Access Abstractions David Howells
- Re: [RFC] I/O Access Abstractions Jeff Garzik
- Re: [RFC] I/O Access Abstractions David Howells