Re: [patch 10/11] iomap: sort out the broken address reporting caused by the iomap layer

2007-07-20 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Alan Cox [EMAIL PROTECTED] Add an iomap_name() function which translates an I/O map into a string to print. Use it for the Libata layer For now we use 0x for I/O and 0x for MMIO. I'm assuming that eventually some other platforms will want to use

[patch 10/11] iomap: sort out the broken address reporting caused by the iomap layer

2007-07-09 Thread akpm
From: Alan Cox [EMAIL PROTECTED] Add an iomap_name() function which translates an I/O map into a string to print. Use it for the Libata layer For now we use 0x for I/O and 0x for MMIO. I'm assuming that eventually some other platforms will want to use their own iomap_name() and we