In reference to the earlier IRQ question:
The default install of Windows 2000 or Windows XP will use ACPI. This seems like a good idea, since it allows more IRQ sharing. In the case of APIC ( advanced peripheral interface controller AFAIK ) it allows IRQs like 21, 22, 23 etc. My ABX

experience has been that APIC and the use of ACPI ( yes it is a power model, not a true IRQ spec ) make a machine run like a dog. There is no such thing as a free lunch.
If you press F5 during initial install, you can choose to install Windows 2000/XP in 'Standard PC' mode. You gain two critical advantages. First, there is much less IRQ sharing, it will try to give key devices their own IRQs. Yup, all your stuff on IRQ 11 was sucking the life out of your performance.
The other advantage is for you IT guys who like to make one Windows image, and use Norton Ghost to deploy it across several different machines. Yes, I said several different machines, and manufacturers if you like. You can use one image to do different machines with different chipsets, graphic cards, etc. With a little automatic plug and play detection, a few driver updates, you are up and running. No more starting from scratch.
NOTE : With Norton Ghost, you must use this command line to prevent partition resizing. If you don't, Ghost messes it up, and you end up with a non-bootable image on dissimilar computers. I have been using a starting partition size of 9 GB lately. You can use the Microsoft Sysprep utility to automatically expand the image to the full size of the target hard drive later.
GHOST -clone,mode=load,src=d:\my2kimg.gho,dst=1,sze1=f
There is more I can share, however, this is looking blatantly off topic, so I will end for now. The moral of the story is, if you don't mind your P4 2.8 Ghz running like a P4 1.8 Ghz, go ahead and IRQ share. As for me, I like the proven performance boost of 'Standard PC' mode.