On Iau, 2006-05-11 at 04:10 +0200, Thomas Kleffel (maintech GmbH) wrote: > From: Thomas Kleffel <[email protected]> > > this patch enables ide_cs to access CF-cards via their common memory > rather than via their IO space. One obvious problem. Your patch simply sets io_base to an ioremap value. The ide_cs code assumes port accesses (eg it does outb() on base + 2). While outb() may happen to work on ARM on ioremap returns it doesn't on most platforms. Alan - 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/
- Follow-Ups:
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (4rd revision)
- From: "Thomas Kleffel (maintech GmbH)" <[email protected]>
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (3nd revision)
- From: "Thomas Kleffel (maintech GmbH)" <[email protected]>
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (2nd revision)
- From: "Thomas Kleffel (maintech GmbH)" <[email protected]>
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available
- From: Russell King <[email protected]>
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (revised)
- From: "Thomas Kleffel (maintech GmbH)" <[email protected]>
- Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (4rd revision)
- References:
- [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available
- From: "Thomas Kleffel (maintech GmbH)" <[email protected]>
- [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available
- Prev by Date: [PATCH 1/4] Vectorize aio_read/aio_write methods
- Next by Date: [PATCH 2/4] Remove readv/writev methods and use aio_read/aio_write instead.
- Previous by thread: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available
- Next by thread: Re: [PATCH] ide_cs: Make ide_cs work with the memory space of CF-Cards if IO space is not available (revised)
- Index(es):