cyph0r :
from what I understood with the AMD models yes they have 16x on both slots BUT its a piggy back link on the data.
for example here is a crappy little diagram
CPU----16x data lane-----NB-------16x data lane-----SB----
\ \
16x LANE 16x Lane
So even though the slots are truly runnning at 16x unfortunatly the return lane form the NB getting the data to and from the CPU is still only capable of handling 16x worth of data and not 32x. does this make sence?
Are you sure about your chart? AMD systems use a bi directional hyper transport bus to take data to and from the NB. While I haven't taken the time to do the math, I would think it would be faster then a single PCIe 16x lane. When I get back from work, I'll do the math to double check.
Edit: Ok, I'm back from work. I'm using this link to find the speed of the HT bus.
http://en.wikipedia.org/wiki/HyperTransport
HyperTransport supports an auto-negotiated bit width, based on two 2-bit lines to 32-bit lines. The full-sized, full-speed, 32-bit interconnect in each direction has a transfer rate of 20.8 GByte/s (2.6 GHz * (32 bits / 8)), aggregating 41.6 GB/s bandwidth in two directions, making it much faster than many existing standards.
Ok, break out your calculator. 2600 * 4 * 2 20.8GB/s (the 4 is the result of the 32bits / 8, while the 2 comes from the fact that HT is like DDR. Read the paragraph above the one I quoted for that.) The problem with this is that many boards are based off the slower HT bus that runs at 1GHz. If you do the math for that, you get 1000 * 4 * 2 =8GB/s. So how fast is two PCIe 16x lanes?
If my memory serves, a single PCIe lane is ~250MBs. 16 of these together is (250MB * 16) 4GB/s, so two cards should be able to send (at a maximum) 8GB/s. Notice that this is the exact speed of the most commonly found HT. As some like to point out however, we don't normally use the entire PCIe bandwidth. We are just now being able to max out the bandwidth available with AGP8x, and not in all applications. Don't forget that HT is bidirectional. This means even if the CPU is receiving 8GB/s from the video cards, it could still be sending data to the NB.
This isn't a problem with HT. It might be an issue with the slower FSB, perhaps someone else would like to check that.