There are seperte drivers, one for sound, one for the network and I guess another for the IDE chip based on the link. I always used the ones in the kernel except for the network one which I just didn't like because it knocked the others off a notch. The forcedeath driver worked fine though. The others are built into the kernel and they should be just fine.
You can test your hard drive using hdparm though. Something like this:
Code:
hdparm -Tt /dev/hd*
Mine is like this:
Code:
root@smoker / # hdparm -Tt /dev/hda
/dev/hda:
Timing cached reads: 1704 MB in 2.00 seconds = 851.95 MB/sec
Timing buffered disk reads: 170 MB in 3.00 seconds = 56.66 MB/sec
root@smoker / #
That is a IDE with 8MBs of cache and I think it is 7200 RPMs.
Hope that helps some.