brzilian said:
Uh, no.
There is no such thing as USB data being converted onto the PCI bus.
USB's communication's protocol simply requires the CPU's attention more for handshaking.
Wow.......just wow..... Have you ever even studied this stuff at all?
Allow me to take you on a short tour of your computer. Right-click My Computer and click Properties. Then go to the Hardware tab and click Device Manager. Down at the bottom, expand the entry Universal Serial Bus controllers. There, you should see a couple of devices called something like
PCI to USB Open Host Controller. If you take a look at the resource usage for these devices, you will notice that they each require an IRQ. In case you didn't know, an IRQ is an Interrupt Request number, and is (vastly simplified), it's address on the PCI bus.
You're making the wonderful mistake of confusing PCI cards with the PCI bus. Just because a device is not a PCI card doesn't mean it doesn't use the PCI bus. Integrated soundcards? Yup, they use the PCI bus. Integrated video? Yup. Integrated NIC's? Yup. USB Controller? Yup.
The PCI bus is the processor's means of communicating with ALL of the system hardware except the memory, system chipset, and any special busses such as AGP which have a more direct interface with the processor.
Please don't go throwing that crap out unless you really know what you're talking about.