Success! Well I got it working and it was hard. I thought I'd never figure it out. I never did figure out what the 2.4 kernel was using
but I got the synaptics touchpad driver from:
http://web.telia.com/~u89404340/touchpad/
I followed the documentation that came with it and compiled my very own driver for the first time wheeeeee!
After copying the driver to the /usr/X11R6/lib/modules directory and modifying my xorg.conf per instructions...nothing. What was bugging me still was that cat /proc/bus/input/devices wasn't showing anything. Somehow after much googling I came across a website that said to try: "modprobe mousedev" and "modprobe psmouse"
The first command didn't work but after trying "modprobe psmouse"
cat /proc/bus/input/devices now showed my trackpoint and touchpad!
Also at this point moving the touchpad moved the consoles rectangular cursor so I knew I was on to something. Loaded X touchpad works! but no trackpoint so reread the synaptics driver documentation and found a part that explains how to rectify that.
Now both the trackpoint/touchpad work as well as external USB.
Still have one problem though...How do I get psmouse to load automatically without having to type "modprobe psmouse" everytime.
I'm assuming that if I reboot then I'll have to reissue that command.