Slashdot Mirror


A First Look at AMD's M2 Platform

Knight Thrasher writes to tell us that Tom's Hardware has an interesting first look at AMD's AM2 platform. From the article: "While Intel will be answering later this year with its Merom/Conroe processors, AMD officially says that the introduction of its AM2 platform and DDR2 memory support in the second quarter of this year will be able to maintain its current lead. Unofficially, we know that AMD will launch six dual-core and two single-core AM2 processors on June 6 - later than initially expected but well in time for Intel's Conroe, which will be introduced in September. Tom's Hardware got its hands on a stable engineering sample of an Athlon 64 X2 4800+ for Socket AM2 and will publish benchmark results as first as a first impression of the new Socket and processors tomorrow."

145 comments

  1. Ahhh yes by OverlordQ · · Score: 5, Funny

    and will publish benchmark results as first as a first impression of the new Socket and processors tomorrow.

    Nice to see the Editors are living up to their name.

    --
    Your hair look like poop, Bob! - Wanker.
    1. Re:Ahhh yes by Anonymous Coward · · Score: 0

      Well, now we get to see each article posted three times!

    2. Re:Ahhh yes by Gogo+Dodo · · Score: 3, Informative

      Well... I'll give the /. editors a break here because the linked article says exactly what the quoted text says. So one could blame the editors over at Tom's Hardware.

  2. Article Vaporware by ortcutt · · Score: 4, Interesting

    So, Slashdot is now referring to articles which will be up tomorrow?

    1. Re:Article Vaporware by VeryProfessional · · Score: 1

      Stops the article being slashdotted. Also, it means they get in before digg for once.

    2. Re:Article Vaporware by Urusai · · Score: 1

      Geez, I'm old enough to remember when Slashdotters complained about stories being out of date...

    3. Re:Article Vaporware by ceeam · · Score: 1

      Take that, digg!!

    4. Re:Article Vaporware by pimpimpim · · Score: 3, Funny
      You can still get that functionality, just turn off the 'Flux Capacitor' option in your Preferences.

      --
      molmod.com - computing tips from a molecular modeling
    5. Re:Article Vaporware by drawfour · · Score: 1

      It just means that when the article DOES come out, and the article is posted on Slashdot, everyone will complain about it being a dupe.

    6. Re:Article Vaporware by TheClam · · Score: 1

      Just think of it as a pre-dupe.

  3. M2? by Anonymous Coward · · Score: 0

    Last M2 I remember was a Cyrix. q-:

    -Ben Vander Jagt

  4. This is the first step towards duplicates by BadAnalogyGuy · · Score: 4, Funny

    1) Publish story about fancypants new platform being delivered to reviewers
    2) Reveal that the benchmarks won't be available until later
    3)
    4)
    5)
    6)
    7) Dupe!

    (Actually 4-6 are also duplicates)

    1. Re:This is the first step towards duplicates by rindeee · · Score: 1

      (Actually 4-6 are also duplicates)

      Right, but that goes without saying which, I suspect, is why is why they're blank.

    2. Re:This is the first step towards duplicates by tpgp · · Score: 1

      What about 3?

      --
      My pics.
    3. Re:This is the first step towards duplicates by Anonymous Coward · · Score: 0

      3 ist not a duplicate, it is the first occurence of an empty line....

      4-6 are duplicates of 3

  5. BIOS? by fred911 · · Score: 1

    Are the boards the proc sit in designed to dump BIOS yet? Or are we still stuck?

    --
    09 F9 11 02 9D 74 E3 5B - D8 41 56 C5 63 56 88 C0 45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:BIOS? by Anonymous Coward · · Score: 0

      Boards don't need to be designed to dump BIOS, you just need to know "proprietary" details about the board.

    2. Re:BIOS? by Hal_Porter · · Score: 1

      Why do you need to dump the Bios? EFI was designed for a non x86 chip where the Bios was unusable. x86-64 starts up in 16 bit mode, so it can still boot via INT 13, which currently supports 64 bit LBAs (sector numbers). That's enough to support harddrives for the next twenty years or so. ACPI can pass information about any hardware to the OS. It has support for 64 bit addresses, too. In fact, it's what EFI uses for plug'n'play information. Modern OSs don't use the Bios post boot anyway. Even the switch from MBR to GPT partitioning to get partitions bigger than 2^32 sectors can be done without changing the Bios. A well written OS loader can probably minimise the switches from 16 to 32/64 bit mode to the point where it's faster than calling more bloated 32/64 bit code directly, given that an INT 13 handler is tiny compared to the EFI equivalent.

      There isn't any technical reason to boot an x86 board in any other way. Of course, if you want a closed platform it may be desirable, but that's another story.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  6. Where are the FB-DIMMs? by MBCook · · Score: 5, Insightful
    That's nice, good for AMD. But where are the FB-DIMMs? I like that AMD moved the memory interface onto the processor die and I think it was a great step (Intel is supposed to do this in a few years) but the fact they had to change sockets for DDR2 really bugs me. I understand why, but still.

    FB-DIMMs should be available by now. If I would go out and buy a socket M2 processor, I'd have to buy a new socket and processor when FB-DIMMs came out (or the switch to DDR3 or whatever). If we had FB-DIMMs then one processor would work with DDR/DDR2/DDR3/SD/whatever just by switching out the memory since the interface is serial and built onto the memory chips. It would allow the life of boards to be extended much longer. Look how long PCI lasted. If you bought a new motherboard in the PCI era and you could keep using it all the way up to now because the socket stayed the same and the memory modules just changed (even though the physical pin out stayed the same) you could do it. Now that PCI-Express is here, we could do that easily for the future.

    FB-DIMM is supposed to simplify the board layout too since you don't have to run all those parallel data/address lines to each DIMM. This is supposed to make layout much less complicated. Imagine how many pins would be needed on an Opteron if they wanted to put 4 memory banks on the processor instead of the 2 they have now. That would be a few hundred extra pins. With FB-DIMM that might be one hundred extra pins.

    The only need to update the socket would be to provide additional power pins (you could future proof this a bit by putting extra power pins on) or other features (I've heard of someone, Sun perhaps, trying to put Ethernet on the processor die).

    I like AMD, but isn't it time we get past these custom memory interfaces for each standard?

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    1. Re:Where are the FB-DIMMs? by DrMrLordX · · Score: 1

      I've heard that FB-DIMMs run hot and need to be actively cooled. This is not something you want on desktops. I believe Socket F will be supporting FB-DIMMS though, at some point.

    2. Re:Where are the FB-DIMMs? by Anonymous Coward · · Score: 1, Interesting

      You won't be getting FB-DIMM support with the M2 socket, it's for their consumer level/low-end workstation (single CPU Opteron) segment.

      Socket F/1207 for their server chips is rumored to support FB-DIMMs as well as some other neat-o stuff.

    3. Re:Where are the FB-DIMMs? by stone2020 · · Score: 0

      FB-DIMM are only for expensive servers right now. Why would they release it for consumers when they can charge business' a huge amount for the latest technology? Some things never change.

    4. Re:Where are the FB-DIMMs? by Firehed · · Score: 4, Interesting
      While definately worth considering, I'd imagine DDR2 will have enough life in it - at least on the desktop segment - for this to not really be a huge issue. While the idea of needing to buy a new motherboard every time is a bit irritating, you'd have to anyways, unless you have crazy soldering skills. Couple that with the fact that by the time you're ready for a memory type upgrade that once-brand-new processor is probably quite out of date, it's not a huge issue. I recently picked up a two gig kit knowing full well that DDR2 for AMD was on the horizon, and I'm not all that bothered. Chances are I'll bump it up to four at some point next year, and hold off on a new processor (and thus new memory) until quad-core chips are available. I figure that an overclocked dual core chip should hold me over for at least the next year, and I'm not too worried about graphics upgrades as I think PCI-E is going to be around for just as long as PCI, if not longer (thanks to it's future-resistant nature; just add more lanes and you have more bandwidth). In fact I heard rumors a while back that AMD might try to incoprorate a PCI Express controller onto the die as well (leaving basically... what... ethernet and storage interfaces on the chipset?), but seeing that PCIE gains more bandwidth by adding lanes rather than being clocked higher, it seems like it's just moving costs around. While it would probably help consumers in the long run, it's irrelavent to this; point being that moving the memory controller from the northbridge to the processor die actualy increases the speed at which it communicates with the rest of the system. In fact, I'd wager that architectural difference between a P4 and A64 is making the largest difference in terms of overall performance.

      Don't get me wrong, I love the idea of using FB-DIMMs since it would just mean changing out the motherboard and not also the processor, but with the relation between processor and memory interface, I don't see it as being a big issue. Especially considering the fact that DDR2 is available and about equivalent to DDR in prices (about $150 for a 2x1GB DDR400 or DDR2-533 matched pair, as of two seconds ago at Newegg), whereas FB-DIMMs are unavailable right now and will probably start off pretty expensive compared to what's out.

      --
      How are sites slashdotted when nobody reads TFAs?
    5. Re:Where are the FB-DIMMs? by Anonymous Coward · · Score: 0

      Duh. FB-DIMMs are still not mainstream. They also bridge a gap that does not exist yet for desktop machines.

      AMD otherwise is better off sticking to what is cheapest in order to maintain a total cost advantage over Intel. Just as Intel transitions to DDR3 / FB-DIMM then the AMD builders will soak up all of that cheap DDR2 that performs just fine, thank-you-very-much.

    6. Re:Where are the FB-DIMMs? by theendlessnow · · Score: 1

      Tom's Hardware is saying they'll have FB-DIMM's tomorrow.

    7. Re:Where are the FB-DIMMs? by Anonymous Coward · · Score: 0

      FB-DIMMs *are* DDR3. They also run VERY hot (I've heard as much as 7-8 Watts PER DIMM). They also have very high latency in chained arrangements.

      They are not a panacea.

    8. Re:Where are the FB-DIMMs? by coldmist · · Score: 1

      FB-DIMMs are going to be used for servers (initially). (I think I read somewhere that he new Socket-F 1207 pins for the next Opteron will be FB-DIMM based.)

      There is the extra cost of the controller chip, per module, plus the added latency for parallel-serial-parallel data translation. For servers needing huge amounts of memory, they can deal with extra latency, but not for desktop applications and games where latency can mean the difference between 30 and 60fps.

      --
      Don't steal. The government hates competition.
    9. Re:Where are the FB-DIMMs? by MrFlibbs · · Score: 1

      Fully Buffered DIMMs won't be in desktop systems from either Intel or AMD, at least not anytime soon. They cost more than standard DDR2 DIMMs and increase the thermal load.

      However, they are well suited for servers that require lots of RAM. This is the main advantage of the technology -- allowing increased capacity. FBDs provide higher bandwidth but with increased latency. This means the following:

      1) Systems with 1-4 DIMM requirements are better off with standard DDR2. It's cheaper, cooler, and has lower latency. Applications that do a lot of random accesses will actually run faster as long as you don't have to swap to disk very often.

      2) Systems that need a lot of RAM (8-32 DIMMs worth) will benefit from FBDs because you can pack in a lot of memory without suffering severe performance penalties. The latency goes up with the number of modules per channel, but the high bandwidth will support many concurrent transactions. It's much faster than swapping out to disk with virtual memory

      Bottom line -- FBDs make sense only if your work load needs more RAM than you can fit in a small (1-4) number of slots.

  7. Socket? by mboverload · · Score: 1, Insightful

    Why can't they just make a socket with 200 pins and stick with it for a few years? I'm very tolerant when it comes to planed-obsolescence, but this is just getting stupid.

    1. Re:Socket? by mboverload · · Score: 1
      MISSPELL

      I meant 2000 pin. Sorry.

    2. Re:Socket? by ortcutt · · Score: 4, Insightful

      What's the point in using the same socket if your old processor won't work with it anyway? Changing the socket keeps people from thinking wrongly that they can use an incompatible processor with the motherboard in question.

    3. Re:Socket? by Man+in+Spandex · · Score: 1

      Hmm, maybe they don't want people turning their Athlon XP's into MP's? I don't know man that might be a reason why the Opterons have 940 pins while the Athlon64 have 754 and 939pins but I doubt it. All I know is, AMD didn't like that XP>MP Mod, at least I think. Would you? :X

    4. Re:Socket? by DrMrLordX · · Score: 1

      Indeed. Socket AM2 will be a 940-pin socket like Socket 940, but the pin alignments are different, so the CPUs will not be interchangable between the older Socket 940 and the new AM2. I believe AMD went to the trouble of giving AM2 a non-numerial name to prevent confusion over the two sockets.

    5. Re:Socket? by Anonymous Coward · · Score: 0

      I don't know man that might be a reason why the Opterons have 940 pins while the Athlon64 have 754 and 939pins..

      Some of the newer Opterons actually have 939 pins. I just bought an Opteron 165 last week. It is an awesome chip with great overclocking capabilities.

    6. Re:Socket? by ortcutt · · Score: 4, Informative

      Socket 940 Processors use ECC, registered DIMMs. Socket 939 processors use unregistered DIMMs. So, making the processors different by one pin keeps people from using a processor in a motherboard which won't work with it.

    7. Re:Socket? by be-fan · · Score: 4, Interesting

      AMD hasn't changed sockets just for kicks. The 754 to 939 transition was to add extra pins for the dual-channel memory controller. The AM2 socket transition will be to add support for DDR2 memory. These things required not just extra pins, but extra traces on the motherboard. Moreover, the traces have different timing characteristics because of the change in memory type. So even if AMD had used a socket with extra pins, old motherboards still wouldn't have the right lines to connect them to.

      --
      A deep unwavering belief is a sure sign you're missing something...
    8. Re:Socket? by Anonymous Coward · · Score: 0

      You can use ECC memory with socket 939.

    9. Re:Socket? by Pusene · · Score: 1

      Take this a bit further. Why not always bundle the CPU and motherboard. If I want to upgrade my CPU today, I have to upgrade the motherboard anyway....

      --
      Error #13: No coffee. Operator halted. Please place boot device at bottom.
  8. DDR2? by TubeSteak · · Score: 4, Interesting

    I thought DDR3 was the future?

    I read that it is expected late 2006/early 2007 and Samsung claims it'll be 2x the speed of DDR2 and it'll operate at 1.5v (less power consumption).

    I know NVidia is already using it on video cards...

    --
    [Fuck Beta]
    o0t!
    1. Re:DDR2? by Anonymous Coward · · Score: 0

      I thought DDR3 was the future?

      Don't be dumb. DDR300 is this future. Well, actually, DDR3000 ... umm, well, DDR 234234, uhhh, well, nevermind.

    2. Re:DDR2? by Anonymous Coward · · Score: 5, Informative
      I know NVidia is already using it on video cards...
      nVidia is using GDDR3 which is based of DDR2 and has nothing to do with DDR3 (reference).
    3. Re:DDR2? by MBCook · · Score: 4, Informative
      Video cards are always ahead because of the high bandwidth they need, and more importantly the lack of compatibility. Each time you release a new video chip, you can just change the pin out and add as many pins as you want. You don't have to keep using the same exact pin out for 5 years so that users can upgrade their processors.

      Speaking of which, how many normal consumers actually DO upgrade their processors? Maybe we should move back to the soldered on processors of the past. No socket to be stuck to, no expensive ZIP socket to put on the board (you can't tell me that 940 pin ZIF sockets are cheap), not much downside (if your CPU dies, most people would just buy a new and faster computer today for the price to get the thing repaired).

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    4. Re:DDR2? by Yehooti · · Score: 2, Interesting

      I'm disturbed the Socket 939 has had such a relatively short life. It has served me well when upping from a 64 3500+ to a 64 X2 4400+, but I was expecting more time before another significant socket change. Am I the only one disappointed in this rather fast change to an even newer socket MB?

    5. Re:DDR2? by DrMrLordX · · Score: 4, Interesting

      DDR3 is the future, and some were speculating that AMD would leapfrog DDR2 completely and go straight to DDR3. Apparently, DDR3 supplies, availability, and prices aren't yet in the range for AMD to push it as their supported memory type in desktops.

      DDR2 has some drawbacks that make it less attractive for AMD platforms than even DDR. However, it should be noted that AMD has recently announced that socket AM2 will launch at DDR2-800 speeds rather than the initially-planned speed of DDR2-667. This increase in memory clock should negate most of the latency concerns surrounding DDR2 vs DDR. Should.

    6. Re:DDR2? by Anonymous Coward · · Score: 0

      It's a little disappointing, but I'm certainly not complaining. Once the M2 hardware comes out, all the current high-end 939 stuff should finally be reasonably affordable. :)

    7. Re:DDR2? by Anonymous Coward · · Score: 1, Informative

      No. DDR3 and GDDR3 are very different, a common misconception.

      http://en.wikipedia.org/wiki/DDR3
      http://en.wikipedia.org/wiki/GDDR3

      DDR3 still is the future. I don't know why they're going forward with DDR2.

    8. Re:DDR2? by mcrbids · · Score: 4, Insightful

      Speaking of which, how many normal consumers actually DO upgrade their processors? Maybe we should move back to the soldered on processors of the past. No socket to be stuck to, no expensive ZIP socket to put on the board (you can't tell me that 940 pin ZIF sockets are cheap), not much downside (if your CPU dies, most people would just buy a new and faster computer today for the price to get the thing repaired).

      What makes you think the ZIF socket is for the consumer? No, it's really about the small tech shops, which represent a significant portion of sales. Typically, you'll see a small shop stocking 2 or 3 different types of Motherboards (one for high performance, one for cheap-o upgrades, and one somewhere in the middle) and a half-dozen processor speeds.

      With this scenario, the shop only has to stock 1 or 2 of each type of motherboard and maybe 5-6 processors. Stock is bad, because the deflationary index of computer gear is so high, so this lets just a dozen or so parts provide many different combinations for customer needs. This makes it more profitable for the business, and so more likely to stay in business.

      This leads to more sales, and more happy customers. Probably worth the $0.45 it costs the manufacturers to have the ZIF socket.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    9. Re:DDR2? by cqnn · · Score: 1

      No, I could have bought a socket 754 system instead.

    10. Re:DDR2? by mcbridematt · · Score: 1

      Speaking of which, how many normal consumers actually DO upgrade their processors? Maybe we should move back to the soldered on processors of the past. No socket to be stuck to, no expensive ZIP socket to put on the board (you can't tell me that 940 pin ZIF sockets are cheap), not much downside (if your CPU dies, most people would just buy a new and faster computer today for the price to get the thing repaired).

      When you think of it, apart from dual core there hasn't been much movement in the processor industry since the introduction of AMD64 and the appearance of the Pentium M - in 2003.

      All we've really seen is small tweaks in processor design and manufacture to get a higher IPC count, and small increments in clock speed to go with it, and an emphasis on lower power usage.

    11. Re:DDR2? by Deliveranc3 · · Score: 3, Interesting

      DDR2 is a step backwards in performance but it's cheaper.

      Then the bottom fell out of the memory market (Pretty late Memory is behind the curve on improvement specifically in terms of performance... so many systems are still being made with DDR333) so as a memory manufacturer of course they are going to try to stir the market into an expensive new standard... Part of doing that is hitting people up about their current performance, for AMD it matters and they are relying on AMD to push memory tech with their integrated controller.

      At first it seems that it would provide a slower upgrade path but they can integrate lower latency and higher bandwidth far more easily than Intel.

      AMD would have to commit to a new memory architechture because their chips will be designed to only work with it, so they want a tested solution, they're not scared of commiting to a memory architecture with low performance they're scared of commmiting to one with a high price tag.

      Intel was REALLY hurt by XDR...

      I mean that was a masacre, AMD has multiple developers for their chipsets so the only chink in their armor would be a new memory arhitecture.

      While Intel has fsb problems they don't need to worry that Intel will find a new memory tech because they just won't be able to take advantage of it fast enough that AMD won't be able to upgrade their platform.

    12. Re:DDR2? by Anonymous Coward · · Score: 0

      Socket 939 lived for at least 2 years.

      Just because the obsolete Socket A hung around for way too long doesn't mean you should plan your life around staying with the same CPU socket.

    13. Re:DDR2? by Deliveranc3 · · Score: 1

      Wtf is wrong with you people, go buy a 4 or 8 way opteron server then.

      Hell buy some Xeons.

      Face it we're all in the same boat price/performance.

      We keep hearing this again and again, sure there will be early adopters who make some of the good stuff more affordable eventually but really no product is designed for the absurd prices some morons are willing to pay and as far as the rest of us are concerned they are just buying up prototypes which should be left in the labs where companies can work on them.

    14. Re:DDR2? by Malor · · Score: 2, Informative

      That's the downside to the on-die memory controller. AMD has to make certain you don't mix the DDR-only chips with the DDR2-only motherboards, and vice versa.

      Had the memory controller been on the Northbridge, a la Intel, they could have kept the old sockets, but then they wouldn't have had as much of a performance advantage.

    15. Re:DDR2? by ericmarshall · · Score: 3, Informative
      I know NVidia is already using [DDR3] on video cards...

      Not quite.

      The memory on the nVidia cards you are talking about is actually GDDR3, not DDR3. The name is similar, but the technology is not.

      From the Wikipedia DDR3 article:

      The GDDR3 memory, with a familiar name but an entirely dissimilar technology, has been in use for several years in high-end graphic cards such as ones from NVIDIA or ATI, and as main system memory on the Xbox 360. It is sometimes incorrectly referred to as "DDR3".
    16. Re:DDR2? by dan+the+person · · Score: 3, Insightful

      Not just for the small tech shops.

      Can you say "build to order"?

      If apple or hp etc find that more people are selecting the option to upgrade from 2.0Ghz to 2.116Ghz processor than they anticipated, then they can direct the assembly plant to start putting more 2.116Ghz processors in the motherboards as they assemble a notebook or processor. That is going to result in a greater supply of the faster machines in a day or two.

      Such a request to the motherboard manufacturing plant to start making more boards with the 2.116Ghz processor soldiered on is not going to see a greater supply to consumers in a day or two. The assembly line might take longer implement the change, but more importantly you've a couple of steps further down in the supply chain. Once the MBs have been manufactured you've still got to wait for them to be shipped to the assembly plant and then for them to be assembled into complete computers.

    17. Re:DDR2? by Surt · · Score: 2, Insightful

      Unfortunately, AMD has no choice. They have to change sockets every time they upgrade memory types, because the memory controller is built into the chip. As a result, expect another socket change in 3 years to switch to DDR3.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    18. Re:DDR2? by Anonymous Coward · · Score: 0

      And what if a mainboard model and processor combo don't sell? Now you're out the cost of the board AND the cpu. As much as pc components go dead, I wouldn't be too happy about loosing the board and the cpu together either.

    19. Re:DDR2? by corngrower · · Score: 1

      I'm waiting for GDDR8 memory.

    20. Re:DDR2? by GungaDan · · Score: 1

      Feh. Mine goes up to GDDR11. ;-)

      --
      Eloi are stupid, throw morlocks at them!
    21. Re:DDR2? by Clith · · Score: 1
      I'm disturbed the Socket 939 has had such a relatively short life.
      [...]
      Am I the only one disappointed in this rather fast change to an even newer socket MB?
      I'm sure there are lots of people who did what I did and hung on to their Socket A motherboards for a nice long time, ignoring the numbered sockets completely. Now we get to skip right over them to the AM2.

      CPU manufacturers should indeed be much more aware of the impact that changing sockets has. I used to think AMD was such a manufacturer. Look at how long Socket A lasted! But this mess with the numbered sockets has burned all the goodwill AMD had built up on this score.

      --
      [ReidNews]
    22. Re:DDR2? by object88 · · Score: 1

      I'm waiting for GDDR8 memory.

      Screw that, it's all about GODDAMNDR13.

    23. Re:DDR2? by MagnusDredd · · Score: 1

      Sure, and why not have onboard video and sound as well....

      Dude, have fun on your iMac...

      Of course we could take it one step further and remove any discrete video memory....
      ---

      One of the best things about Apple's move to Intel is that even they are abandoning that line of thinking. The new Macbooks and iMacs use sockets...

      I can understand WRT laptop designs. Things need to be very compact. Modularity takes a back seat to weight, size, and form factor. Which is good. In a tower there's no excuse.

  9. Re:Annoying Writing by kerrle · · Score: 0

    Well, they are German...

  10. Oh good! by svunt · · Score: 0

    Not a moment too soon...any earlier, and I might not have just splashed out for a top-of-the-line socket 939 system. Hooray for the expensive future!

    1. Re:Oh good! by Anonymous Coward · · Score: 1, Interesting

      Cool, Now I'll be able to afford a top-of-the-line Socket 939 system
      in a few months for Half Price! Hooray for the inexpensive future.

    2. Re:Oh good! by joelito_pr · · Score: 0

      You're right, better wait till the end of the year to upgrade

  11. damnit! by claus.rosito · · Score: 0

    i've just bought an 939 for my bro. he will kill me when he knows it will be obsolete in a no-time. platforms should last longer...

  12. FB is not a panacea by YesIAmAScript · · Score: 1

    Yes, with FB you can put all your DIMMs on a single set of signal lines. But you can without FB, too (within capacitance limits). The reason you don't in either case, is regardless of FB or no, if you have more parallel lines, you can transmit more data at once.

    If you put more memory on one set of signal lines, you can reduce latency, but you cannot increase bandwidth.

    --
    http://lkml.org/lkml/2005/8/20/95
    1. Re:FB is not a panacea by Wesley+Felter · · Score: 3, Interesting

      You're overlooking the frequency difference; because FBD is point-to-point, it can run at 5GHz or more, compared to a mere 800MHz for DDR2. Thus with an equal number of pins, FBD gives much more bandwidth.

      Yes, with FB you can put all your DIMMs on a single set of signal lines.

      That's not how it is used, so I'm not sure why you are emphasizing that. IIRC, Blackford systems have 4 FBD channels (using fewer pins than two DDR2 channels).

  13. Anandtech by Gogo+Dodo · · Score: 5, Informative

    I'd rather read the AnandTech article on AM2

    1. Re:Anandtech by Anonymous Coward · · Score: 0

      3 pages, just to tell me that it's a new socket and I'll need a new heatsink for the processor.

  14. PC competition for "I-Minor" MAC? by Anonymous Coward · · Score: 0

    When Stephen Job announced his "I-Minor" McIntosh last year, it really caught my eye. Wanting to buy or build a small computer for my already cramped breakfast bar, I started pricing out similar hardware. The results startled me. Most of the configurations I found cost more than the humble US$499 of the "I-Minor", often much more. To match price with MAC I had to configure with a much bigger shuttle-style case.

    So here's my question. What computers are currently on the market to compete with this? When my wife asks for the "cute little I-Minor McIntosh with dotMax Tigger OS® that MAC just invented", what PC can I buy instead?

    1. Re:PC competition for "I-Minor" MAC? by Anonymous Coward · · Score: 0

      Slashdot is really getting weird. I metamoderated the parent post yesterday and here it is getting posted

  15. A couple of things by Rob_Bryerton · · Score: 4, Insightful

    Being sort of a slow news day, I tried something different and actually read TF "article", as there were no comments featuring "in Soviet Russia" yet posted. First off, SPONSORED LINKS are evil and annoying.

    I see the blurb mentions introduction of 6 dual core & 2 single core chips, and I wonder if this will be the new product tier differentiating mechanism: dual and single. Traditionally, we'd see the low end, which was the crippled version of the mid-range, then the high end typically added more cache and un-crippled SMP abilities. Perhaps the low end will be single core, mid-range dual, and high end w/larger caches & 4/8-way ability.

    Now that the MHz "wars" seem to be behind us, it's a race to pack multiple cores onto chips, which I see as a good thing. I've always had a thing for SMP rigs (my current & previous boxes are duals), and dual-core going mainstream means several good things for us SMP freaks, the least of which is more affordable 4-way boxen!

    In closing, I'd like to mention that this whole blurb about a story (which is in fact an ad vehicle) which references a yet-to-be published story, is rather silly and bizarre. And poorly written. Like my post.

    1. Re:A couple of things by Entropy · · Score: 1

      In Soviet Russia, links sponsor YOU!

      --
      The sea changes color, but the sea does not change.
  16. grammar nazi strikes! by Tumbleweed · · Score: 1

    Nice to see the Editors are living up to their name.

    I think you mean the 'Editros.' Yeesh, get it right. ("Don't call me 'Yeesh.'")

    I'm more interested in announcements from PMA, anyway.

  17. Lower power usage by tepples · · Score: 1

    When you think of it, apart from dual core there hasn't been much movement in the processor industry since ... 2003. All we've really seen is small tweaks ... and an emphasis on lower power usage.

    Lower power usage is precisely what makes residential dual core PCs and blade servers feasible. The same attitudes toward lower power usage will be necessary to control heat flow once Moore's law runs out (not soon, but eventually) and we end up having to build into the third dimension with stacked dies.

  18. Evil by Belial6 · · Score: 2, Funny

    If they actually release it on June 6th 2006, (6/6/6) they should work out some kind of deal with ID to include a free copy of Doom3 with each processor for the rest of the year. If not, they should do SOME kind of fun thing with it. Although, they will probably chicken out, just like when they clock doubled the 333mhz processors, somehow they ended up with 665mhz.

    1. Re:Evil by wall0159 · · Score: 1

      Dunno about you, but I had a P3/667. You were ripped-off by 2MHz!!!

    2. Re:Evil by Anonymous Coward · · Score: 0

      They must have fucked you guys over! Over here, it was clocked at 667mhz! :)

    3. Re:Evil by Malor · · Score: 1

      Back in the days of the front-panel LCDs that announced how fast the CPU inside was, I was pretty jazzed to get my first full-three-digit one. They were originally two digits, and then added a '1' in front, and finally went to three.

      I set mine to 666 and kept it as long as I kept that case. If anyone asked, I told them the machine was beastly fast.

    4. Re:Evil by taskforce · · Score: 1
      --
      My 3D Texturing Skinning work (under construction)
  19. This is nothing to complain about by Dr.+Spork · · Score: 4, Informative
    I don't know how many socket architectures Intel has introduced in the last two years. I just stopped caring enough to count. AMD, on the other hand, has basically standardized on one: 939. They deserve a lot of praise and respect for the fact that 939 runs everything from (almost) the bottom of the line to the very top, which is a big range, covering at least eight distinct core designs.

    Nobody believed them when they said that they won't make you buy a new mobo to upgrade to dual-core processors. Amazingly, AMD kept their promise! They even migrated some Opterons to 939 so you can upgrade your home computer with a real server chip. Now compare this to Intel and you'll see how disciplined and customer-friendly AMD have been.

    Of course, they want to make use of DDR2, and since your old motherboard doesn't have DDR2 slots, you'll need to buy a new motherboard to use DDR2. That's the end of the story! You'd have to be high to think you could keep your board and just upgrade to DDR2. AMD switched the pinout a tiny bit so that you don't make the mistake of plugging in an incompatible processor into the board. There's nothing more to it than that.

    So maybe people are complaining about being forced to go to DDR2, but I don't think that will happen. I'm quite sure there will be several new AMD processors for Socket 939, probably priced at the same level as their AM2 counterparts. The only difference will be the memory controller. Of course, it won't make much sense to buy 939, with DDR2 being almost as cheap as DDR.

    Maybe people were complaining about the extra burden on mobo manufacturers to retool, but this is absolutely minimal, as the Anand article makes clear. We will see many cheap AM2 boards almost right away, because they are so similar to Socket 939 and 940.

    Really, this is a great illustration of how a socket change should look.

    1. Re:This is nothing to complain about by Gogo0 · · Score: 4, Insightful

      Ah yes, all those dastardly intel sockets in the past two years...

      478 to 775
      umm...

      I should have posted as AC because Im going to be modded down to hell, but whatever.

      Mod parent +5 AMD Fanboy (people on slashdot call it Insightful for short)

    2. Re:This is nothing to complain about by Anonymous Coward · · Score: 1, Informative

      Huh? AMD did nothing but screw over socket 940 the entire time.
      Originally joe blow got 754 and high-end people paid for dual-channel 940.
      Then the AMD marketing shmucks decided to migrate dual-channel to the masses while still artificially making the market distinct from servers/workstations. Socket 939.

      There is no difference whatsoever between 939 and 940 except artificial incompatibililty. (The "socket 940 registered ECC" requirement is a lie---that is a function of the newer CPUs' better memory controller, not a random missing socket pin.)

      Then AMD further decided to screw over the 940 owners by migrating the Opteron 1xx to 939 exclusively. And where is the BIOS support for dual-core on socket 940? Some mobos got it, but others didn't. ASUS took over 1 year to release an update to the SK8V BIOS, and they say it supports "new CPUs" but they don't say which (the CPU support list was never updated).

      Given this past history, I expect socket M2 owners to get screwed over in a year when the AMD marketing bozos decide to separate the markets again and release a "cheaper" single-channel DDR2 socket and a new server socket. You KNOW it will happen. Eventually M2 BIOS support will dwindle to nothing.

    3. Re:This is nothing to complain about by ceeam · · Score: 2, Insightful

      What about mobile and "Core" CPUs?

    4. Re:This is nothing to complain about by Xross_Ied · · Score: 2, Informative

      Please note
      940 is DDR Dual channel registered memory with ECC support
      vs
      939 is DDR Dual channel non-registered memory
      Reference: http://www.hardocp.com/article.html?art=NjI2

      One was designed for server/workstation requirements; registered and ECC support.

      The other was designed for desktop requirements where price is and total system costs (ECC memory is significantly more expensive) are more important.

      --
      This sig space tolet, reasonable rate.
    5. Re:This is nothing to complain about by WasterDave · · Score: 1

      Quite. Didn't AMD have socket 754 and socket 940 for a fair while too? I bought my "new spangly and top end" PC just as 939 was coming out and was monster expensive. Of course now (that socket 939 is the new PCI) I've been stitched on dual channel ram and the option of dual core procs. Oh well, shit happens.

      Dave

      --
      I write a blog now, you should be afraid.
    6. Re:This is nothing to complain about by Anonymous Coward · · Score: 0

      AM2

      R not!

    7. Re:This is nothing to complain about by Ihlosi · · Score: 1
      478 to 775



      You can't be a trve Intel fanboy, or you would know about Socket 479.



      Also, what good is keeping the same physical socket around for years when the newer processor just won't run (or worse) in older mainboards due to voltage/power supply/whatever differences ? Might as well get a new socket change the socket then to keep the ijjits from frying their hardware.

    8. Re:This is nothing to complain about by ne0n · · Score: 1

      I like your post, but have a few questions. Is DDR2 really any better? It's lower power, yes, and slightly faster clocked, but the latency is huge. Dunno about throughput, but I haven't seen anything spectacular from the (admittedly few) examples seen so far.
      googling for benches, not much to go on here. What exactly are the advantages of DDR2? It's actually cheaper than the old stuff already, so I'm very curious :)
      Anybody?

      --
      $ :(){ :|:& };:
    9. Re:This is nothing to complain about by Anonymous Coward · · Score: 0

      Don't forget Socket 603 and Socket 604.

    10. Re:This is nothing to complain about by Anonymous Coward · · Score: 0

      Those don't count in Intelfanboy-land. Neither does the different Xeon sockets. "these are not the sockets you are looking for"

    11. Re:This is nothing to complain about by Anonymous Coward · · Score: 0

      Except all AMD64 processors support ECC memory and work on most socket 939 boards if not all. The A8N variants and A8V variants work with ECC memory. Remember the memory controller is on the die, not on the motherboard.

    12. Re:This is nothing to complain about by level_headed_midwest · · Score: 2, Interesting

      Hey hey, what about Socket 603/604 for the Xeons?

      --
      Just "gittin-r-done," day after day.
    13. Re:This is nothing to complain about by somersault · · Score: 1

      I found this article http://www.overclockercafe.com/Articles/DDR_vs_DDR 2/ which basically shows that DDR2 is the same or ever so slightly better than DDR at the same clock speeds, with the same mobo, but DDR2 can go to much higher clockspeeds (though their mobo couldnt run DDR2 at higher than 533Mhz). Looks like the nanosecond or whatever of extra latency really isnt much of a problem =p At least for the games they were testing

      --
      which is totally what she said
    14. Re:This is nothing to complain about by default+luser · · Score: 1

      Is DDR2 really any better?

      For performance:

      On the Intel platform, definitely. Thanks to their external memory controller, they already suffer from high latency. A little extra latency over DDR1 does not hurt them.

      For AMD, it may yet be better. Keep in mind, these platforms being tested today are not yet optimized, and aren't using DDR2 800. I expect some performance improvement with the final product using DDR2 800. The key point is, even with DDR2 667, the release product should perform about the same as DDR1 400. This allows you to reap the power benefits of DDR2 (discussed below) without taking a performance hit.

      For power:

      No contest, DDR2 is miles ahead of DDR1. DDR2 runs on 1.8v versus 2.5v. As power usage runs with the square of the voltage, the reduction is (1 - 1.8^2 / 2.5^2) * 100 = 49%. That's a huge chunk of power.

      In addition, DDR2 uses an internal buffer per memory cell double the size of DDR1 to get its increased data rates. This means the internal speed of DDR2 is half that of DDR1 for the same data rate (at the cost of more latency). Thus, even though power usage is proportional to frequency, DDR2 doesn't take a power hit over DDR1 400 until you move beyond DDR2 800.

      Basically, AMD is moving to DDR2 because their Turions need lower-power memory to compete with Intel in notebooks. Turions are cherry-picked desktop chips that run at very low voltages, and they need their entire range of desktop processors to support DDR2 to allow them to keep doing this.

      So:

      * DDR2 800 should use 50% less power than DDR1 400.
      * DDR2 667 (most likely to be used on Turion platforms, much like Intel is using with Yonah) should use 60% less power than DDR1 400.

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

  20. Oh hey, my mistake... by YesIAmAScript · · Score: 3, Interesting

    I thought FB-DIMMs were merely buffered (as the name implies).

    Nope, they're not. They're arranged in a big serial shift register.

    The problem with this? Latency goes up as you put in more DIMMs. Why? Because data from the 4th DIMM has to pass through (not just by) the 3rd DIMM, 2nd DIMM and 1st DIMM to get to the CPU.

    Sound familiar? It's just a retread of RDRAM.

    No thanks. Intel boned themselves with this before. If they want to push this, they better get ready to take a backseat to AMD again. DDR outdistanced RDRAM handily on performance and price/performance, I'll be surprised if things are any different this time.

    I hope you enjoy your higher clock speeds, you'll need them to try to get your latency down to managable and your bandwidth up to normal. I mean, with 1/4 as many data pins (I assume the 28 data pins carry only 16 bits of data at once, vs 64 of DDR/DDR2), you're going to have to go 4X as fast just to match the bandwidth and latency of a regular system. And as soon as that 2nd DIMM is put in, you're behind on latency and you're going to have to play catch up.

    --
    http://lkml.org/lkml/2005/8/20/95
    1. Re:Oh hey, my mistake... by fitten · · Score: 1

      Just a side note... the price issues with RDRAM were (admitted in court) a result of a DRAM consortium using monopolistic tactics to undercut RDRAM and keep the prices high.

      The problem with this? Latency goes up as you put in more DIMMs. Why? Because data from the 4th DIMM has to pass through (not just by) the 3rd DIMM, 2nd DIMM and 1st DIMM to get to the CPU.

      This sounds contrary to "point-to-point" as mentioned at Micron. What you describe is that the FB-DIMMs are in serial. The data is transmitted serially but the topology of the FB-DIMMs is point-to-point, which means (potentially) parallel access to all FB-DIMMs (point-to-point implies a switched topology).

      Also, by your arguments... it seems you'd prefer PATA HDDs over SATA HDDs (the same arguments apply there as well). I think many review sites tend to like SATA drives for a variety of reasons. I suggest reading up on a lot of the discussion about parallel data transfers vs. serial data transfers (in relation to buses) and see the advantages and weaknesses of each, particularly at high clock frequencies.

    2. Re:Oh hey, my mistake... by Wesley+Felter · · Score: 1

      But in the future you'll have no choice. DDR3 can probably only fit one DIMM per channel (due to the capacitance, as already mentioned). If you only have enough pins for two DDR3 channels, then your high-end processor can only use 2 DIMMs, which simply is not enough. Or you could use those same pins for four to six FBD channels; even if you only have one DIMM per channel (no latency hit) you still come out ahead.

    3. Re:Oh hey, my mistake... by midnighttoadstool · · Score: 1
      Since processors stay in the cache most of the time, and memory reads then tend to be serial I don't see how this is such an issue.

      The concept had to return as soon as people forgot RDRAM and moved on a little.

      Quite possibly now is the time for high-latency RAM. The only reason RDRAM didn't work out is not for technical reasons (caching can handle that) but because they ran hot and were pricey.

      Hot, pricey RAM anyone?

    4. Re:Oh hey, my mistake... by Anonymous Coward · · Score: 0

      There are actually two issues at hand here, the number of FB-DIMM channels and the number of slots per channel. I believe the FB-DIMM architecture allows for up to 6 channels, each of which can have up to 8 slots. Expanding out to more channels increases the total bandwidth, at the cost of extra complexity in the memory controller and extra traces to layout. Adding more slots to a channel is the inexpensive way to add capacity, but takes the latency hit that you mention. In practice, I've worked with an upcoming server platform with 8 FB-DIMM slots, 2 slots in each of 4 channels. The highest performance configuration is to populate slot 0 of each of the 4 channels, that's full bandwidth with minimum latency. Adding an FB-DIMM to slot 1 of a channel will increase capacity, but with increased latency.

  21. Still teh suk :( by Groo+Wanderer · · Score: 1

    "Are the boards the proc sit in designed to dump BIOS yet? Or are we still stuck?"

    UEFI 2.0 isn't fully baked yet, but it will be soon. EFI 1.10 is an 'Intel' spec, and besides, it won't do 64-bit extensions. Moral, the suk.

    Look for there to be UEFI 2.0 boards later this year, most likely at the Vista launch, but not before.

                      -Charlie

  22. I'm confused by Anonymous Coward · · Score: 0

    Since 940 was ECC and 939 was not ECC, will there need to be two different sockets for DDR2 ECC and DDR2 standard?

  23. DDR2 by jeeperscats · · Score: 2, Funny

    Yes! AMD has DDR2, I wonder how long it will take Intel to catch up with them on that one....oh wait, nevermind.

    1. Re:DDR2 by Anonymous Coward · · Score: 0
      How about:

      Yes! AMD has DDR2 using integrated memory controller, I wonder how long it will take Intel to catch up with them on that one....

      ?
  24. Re:Can AMD Save Apple? by aristotle-dude · · Score: 1
    Can AMD rescue Apple from their current Intel fiasco?

    So where do we get AMD boards with something other than BIOS? Apple needed features which EFI could provide while BIOS could not.

    --
    Jesus was a compassionate social conservative who called individuals to sin no more.
  25. Re:Can AMD Save Apple? by Bazzalisk · · Score: 1
    This is an interesting perspective on it, everyone else seems to think that Apple dumped IBM...

    (and don't even get me started on why Cell wouldn't make a goood desktop processor)

    --
    James P. Barrett
  26. How about something like.... by 10Ghz · · Score: 2, Interesting

    A video-card? Allow me to clarify: Video-cards routinely have 256bit mem-buses right now, and they have RAM that runs at around 1GHZ, giving them metric assload of memory-bandwidth. In order to achieve that, they use RAM-chips that are soldered right on to the board, and they have hefty heatsinks. What if processors had something similar?

    Processors would be sold in cards not that different from vid-cards these days. They would connect to a slot, and they would fhave the CPU, and attached to that CPU would be about 512MB (maybe more, maybe less) of very, very fast RAM on 256bit bus. Of course, it would cost a bit, but not more than video-cards do today (I bet that GPU's are more expensive to make than CPU's are). Yes, there are issues of memory-expansion, but what if there were regural DDR2 mem-banks attached to the northbridge on a "normal" 128bit bus that could be used for additional memory?

    If we had a SMP system with this kind of setup, it would offer A LOT of bandwidth. Each CPU would have very fast RAM attached directly to it. And they could access the RAM attached to the other CPUs. AND they could also access the RAM attached to the northbridge.

    Or maybe if they used the locally attached RAM as L3-cache? 512+MB of cache, anyone?

    Is this idea completely stupid, or does it have some sense to it?

    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    1. Re:How about something like.... by JLennox · · Score: 1

      What your describing sounds a lot like l3 cache and a SECC packaged processor.

  27. They are here !! by Macka · · Score: 1
    That's nice, good for AMD. But where are the FB-DIMMs?
    What a coincidence that you ask that question now. I submitted a story yesterday to bring this article to the attention of the slashdot crowd "The Future of DDR Memory is Serial".

    Guess what, the submission was rejected, and yet in the same day they let through a story about a self perpetuating miracle motor. Why do I even bother!

  28. Re:How about something like.... l3 cache by sankacoder · · Score: 2, Interesting

    AMD just licensed something called zram which will allow them to bundle oodles of L3 cache in the near future.
    http://www.geek.com/news/geeknews/2006Jan/bch20060 216034806.htm

  29. Re:How about something like.... l3 cache by 10Ghz · · Score: 1

    ZRAM takes 1/5 the space typical SRAM does. So they could have 5MB of cache for the same amount of space 1MB of "normal" cache would consume. Still nowhere near 512MB ;). Although the latency/bandwidth would be higher.

    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  30. Remember the days by Shivetya · · Score: 1

    when you could snap a x486 chip on top of your existing x386 chip?

    My father when that route to upgrade an IBM 65SX. I was amazed something so simple actually worked. It gave new life to an old machine.

    I think what prevents most people from ever replacing the chip in their system is that by the time they want to they are so frustrated with their old system they just want to replace it entirely. By frustrated I mean they have loaded it down with so much junk it is just a bear to use.

    Also throw in the fact that many systems are really tight fits inside. Then top it off with heat sinks that can be a royal pain to remove or put on, all the while making you feel as if your going to break something and people won't even try.

    Back in the 386 days when the whole machine cost big money a processor upgrade was a viable alternative for mom and dad. Today when you can get a new machine for less than $200 after rebates why would they bother?

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
  31. No need to upgrade at least another year... by DimGeo · · Score: 0, Offtopic

    I have a P4 2400 with 512 mb DDR1, and an AGP 4x slot. And I have no need to upgrade, except maybe buy some cheap 1 gb RAM to play with. I mean, what's the point? I will hardly notice any difference. When AMD release some 4x CPUs and their dualcores get cheaper... Or Intel's for that matter... Then, maybe, I will think about upgrading, but right now, its just completely pointless for me. The only thing that's troubling me is that I will have to buy an AGP card (maybe it will be a 6600gt) if I want to play some modern games...

  32. Oh, shut up with the fanboyism already by Anonymous Coward · · Score: 2, Interesting

    First off, you left out several currently used Intel sockets, including the mobile one(s). The AMD side has been very simple: Budget (754), Mainstream and Workstation (939), Servers (940). That's it. It's not hard. The mainstream S939 offering spans everything from 1.8GHz super-cheap CPUs to dual-core opterons and monster (2.8GHz) FX62 CPUs. If you can't get an upgrade out of your S939 board you're not planning it right. Mobile? Shit, you can put your low-wattage Turion64 in (almost) any old 754 board! How's that for an upgrade?

    Heck, I've got a S939 board which also supports AM2 via an add-on daughterboard. For me, that's a really pointless solution considering the overall price of switching CPU and memory, but hey, it's there if you want it. If this works out, the maximum CPU that I can upgrade to on this S939 board hasn't even been announced yet, maybe not even planned.

    What socket will the new Intel Monroe stuff use by the way?

    1. Re:Oh, shut up with the fanboyism already by level_headed_midwest · · Score: 1

      The Conroe (with a C) will use the same LGA775 socket used in the Prescott and Presler chips.

      --
      Just "gittin-r-done," day after day.
  33. Slot 1 / Slot A anyone? by gzunk · · Score: 1

    You mean like Intel's Slot 1 and AMD's Slot A designs from 5 years ago? Which put the processor on a card, which also contained high speed memory and was slotted into the motherboard?

    Of course the reason for it then was because they couldn't get the enough L2 cache on the chip itself so they built an external cache at 1/2 CPU speed. As soon as they could fit the L2 cache they wanted onto the chip they moved away from the slot design because it's far more expensive to make.

    1. Re:Slot 1 / Slot A anyone? by 10Ghz · · Score: 1
      You mean like Intel's Slot 1 and AMD's Slot A designs from 5 years ago? Which put the processor on a card, which also contained high speed memory and was slotted into the motherboard?


      Yes. However, in those cases, the memory was L2-cache, not system RAM (or L3-cache for that matter).

      Of course the reason for it then was because they couldn't get the enough L2 cache on the chip itself so they built an external cache at 1/2 CPU speed. As soon as they could fit the L2 cache they wanted onto the chip they moved away from the slot design because it's far more expensive to make.


      True, but the ability to cram L2-cache to the CPU is not an issue anymore (well, I bet that AMD and Intel would just love to cost-effectively cram 16 megs of cache on the chip....). What IS an issue is the speed of the main memory when compared to the CPU. If the bus to the memory was doubled (from 128bits to 256bits) and speed almost doubled (to around 1GHz), the problem would be eased quite nicely.

      Of course this kind of CPU would be more expensive. But then again, hi-end vid-cards with similar RAM cost around 500 bucks, so I don't think these CPU's would ahve to be that much more expensive. And it could be that the performance would be quite a bit better than what we have today. Having over four times as much memory-bandwidth than we do today should help quite a bit.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  34. Damn by wwmedia · · Score: 1

    Damn im after buying a 200euro socket 939 motherboard and 4400+ X2 processor for 500euro...

    my wallet hates how fast the IT insdustry moves!

  35. Adds latency and Intel owns the standard by charnov · · Score: 1

    FB-DIMM is really great if you want to make an extremely stable server and don't care as much about latency or just happen to not already have a memory controller on die.

    Oh, and yeah, Intel owns the patents so you would be paying your competitor and be beholden to them to chose your memory type.

    And all the memory manufacturers would have to pony up to Intel and also be beholden to them.

    I won't go into the technical details about how AMD's design is geared towards low latencies and suffers greatly when latencies get too high while Intel's (old Netburst) design was geared towards high speeds and could tolerate terrible latencies but suffered greatly when speeds choked it. We probably won't see FB-DIMM as Intel is shifting over to the Centrino family of CPU's that are closer to AMD's design idea.

    --
    [RIAA] says its concern is artists. That's true, in just the sense that a cattle rancher is concerned about its cattle.
  36. Boohoohoo by Anonymous Coward · · Score: 0

    I know the effect without knowing the meaning bitbrains "lol".

  37. AM2 not MII by astroblaster · · Score: 1

    Not to be confused with Cyrix's ill-fated Pentium clone "M-II" (M2) from yesteryear.
    Jeeze, what a poor naming choice from AMD's standpoint.

    1. Re:AM2 not MII by somersault · · Score: 1

      not really, I've never heard of that and I would consider myself slightly more geeky than your average computer user. And anyone who's more of a geek than me, wouldnt get confused either. Seems to me more like 'Pentium M' is a stupid name from that standpoint - the MII is better surely? ;)

      --
      which is totally what she said
  38. Or Read the Actual Article by sweetnjguy29 · · Score: 1

    http://www.tomshardware.com/2006/02/21/a_look_at_a mds_socket_am2_platform/

    Why is there such an editorial delay at slashdot all the time? I'm not new here, but Jeez.

  39. Re:Can AMD Save Apple? by dfghjk · · Score: 1

    What features were those? Difficulty in booting Windows XP? Surely if MS can make do booting using a BIOS then the great Apple can manage it. Didn't Apple use a plain old PC for their Intel developer program? Soon we'll be hearing that Apple "invented" EFI.

  40. Maybe its just me.... Is that a good thing? by AZURERAZOR · · Score: 1
    The Athlon's architecture provided AMD everything it needed to achieve not only more performance and less heat dissipation, but also more credibility in new customer segments which increasingly soak up AMD's products, according to recent analyst report


    Hmmm and less heat dissippation is good how?

    It's probably just me!
  41. no, you misunderstand now... by YesIAmAScript · · Score: 3, Interesting

    See link:

    http://www.theinquirer.net/?article=15189

    What happens is on each clock, the 1st DIMM transfers its data to the CPU. The 2nd DIMM (if there) transfers its data to the 1st DIMM, the 3rd DIMM (if there) transfers its data to the 2nd DIMM, etc. Thus each DIMM gets the data from the next DIMM, puts it in a buffer, thus regenerating the signal electrically and emits it upstream on the next clock. You could call this "daisy chained". This limits how far each DIMM has to drive its data, which is why FB-DIMMs can claim better electrical characteristics.

    What this means is to get data from the 3rd DIMM, it takes 3 clocks just to get the first bit of data (presumably 16 bits) to the CPU. The "good" news is that since this system is (semi-) serial, the clock has to be very high already, so this latency is somewhat mitigated.

    FB-DIMMs are point to point, but the point-to-point doesn't mean each DIMM connects to the memory controller, it simply means each DIMM is only on a bus with one other DIMM (well, one upstream bus and one downstream bus). Each DIMM forwards data along these busses in both directions. But again, there is no way for the 3rd DIMM to get to the memory controller without going through (and not just by) the 2nd and 1st DIMM first.

    Your extension of my argument to PATA vs SATA just underscores your misunderstanding. My concern is with the latency of intermediate forwarding of data. SATA (well, the version in regular use) doesn't even allow you to attach multiple devices to a single bus, let alone have the devices forward the data to the head. Note that PATA allows multiple devices per bus, but it is a true bus, in that the data from the far device just goes by the near device, not into it and back out.

    SATA is taking off due to connector costs and cable routing in the case. RAM doesn't face cable routing difficulties. It does face signal routing difficulties, but these only need to be solved once per motherboard design at worst, not once per installation as in cable routing. In addition, the signal routing complexity is much higher for ultra-high speed busses and thus the problem of signal routing will be solved the same way for FB-DIMMs as for DDR or DDR2, which is one company (Intel) will make a reference design and the other motherboard designers will just leave those signal lines alone and add other signals in the I/O area where they want to put on additional SATA RAID controllers. And in regards to connector costs, FB-DIMMs don't change the DIMM connector and thus don't reduce the cost of the DIMM connector. So I don't see a parallel here at all.

    Finally, as to DIMMs and busses being forward compatible forever, it's just not going to happen. You'll have the same problem you did with SDRAM (or DDR or RDRAM). All SDRAM was compatible with each other, just the speeds changed. So you can use your old slow DIMMs as long as you don't mind that slowing down all your memory accesses.

    Finally, the reason RDRAM failed isn't as simple as your comments that the RAM people screwed RAMBUS. The problem was the RAM people didn't feel like being screwed by RAMBUS. RAMBUS wanted license fees on all RAM made (see their grab at applying their patents to DDR) and so they tried to make RDRAM the standard. Intel also wanted more money per motherboard sold (not just happy selling the CPU). Intel's first attempt at making this happen was Slot 1, where they force-bundled the 2nd level cache memory in with the CPU (2nd level cache SRAM revenue could be $30-$50 per mobo back in the Socket 7 days). Note that 2nd level cache moved to the main CPU chip later. Intel additionally decided to license slot 1, claiming patents on it. Regular front side busses could not be patented, as they were purely functional, considered the most basic way to do something. Slot 1 was positioned so as to patent the physical connector and form factor so they could enforce their fees.

    Intel decided to threaten VIA (a very popular Socket 7

    --
    http://lkml.org/lkml/2005/8/20/95
    1. Re:no, you misunderstand now... by fitten · · Score: 1

      What you've described is how FB-DIMMs work on a single channel. Each FB-DIMM channel connects seperately to the memory controller and is a seperate path (the memory controller is a switch). Each channel off the memory controller is exactly as you describe... up to eight double sided memory modules daisy chained. See link for a picture of what you describe (which is a single FB-DIMM channel). Then go to page 2 of that article where it shows that the standard is up to six such channels can hang off a single memory controller. To sum it up:

      Since the serial links have a lower pin-count than conventional memory buses and better data handling abilities, more channels can be implemented in a single memory controller. In entry-level servers and high-end desktops, four FB-DIMM modules, each with a channel of their own will have a considerable bandwidth advantage over a conventional dual-channel memory controller supporting two DDR2 DIMMS on each channel.

  42. we'll just have to see about that... by YesIAmAScript · · Score: 1

    I doubt the RAM industry is going to move to a standard (DDR3) that is unworkable. Capacitance can be beat by stronger drivers. Maybe they'll just have to go to that. It does seem we'll end up going to buffered memory either way. Although I'd prefer it be just be registered (like ECC) not this FB-DIMM stuff.

    --
    http://lkml.org/lkml/2005/8/20/95
  43. I read all 3 pages thanks... by YesIAmAScript · · Score: 1

    I did real all 3 pages. However I also saw on the page of the article I sent you that the picture showing how much better the signal routing on FB-DIMMs is a "dual-channel" setup, despite having 4 DIMMs.

    I consider this a typical setup, and the article does too.

    The real crux of this thing is you confused "point-to-point" with each DIMM necessarily connecting straight to the memory controller and stated such. That's not the case and I wanted to clear that up. For ultimate performance, you would do such a thing, but the positioning of FB-DIMMs seems to be for servers (and lotsa DIMMs) instead of for home machines at this time.

    See pic here:

    http://www.pcstats.com/articleview.cfm?articleid=1 812&page=2

    and other places. FB-DIMM is heralded as the way to attach more RAM more than to attach the same RAM faster. And I think given cost structure (it'll cost more), that's wise.

    We'll see what happens with this. Like I said, I'm nervous about it, given the history behind the companies involved.

    --
    http://lkml.org/lkml/2005/8/20/95
    1. Re:I read all 3 pages thanks... by fitten · · Score: 1

      OK. We are in agreement then :) I'm not convinced that FB-DIMMs will be that great for home/enthusiast machines either unless configured with multiple channels.

  44. This Preview is Completely Worthless by Anonymous Coward · · Score: 0

    There are a number of very blatant failings in this article. The biggest issue is this is obviously silicon that is not ready for primetime and is over 3 months from release. There is no reason to put up benchmark numbers yet...in fact I'd say it's surprising how well the silicon did, equal to released Venice processors almost.

    The other very blatant thing is that it's stated that they are using DDR2-667 memory, however it is 100% obvious that the memory is running at DDR2-400 speeds. (There is no way the Sisoft memory benchmark should be equal to DDR1-400, it should fully reflect the EXTRA bandwidth from 667) As we've seen in P4 reviews, DDR2-400 is MUCH worse than DDR1-400. The latencies are horrible in comparison. This is a completely unfair benchmark based on incorrect memeory speeds. A fair comparison would be showing DDR2-667 running at the actual speed rather than the early silicon DDR2-400 speed. IGNORE ALL NUMBERS FROM THIS REVIEW AS THEY HAVE ABSOLUTELY NO VALUE.

  45. New X2s compatible? by Anonymous Coward · · Score: 0

    I just bought an AsusA8n32 motherboard ((I know its over-hyped)) and it is compatible with the X2, which I was planning to get. Will my a8n32 be compatible with the new X2s coming out in June? And if I wait until june to buy my processor for my new rig, will I shoot myself in the foot over paying $200 for that motherboard? It's not too late for me to return my mobo if its not compatible, or if its going to drop dramatically in price. I would LOVE some suggestions and imput. Thanks.