You are probably going to have to compile a new kernel either from official sources or from Redhat distributed sources (which I think should have been put into place when you upgraded, but I'm just guessing). To do this go to /usr/src/linux and type 'make menuconfig', and then use that interface to compile in support for your stuff either as modules (good idea), or if you want directly into the kernel (not so good, as it increased the kernel size). Then type 'make dep', 'make bzlilo', 'make modules', and finally 'make modules_install'. With luck you should be up and running with all your stuff again.