On Sunday 18 January 2009, Sergei Shtylyov wrote: > > Someone should fix hw_regs_t to neither be a typedef, nor > > use "unsigned long" where it should use "void __iomem *". > > It cannot use pointers of course -- as the addresses can be I/O ports. It could use the ioread*() calls, which take pointers and handle both types of I/O in a type-safe manner. - Dave -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html