how to modified 16c550 uart driver from kernel 2.4 to 2.6
ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
To rephrase your question: you want to know how to upgrade the UART driver when you upgrade the kernel from 2.4 to 2.6
Is this the question you are trying to ask?
If yes, then wherever the 2.6 kernel come from, there should also be a corresponding UART driver. Just use that.
If not, then please try to rephrase your question.
I guess you would have to modify the source code, if that is even necessary, put it into the appropriate place in the linux source tree, and build a new kernel &/or modules. Unless there is something different about the interface between drivers and the kernel (seems unlikely, but I don't really know) in linux 2.6, I would bet that the code has not changed. I know the hardware and related aspects have been pretty stable on the PC architecture for decades.
Does that help, or have I missed your whole point?
--- rod.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.