On Wed, Aug 30, 2006 at 01:00:32AM +0200, Thomas Koeller wrote: > I would like to return to the port type vs. iotype stuff once again. > From what you wrote I seem to understand that the iotype is not just > a method of accessing device registers, but also the primary means of > discrimination between different h/w implementations, and hence every > code to support a nonstandard device must define an iotype of its own, > even though one of the existing iotypes would work just fine? iotype is all about the access method used to access the registers of the device, be it by byte or word, and it also takes account of any variance in the addressing of the registers. It does not refer to features or bugs in any particular implementation. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core