Am Mo, den 13.06.2005 schrieb Jerry Geis um 22:08:
After looking closely the 8250.c is not a module. It is compiled into the kernel. What is the shortes method to compile that file and rebuild what is needed to get it running.
Jerry
If something is compiled fix into the kernel and you want to change it by modifying the source code, there is no way around to recompile the whole kernel. So get the CentOS kernel src.rpm (probably you have that already) and write a patch which you integrate into the kernel-2.6.spec file. Then rpmbuild the kernel rpm.
Alexander