Slashdot Mirror


Legacy-Free PCs

JeffM2001 writes "InformationWeek is running a story by Fred Langa which gives an overview of the ways to create a true-Legacy-free computer. Finally we can have a PC not based on twenty year old technology." Update: 04/07 17:34 GMT by T : Pages past the first one of this article seem just to loop; here's the printable version, which has the whole article in one go.

56 of 696 comments (clear)

  1. I'd rather... by sporty · · Score: 5, Funny

    I'd rather A free legacy pc any day.

    -s

    --

    -
    ping -f 255.255.255.255 # if only

    1. Re:I'd rather... by Baikala · · Score: 5, Insightful

      There is nothing wrong with 20 year old technology if there isn't anythig better (or standarized) to replace it.
      You are still using the wheel arent you?

      --
      16,777,216 comments ought to be enough for any forum!
    2. Re:I'd rather... by FrostedWheat · · Score: 3, Funny

      You are still using the wheel arent you?

      Definitly! We tried upgrading our cars to run on Wheel95 but they just kept crashing!

    3. Re:I'd rather... by ssclift · · Score: 3, Interesting

      Yes, but with anti-lock, disc brakes, electronically controlled suspension, and tires that weigh half what their counterparts just ten years ago did...

      We're still using Turing machines, true, but without tapes...

      That having been said it's a lot easier to slap RS232 on a device than it is USB... but that's just a question of time before the USB chips become as cheap/easy as UART's...

    4. Re:I'd rather... by Mr.+McGibby · · Score: 3, Insightful

      That having been said it's a lot easier to slap RS232 on a device than it is USB... but that's just a question of time before the USB chips become as cheap/easy as UART's...

      When is that going to be? Let's try never.

      I designed and built a UART in my first digital design class. The point isn't that cheap==easy, the point is that the protocol is so much simpler for RS232 than it is for USB.

      Creating a USB device requires all sorts of stuff to comply with the standard. They don't put anti-lock brakes on wheelbarrows and never will, no matter how cheap they get. It doesn't make any sense.

      --
      Mad Software: Rantings on Developing So
    5. Re:I'd rather... by grolschie · · Score: 3, Insightful

      @ uso

      XP/2000/NT have 'emulation' of a DOS command prompt. They are not legacy, but instead are just being 'clever' (some may argue this).

      Under your definition there is no OS that isn't legacy. MacOS X run on Unix, all Windows variants have a command prompt of some means......, BeOS...., oS2... Linux, BSD, Solaris.......

      If I built a totally new OS with no command prompt, yet someone created a terminal emulation program or DOS command prompt emulation program, and I included it in my OS, would that make my OS legacy. Think about it before answering.

  2. What does it RUN then? by Alan+Partridge · · Score: 3, Funny

    BeOS?

    --
    That was classic intercourse!
  3. We can have a PC not based on twenty year old tech by gricholson75 · · Score: 5, Funny

    Then install an OS based on Unix. 30 year old tech.

  4. broken link by dallask · · Score: 5, Informative

    the link to the article is broken and should be THIS

    --
    The Code Ninja is swift with his tool, precise in his delivery, and deadly accurate in his execution.
    1. Re:broken link by Ed+Avis · · Score: 4, Informative
      No ideally the link should be this.

      I don't understand why Slashdot doesn't always link to the 'printable version', I doubt that many people prefer to click through pages 1 to 5 rather than just scrolling through the whole article.

      --
      -- Ed Avis ed@membled.com
  5. Unfortunately... by Millennium · · Score: 5, Interesting

    It seems as though the PC crowd has this obsession over the worry that someday they might have to use something which is twenty years old or more. Thus, in mainstream machines, you'll see things like ISA slots or floppy drives still. Heck; the whole x86 architecture is basically just bolt-on instructions to the previous architecture, with a lineage going all the way back to the Intel 4004. And while some of the backward-compatibility feats they've pulled are nothing short of miraculous, our blind insistence on backward-compatibility is at the point where it's holding back the state of the art more than advancing it.

    This is the sort of thing emulation and hardware adapters were made for.

    1. Re:Unfortunately... by ch-chuck · · Score: 5, Funny

      We can even run 'edlin' in Windows XP! It's like the editor you used with a teletype machine on a pdp8.

      --
      try { do() || do_not(); } catch (JediException err) { yoda(err); }
    2. Re:Unfortunately... by barawn · · Score: 5, Insightful

      OK. Ignore the x86 architecture bit completely, and just look at the add-ons you're addressing - ISA slots, floppy drives, RS232 ports, parallel ports, PS/2 keyboard/mouse adapters.

      For instance, RS232 ports: What exactly is wrong with an RS232 port? Why is it "worse" than a USB port? There's no difficulty in actually using an RS232 port - UARTs are cheap, they're brain-dead easy to interface to, and they support rather modern interface methods (DMA, etc.). They are, however, low speed - but of course, for low speed operations that's all you need. You will never need high-speed data transfer to your keyboard or mouse - they're inherently low data transfer devices, since humans are slow.

      Same goes for ISA slots and parallel ports. They don't hold back the state of the art. They're add-ons. If you don't use them, they don't do anything. It's just a memory space that doesn't get accessed. If you're complaining about their implementation on current PCs (the fact that they sit in I/O space, take up IRQs, etc.) then you're complaining about the BIOS, not the peripherals. I really didn't see the point of replacing the PS/2 keyboard and mouse. They're just serial devices - they interface via the same method that UARTs, etc. get addressed, which is ridiculously easy to interface to.

      There is nothing fundamentally wrong with legacy components. Interfacing to a UART is trivial. Much more trivial than with USB, in fact. There's no reason a "clean" design of a PC couldn't have a serial port, ISA slot, ATA hard drives, and everything else.

      Even the x86 architecture thing is 'not that bad'. Take the x87 architecture - everyone complains about the FXCH instruction, because it IS stupid, but on the P3 and Athlon (but not the P4 - one reason the P4's FP sucks) that instruction's 'free' - it takes 0 clock cycles to process. There's some overhead involved with it, but it's not clear to me that the small gain from fixing the overhead loss would offset the large loss of not being compatible with large portions of x87 software. And it's not clear to me that the overhead couldn't be compensated for in some other way, as well.

    3. Re:Unfortunately... by MrResistor · · Score: 3, Interesting

      but like in the isa slot case, there's no point in being non-backwards compatible just for the sake of it(most of them boards that kicked isa slot first sure had the possibility to add it without it dragging performance down, ie. the support for it was there but the physical slot wasn't..)

      That's not true, actually. Having to support ISA complicates timing and degrades performance of the PCI bus it is generally attached to. There are very good reasons for eliminating the ISA slot, and frankly I'm suprised it held out as long as it did.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
  6. Broken URL by rf0 · · Score: 3, Informative

    The URL supplied doesn't quite work. As it has a trailing slash when you access the page and click next page it goes to http://www....com//2 however their script doesn't like this so it serves up the front page again. To fix it delete the trailing backslash

    Rus

  7. Let's hear it for legacy free! by brianjcain · · Score: 4, Insightful

    Down with PS/2! Down with RS232! Down with ECP+EPP! Down with floppy disks! Down with ATA/PI! Down with DB15/Analog!

    Let's hear it for flash media formats, DVI, USB, SATA, and Firewire!

    I'd prefer that my next motherboard contain only modern I/O ports. I wish that more vendors offered them, but they don't. The ones that do, do so at exorbitant prices.

    1. Re:Let's hear it for legacy free! by jo_ham · · Score: 5, Insightful

      This company sells machines with only modern ports on its motherboards.

      audio I/O, USB, Firewire, 10/100 ethernet (10/100/1000 on powerbook/powermac), VGA, DVI/ADC, modem.

      No sign of those rs-232, or parallel ports. No ps2 or keyboard ports either.

    2. Re:Let's hear it for legacy free! by 4of12 · · Score: 5, Insightful

      I wish that more vendors offered them, but they don't. The ones that do, do so at exorbitant prices.

      Aye, there's the rub.

      The original IBM PC had the advantage of being standardized and allowed other vendors to implement those same standards.

      While there's some hope that the legacy-free PC will implement interfaces that conform closely to freely-available published standards (USB, IEEE1394), there's always this temptation: companies (Rambus) would love to own a standard and just have the checks come rolling in.

      The success of breaking PCs free of legacy hardware will hinge on whether similarly-unencumbered new standards are there to take the place of the old ones.

      --
      "Provided by the management for your protection."
  8. Hmph by Anonymous Coward · · Score: 3, Funny

    Well I guess that using a c64 with a tape deck just isnt recent enough for people.

  9. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Next Page by roman_mir · · Score: 4, Funny

    I guess the navigation controls at the bottom of the page used to move between pages of the article are running from one of those new computers with no BIOS that don't suffer from stagnation or stability.

  10. The link is broken. by AKAImBatman · · Score: 3, Informative

    It's got too many slashes preventing you from changing pages. Remove the slash at the end and it will work right. Here's the correct link:

    http://www.informationweek.com/story/IWK20030404S0 003

  11. Legacy, schmegacy by Jon+Abbott · · Score: 4, Funny

    I still like my 9-pin serial port, you insensitive clod!

  12. Legacy ehh??? by MoeMoe · · Score: 5, Funny

    **begin old man ranting**

    Back in my day we would kill for those Legacy based PC's, I remember a time where the i386 and 8mb of ram would be some fancy stuff, but nooooo... these days all you whipper snappers want is speed and pretty colors on your pretty little flat panel doohickies, well I remem...

    <old man status?="snooze mode"> zzzzzzzzzzzzzzzzzzzz
    </status>

    **end rant**

    --
    Business \Busi"ness\, n.;
    A scam in which all people involved perceive as beneficial...
  13. How about legacy-free cars ? by ReidMaynard · · Score: 4, Funny

    all the same
    1) pneumatic tires
    2) internal combustion engine
    3) suspension

    bla bla bla

    I don't think flying cars will ever get here :-(

    --
    -- www.globaltics.net

    Political discussion for a new world

  14. WTF by Lxy · · Score: 4, Insightful

    am I the only one having issues getting to the other pages of the article? For some reason, no matter which page I click I never move off page 1. Tried 2 different browsers, page is b0rked.

    ANYWAY, I fail to see why legacy is such a bad thing. Just because it's 20 years old doesn't mean it needs to go away. Using this guy's philosophy, Ethernet is 30 years old, and obviously that's a bottleneck compared to newer technologies like token ring and Turbo Arcnet. UNIX is over 30 years old, and obviously it's a bottleneck compared to the young NT kernel.

    Just because the PC's core is 20 years old, I'm not sure why we suddenly need to drop everything and change it.

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
    1. Re:WTF by zerocool^ · · Score: 5, Insightful

      Yeah, I always heard the anecdote "Microsoft users hate unix because it essentially hasn't changed much in 30 years. Unix people love it for this exact reason", or something like that, implying that age = stability and reliability.

      I don't see where legacy hardwar is a bad thing. I have an athlon XP 1800+ and a bunch of fairly new hardware, but I still use my ps2 ports, my paralell port, and my com port on a daily basis.

      I think it's a good thing to have a lowest common denominator when dealing with hardware. I think it's a good idea to always have the floppy drive to fall back on.

      I ran into an instance just a little while ago where I had to have one. I tried to make my primary hard drive the drive which was on a Raid controller. For some reason, windows XP didn't have the driver for my onboard promise ata100 raid chipset, and couldn't find the drive. So, in the installation procedure, i had to load an external driver ("press F6 to load a 3rd party scsi or raid driver"). The only option for loading the driver was a floppy - can't do it from a CD (or at least i couldn't figure out how to)

      But, it's nice knowing that, if nothing else, you have ps2 ports for any old keyboard and a floppy drive for booting emergencies. Proven technology is a good thing. Besides, why throw out an essentially good design? Yeah, as the article says it's all based on the AT spec, but, we've gone beyond 4MB of ram, we're no longer using AT keyboards, we've ditched the com port mouse, we're using 15 pin SVGA monitor plugs instead of the oldskool 9-pin, our ram isn't 30 pin or 72 pin simms anymore, we're using 168pin sdram, and even that's on it's way out, in favor of 184 pin ddr. The BNC network connections are gone, as are the 15 pin connections. We're using ATX soft-off power supplies now. I haven't used an ISA slot in 4 years, and it's been 2 since I've owned a motherboard with one on it (well, that's a daily user anyway).
      I say, let these things work themselves out. Compared to the 1984 picture in that article, most of our computers are legacy-free - think about how many pieces of hardware you have right now that would connect to a 286. My speakers? My floppy? Mabey the hard drive? Yeah, that's about it.

      It's not about creating a legacy-free PC. It's about the continual evolution of the existing PC into the next big changes. We're doing just fine so far, why bash the basis we've been going on as we evolve for 20 years? It's got us this far, let's ride it out a little further, see where it goes.

      ~Will

      --
      sig?
  15. Yes, well, here is my experience... by Dot.Com.CEO · · Score: 5, Interesting
    I bought the Abit AT7-Max Legacy free motherboard. No parallel, serial ports, no ps/2 ports, just 8 usb and 2 firewire. It did have a floppy connector though. Guess what. Trying to install Linux was a COMPLETE nightmare because of the lack of ps2 ports. I tried absolutely everything, giving keyboard and mouse control to the bios and afterwards to the os did not solve the problem. I managed to install Mandrake 9.1 but Gentoo and Debian (my first choices for that computer) were a HUGE no go. At a point I even thought of compiling a USB HID enabled kernel at my main machine and boot off it on the at7 but I thought "bah" and went with Mandrake.

    Guess what I had absolutely 0 problems with: yes, Windows XP.

    My point is that when you buy a non-legacy free motherboard you have a CHOICE of using usb / usb2 / firewire rather than serial parallel and ps2 but if you get stuck with an OS that does not really support it, well, you are truly stuck!

    --
    Mother is the best bet and don't let Satan draw you too fast.
    1. Re:Yes, well, here is my experience... by Lord+Ender · · Score: 3, Insightful

      No version of slackware will install if your usb keyboard and mouse are plugged into a usb hub. Actually, NO version of linux will install this way. Windows2000 is far superior to Linux in USB support, as it installs no problem.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    2. Re:Yes, well, here is my experience... by Reziac · · Score: 4, Interesting

      My observation over the past few years has been that the "no legacy hardware" thing is indeed driven by the changes M$ makes to their specs for hardware to be "Windows compliant" (or whatever their term for it is). Such as -- to be XP-certified, the machine cannot have a user-accessable hard-power switch (if one exists, it has to be on the BACK of the case). M$ wanted to make the spec include "no user access to the BIOS" but I guess that didn't fly (yet). I read this from a list of specs on M$'s *own* site, so it's not just some tinfoil hat spouting.

      It makes me think that this entire "no more legacy hardware" concept is more about taking control over the hardware away from the user (thereby making it -- as you discovered -- less usable for alternative OSs, not to mention more friendly to DRM-in-hardware) than it is about ditching old tech that's "holding us back".

      I'll take my interchangeable legacy devices and complete lack of integrated anything over a technological jump that nonetheless reduces both broad-spectrum usability and user options.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  16. "Legacy" means "works" by saphena · · Score: 5, Insightful

    The term "legacy system" is now used to describe any piece of technology which actually works as opposed to "modern system" which describes things that might work.

  17. Why is legacy a bad thing? by Anita+Coney · · Score: 5, Insightful

    Our houses, cars, TVs, ovens, toasters, etc... nearly everything we use on a day-to-day basis... contain "legacy" technology.

    Our medical profession uses techniques that are centuries old. Why? Because they work.

    Merely because something is old does not mean it's bad. My old external modem still works and is as fast as any USB modem. How am I harmed by using this "legacy" technology for faxing? How is my computer slower?!

    There are times when old technology should be replaced by new technology. But, merely because it's old does not mean it's bad. We shouldn't be upgrading simply for the sake of it.

    What used to be called "time tested" is now called "legacy". We live in a disposable culture where if it's a couple years old, it's worthless. No wonder our music sucks. It took the Beatles, the Stones, and the Who years before they make their best works.

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
  18. The legacy part that bothers me... by foxtrot · · Score: 5, Insightful

    ...is not the keyboard ports or RS-232 or floppy drives or BIOS or any of the other things he mentions in his article.

    I want a saner interrupt system. We're still using the same 16 interrupts they introduced with the PC-AT, with a little bit of PnP gloss over them. And most systems seem to have certain IRQs reserved away for their respective devices, so you can't use them-- don't have a floppy drive? Well, it'd be nice to let the PnP stuff use that IRQ for something else, but on many systems, you can't. And in a world where ever processor has a math-coprocessor _built in_, what's the point of reserving IRQ 13 for it? (Yes, the current design of Pentiums and Athlons require it. But _why_?)

    Building a completely legacy free PC is pretty unlikely at this juncture, because the underlying architecture simply hasn't changed...

    -JDF

  19. Legacy Free by Aknaton · · Score: 5, Funny

    "Finally we can have a PC not based on twenty year old technology"

    Who would buy a computer without a keyboard?

  20. OpenFirmware compatible by AKAImBatman · · Score: 5, Interesting

    Does anyone know if EFI is an OpenFirmware implementation? If it isn't, we don't want it! At the risk of sounding "with the crowd", OpenProm and other OpenFirmware implementations are so much nicer than all PC-BIOS concepts I've seen to date. Add a simple psuedo-GUI shell in front of the prompt, and you'll make users happy. Besides, your average user doesn't want to play in the BIOS anyway. But for those of us that have *real* networks to work off of, and have real needs in OS installation and hardware maintenece, nothing is better than OpenFirmware systems.

  21. Re:We can have a PC not based on twenty year old t by Anonymous Coward · · Score: 4, Insightful

    I don't know in what vein you meant that, but it is in general its a worthless thought.

    A legacy free OS is about as useful as a legacy free automobile. There is this thing called evolution which is how tools, machines, and software develop. Because of evolution you can easily look at a modern tool and compare its lineage to an old tool.

    For example just because you can compare a modern laser cutter with a sharp rock some one used a five thousand years ago doesn't mean the new technology it worthless or even the same because it serves the same function.

    Linux(the OS based on 30 year old tech) is NOT 30 year old tech. That's a stupid arguement to make. Fundementals don't change and throwing away 30 years of knowledge would be foolish.

  22. A trojan for DRM by Paulo · · Score: 5, Insightful

    Careful with this, folks.

    During the last months, whenever news about Palladium or any other DRM system that required hardware support appeared, a common answer was: "so what? As long as we have our legacy motherboards, HDs, etc., we'll be fine. They can't force us to buy new DRM-enabled hardware".

    Well, now they can.

    Imagine that Microsoft decides that their next version of Windows requires hardware support from this new EFI standard that Intel is pushing. And imagine that EFI carries with it a DRM system.

    And what if you are using Linux? Oh yes, it will certainly boot in a new EFI PC. As long as the developers sign a NDA.

    Basically, the entertainment industry has an interest in seeing all the PCs obsolete and replaced with DRM-enabled hardware, and this "revolution" is their golden chance. Not that replacing obsolete technology isn't a bad thing, but I'd be very wary of anything "they" try to sell us under the cover of being "innovative, cheaper, efficient, modern"... (have you read the first page of the article? It sounds like a hype piece from Intel itself).

  23. Re:InfoWeek having issues by Andrewkov · · Score: 4, Funny

    Instructions for navigating the site are on page 2 of the article...

  24. Alas, everyone wants backwards compatibility by magarity · · Score: 5, Interesting

    I link up charities with corporate donations of computers. The hottest machines in my inventory are P3-733 machines from IBM's NetVista line which are reasonably legacy free. Why won't they move? Nobody wants the things because they can't hook up their parallel printer or scanner, serial modem, etc, etc. They've just got 5 USB ports for hooking up externals. Yes, there are USB adapters for all of these things and I've tried to give them away with the machines but even then people look too skeptical at such an obviously deficient computer that it doesn't even have a printer port. If you could wave a magic budget wand and replace every component at the same time then these new legacy free systems rock. Otherwise there aren't many takers. Sad, but true. No, you may not have one; I can only redistribute them to a 501c3.

  25. Re:Fred has always been a bit of a PHB... by AKAImBatman · · Score: 4, Insightful

    You're full of it. I've got a Sun Ultra 10 at home that uses OpenProm instead of a BIOS. Works great with not only Solaris, but also Linux, FreeBSD and NetBSD. Having *real* firmware instead of the off the shelf hack that IBM did way back when is not an immediate path to TCPA architectures. Having TCPA hardware (which by itself isn't so bad) is a more realistic path.

  26. That legacy-free PC... by gmuslera · · Score: 3, Funny

    ... seems to have a qwerty keyboard.

  27. Re:Legacy by Ilan+Volow · · Score: 4, Funny

    I have to wonder how they expect to have legacy-free machines while there are still people running around with huge phallic vibrating instruments?

    Easy. Throw out serial or ps/2 dildo. Replace with firewire or usb dildo.

    --
    Ergonomica Auctorita Illico!
  28. Obsession? How about just plain old usability? by Havokmon · · Score: 4, Informative
    This is the sort of thing emulation and hardware adapters were made for

    Yeah... like that USB -> serial adapter that works fine for generic use on my laptop, but blocks a 'BREAK' signal, making it COMPLETELY useless for resetting Cisco routers?

    THAT is why I prefer a REAL serial port over some contraption somebody dreamed up.

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  29. If you cant' get to the article, by GMFTatsujin · · Score: 5, Funny
    Try reading this copy while you wait.


    Many people don't know it, but today's automobiles--including the car you're using right now--contain elements that have hardly changed at all in the last 20 years. Yes, engines are faster, tires are bigger, and camshafts throw more torque. But in many fundamental ways, your car isn't very different from the cars of two decades ago.

    Think I'm exaggerating? Take a look at this almost-20-year-old image (left) scanned from the October 1984 issue of Car and Driver magazine, which covered the rollout of the original Datsun Stationwagon. If you've ever popped open your hood, the overall layout will instantly seem familiar, and you'll recognize many of the components. Note the washer fluid tank in the rear right corner, the transmission on the right, the piston chamber in the closed bay near the center, the fan belt and horn, and the distributor to the left. Experienced eyes will even pick out the battery, the fuel tank, the familiar-looking cables and electrical connectors, and more.

    Although some of the system elements have been modified over time, almost everything in your car is a direct lineal descendent of the Ford Model T --a seminal design that still shapes automobile architecture decades later.

    GMFTatsujin
  30. Key point of the article by bigmouth_strikes · · Score: 5, Insightful

    "The installed base--that is, the mass of existing, older, in-use hardware--acts like a giant speed brake on the computer industry because businesses and users are loath to give up older equipment that's still functional, even if newer designs would perform better or faster."

    Just like this says, this is about the computer industry - not about the users, the businesses that rely on computers or the businesses that develop software. It's about those who sell new systems.

    Hell, what commodity industry wouldn't like to see the current technology stack thrown out the window every 20 years ? The perhaps largest change we see in consumer technology today is the current TV systems being replaced with HDTV. That too is driven by the industry, but has only become possible with the emergence of cheap DVD technologies and crappification of cinema theaters that makes the home experience better than the cinema experience. Consumers now feel that HDTV will give them a meaningful upgrade.

    I doubt that very few home users feel that the 20 year old legacy is a problem. In fact, most users realize that there is little need to upgrade the core of the computer any longer, since performance for their basics needs isn't improved with new hardware (gamers excluded).

    --
    Oh, I can't help quoting you because everything that you said rings true
  31. Re:We can have a PC not based on twenty year old t by ray-auch · · Score: 4, Funny

    yes...i also hate how my car still uses rubber tires to drive over "roads"...so primitive.

    Primitive is right - it's the 21st century, wheres my f***ing flying car ?

  32. I like BIOS by kommisar · · Score: 4, Interesting

    Why do we need a GUI on the BIOS configuration ? Why do we need to replace a simple, perfectly usable and debugged PC start up system ? I can think one major reason: they need to implement a fancy pants encryption and verfication system from the moment power hits the chip so that a secure computing environment (DRM) can be implemented. I think the GUI config tools are a lame marketing bullet point to make you think you need this stuff. I just don't get it.

  33. Re:We can have a PC not based on twenty year old t by gricholson75 · · Score: 3, Insightful

    just because a technology is old and/or looks similar to how it used to a couple decades ago doesn't make it invalid. That was exactly my point. My company still uses serial port devices. Just because its an old standard, its not invaild. The serial devices we use still do what they where intended to do, why replace them? I don't mean that we shouldn't have forward progress, I just mean to imply that not all standard changes are progress.

  34. Re:its not truly legacy-free by rcamera · · Score: 3, Informative

    page 2. once you're there, links to page 3, 4, 5, 6, 7, 8 should work as well. looks like some kind of scripting error on their part. the extra '/' character was borking access to the next pages.

    --
    Wave upon wave of demented avengers March cheerfully out of obscurity into the dream
  35. Ads by Patik · · Score: 4, Insightful
    I don't understand why Slashdot doesn't always link to the 'printable version'
    While I send 'printable version' links to friends and small mailing lists and newsgroups, I think the regular version is appropriate for high-traffic sites like Slashdot. It's only fair that if we are going to put such a strain on their server, we should view (and possibly click on) the ads that help pay for that server. It's what keeps the web "free".
    1. Re:Ads by Restil · · Score: 3, Insightful

      Not to mention, if you read the first two paragraphs of the article and get bored with it, there's no reason to use up their bandwidth downloading all the text and images for all the pages if you're not going to look at it anyway.

      -Restil

      --
      Play with my webcams and lights here
  36. Why USB is better than UART by XNormal · · Score: 5, Informative

    Interfacing to a UART is trivial. Much more trivial than with USB

    Standard serial ports don't have a power supply with a well-specified current budget (you have to use wierd parasitic power supplies that don't always work on laptop serial ports).

    Serial ports require negative voltages (more workarounds with switched-capacitor inverters).

    Serial ports don't have a reliable way to detect plug and unplug events.

    Serial ports don't have a standard way to identify the type of device plugged in.

    Serial ports cannot be expanded and chained with hubs.

    Serial ports require an interrupt per byte and are connected on the legacy ISA bus - each I/O cycle takes nearly a microsecond (thousands of cycles on a modern PC!). A USB controller is a bus-mastering PCI device with a scheduler driven by table data structures.

    Serial ports are slower. Sure, USB 1.1 is not terribly fast at 12mbps but it was a design compromise to keep it cheap enough so you can build a mouse for less than $1 material cost.

    Serial ports don't have isochronous transfer modes for timing-sensitive data like audio and modem signals.

    A DB9 connector is less friendly than the USB connector. I hate those retaining screws.

    A DB9 connector is not designed with recessed pins for better ESD protection.

    A DB9 connector is not designed with data pins recessed farther than the power and ground pins for safe hot insertion and removal.

    Serial ports use an antiquated notion of DCE and DTE to determine connector gender and everyone generally screws it up so gender changers are occasionally necessary.

    Yes. A UART interface is trivial. Except when you have to find out why it's not working (oops, it's disabled or set up in the BIOS as an IRDA port).

    Serial ports don't have predefined device classes so a variety of devices can use a standard driver.

    Sure, all this comes at a certain price and the Microsoft implementation of USB PnP and standard device class drivers leaves something do be desired but it's generally an improvement over UARTs.

    --
    Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  37. Legacy-free computing? Apple's way ahead, as usual by Gryffin · · Score: 4, Interesting

    I've been running a legacy-free computer since 1987 when I bought my first Mac.

    • PS/2? Gee, where did IBM think of that? maybe the ADB ports on a Mac. They even used the same connectors as Apple. Of course, in the Apple version, keyboard & mouse ports were interchangable, daisy-chainable (plug the mouse into the KB, f'rinstance), and supported a variety of other devices as well (joysticks, hardware dongles, etc.).
    • Plug 'n' Pray? Not on a Macintosh. I've never had to set an interrupt or mave a jumper on a Mac *ever*. It's always just worked.
    • ISA too slow? Apple used the faster Nubus for the Mac, then later switched to PCI before the x86 crowd.
    • BIOS too primitive? Apple helped develop OpenFirmware, which sounds a bit like Intel's EFI to me.
    • 4.7MB/s ATA too slow? Apple had 10MB/s (later 20MB/s) SCSI in the Mac for ages, then switched to ATA/33 once it caught up in speed.
    • Floppy drive? What's that? Apple dropped 'em years ago. Even before CD-R became cheap, Syquest or Zip drives were ubiquitous on Macs. They could even boot off them. Amazing concept, huh, booting off a removable drive?

    See a trend here? Seems the x86 world is just now getting around to solving legacy issues that Apple solved long ago. Welcome to the future, folks.

    --
    Learn from the mistakes of others. You won't live long enough to make them all yourself.
  38. What, like x86 instruction set? by iamacat · · Score: 3, Informative

    It could be true that there is nothing wrong with the serial port to connect a modem. But the article said nothing about the most obsolete component in today's Intel PC - the processor itself. So we might see a PC with a fancy BIOS that comes with its own windowing system, but still has a processor with less than 10 general purpose registers. I know that Apple, Sun, AMD and so on probably underplay the significance of clock speed. But, 1GHZ PowerPC sure runs faster than 1GHZ P4. What we need is a modern, legacy free instruction set specially designed to support modern programming languages like C++ and Java. Large number of registers and hardware stack ("register windows") support is a start, but I am sure there are new ideas developed after Sparc design. What would an ideal machine language of today look like if it doesn't have to be remotely understandable by a human, only by the optimizing compiler. For example, if Intel's branch prediction, load/store reordering, parallel execution and so on are already specified by instructions themselves. And of course, this means starting anew with a single instruction set. No more emulating 8086, 80286, 80386 and so on in hardware. Software emulation, like 68K programs under MacOSX comes to mind, but I guess better legacy free all the way. Which means that the start is probably not a desktop PC, but a cheap, high-performance server. If you can have a Linux port, database server and a J2EE application server available, you might not care about the rest for your online store server if you get a better price/performance ratio. When the technology does come to desktop it will be probably covered with adapters, software emulation and even some bits of hardware emulation like a christmas tree and it will take years to whittle them away. Well, that's life.

  39. Being paranoid again... by KC7GR · · Score: 3, Insightful

    I see a deeper issue with this apparent obsession with "legacy-free," and it has NOTHING to do with "holding back the state-of-the-art."

    First, consider this; All the peripherals mentioned -- ISA slots (which, admittedly, I wouldn't mind seeing go away), serial ports, parallel ports, keyboard-and-mouse ports -- are all dirt cheap, and dead easy to implement. The technology to do so has been around for decades. It is proven, it's stable, and it's all (as others have pointed out) add-ons. Having add-ons does NOTHING that I can see to inhibit the "evolution" of the core microprocessor and support logic.

    UNLESS, that is, you're Microsoft or Hollywood. Consider all the noise in recent years about digital copyrights, copy protection, ad nauseum. Consider the vast array of add-ons Out There that let consumers burn CDs, DVDs, make tape backups, etc., adding to Jack Valenti and Hilary Rosen's ongoing nightmares. Consider further that Microsoft is one of several companies in a partnership that dictates PC hardware standards.

    Now, how do you wrest control away from the computer consumer, in a slow and insidious fashion, so they won't even guess what's happening until its too late? In other words, how do you turn those pesky general-purpose PCs into something that will still do everything Joe or Jane SixPack will want it to, but that exerts all kinds of copy controls and limitations when you hook one of those annoying CD or DVD burners to it?

    Why, that's easy. Disguise the removal of those annoyingly versatile, general-purpose, and (most importantly) difficult-to-copy-control features like serial, parallel, SCSI, and others as moving towards "legacy-free" systems!

    What's more, let's remake the operating system so that add-on peripherals have to be blessed by Microsoft in order to even run with Windows, today and more than ever in the future! Sure! Just let Uncle Steve, Uncle Bill, and the RIAA/MPAA take care of EVERYTHING, and you won't ever have to worry about violating copyrights, or learning ANYthing more about computers than where the "On" switch is, ever again. Trust us, we know what's best for You!

    Consider that, in the not-too-distant future, might we see a "PC" that has NO expansion slots? Just Redmond and Hollywood-approved "ports?"

    Yes, I probably am letting my paranoid side run rampant again. However, as I said in another post; If the consumer crowd wants to let themselves be led around by the nose, fine. That's their privilege. All I ask is don't force this "Legacy-Free!" crap down the throats of those of us who don't need it, don't want it, and can't possibly make use of it for our applications.

    --

    Bruce Lane, KC7GR,

    Blue Feather Technologies

  40. Re:RTFa and you find an Intel PR Rant by ShadowDrake · · Score: 3, Insightful

    What I never understood was this:

    -Industry is so keen on getting us to abandon our PS/2 keyboard and Centronics parallel ports.

    -In theory, fewer connectors and less space taken on the chipset components should be cheaper

    -Yet, the only "legacy-free" parts I see are either in OEM systems (and generally not for individual consumption), or sold to enthusiasts as wow special at a high price.

    I can get decent full-legacy Athlon mainboards at USD 50-70. Why should I pay twice as much if not more for a legacy-free board, and actually get LESS?

    Aside: if you're freeing all that mainboard space, can't you find something better to do with it than 144 USB ports? The whole point of USB is that you can use hubs and daisy-chaining so one or two ports should be enough.

    --
    It's just like a fascist dictatorship, without the punctual rail service!
  41. Is this really a Good Idea (TM)? by Bodrius · · Score: 3, Interesting

    I'm all for abandoning useless legacy features in "typical" PCs if they make them cheaper and more stable.

    For example, abandoning the ISA standard in favor of PCI was overall a good, if a bit late (and contrived, with VESA and EISA, etc), development. Although I regretted losing a few good expansion cards, there was really not much lost beyond sentimental value.

    PCI is showing its age, and the transition to PCI-Express (or whatever name it ends up having) will be welcome.

    Serial ATA, once it's mature, will be also a welcome change. No need for those big cables in the case, at least.

    I've been operating without a floppy disk drive for years now, with only minor inconveniences whenever some BIOS update, old DOS driver or utility demands a "boot disk" the old-fashioned way. There's no reason to assume it's there anymore, and it's a useless expense in both money and space.

    Those are good changes. But this is not always the case.

    Case 1: Legacy Ports

    No more PS/2 ports, no more serial ports? USB and Firewire all the way!!

    Sure, sounds great if it works. Except that it almost never does.

    USB support in PCs is "decent" now, but it's not 100% reliable, and one can't afford to be left with no input device because the BIOS/OS/random-thing-I-don't-know-of has problems with USB today.

    My current PC has a bunch of unused USB ports, but I'm still sticking to PS/2 mouse and keyboards. The reason is that every week or so someone calls me because they have a problem with their computer and it happens to be the USB mouse and/or keyboard which just stops working.

    I reduced my "family technical support" calls by 50% just by putting a USB->Serial adapter on my father's keyboards and mouses.

    I have the same problem one or twice a month with almost all USB devices I use: printers, cameras, etc. I use USB for them because they need the bandwidth, and because I can afford to tinker with them every so often.

    Sometimes all it requires is plugging and unplugging. Sometimes turning the device on or off (printers and wireless devices). Sometimes rebooting the machine. Sometimes it just starts working again without a clear cause. It rarely takes more than 2 minutes, so it's not a problem (if you have a traditional mouse/keyboard with you).

    This doesn't apply to basic input devices:

    I don't need MB/s of bandwidth to type or move a cursor, and I certainly can't afford to lose my input devices because the USB controller, or BIOS, or the OS, or whatever causes the problem had a bad hair day. Particularly because it can take more than 2 minutes to fix when you have no input devices to figure what's going on.

    On the other hand, if my PS/2 keyboard stops responding, I know it's a hardware issue. Replace keyboard, or, at worst, replace port.

    This is just within the Windows world. I had enough trouble getting USB support working in a few Linux installations not to bother trying anymore, as I haven't really needed to.

    Maybe it works flawlessly and automatically from some distributions now, but I wouldn't risk anything going wrong there.

    Basic I/O has to work flawlessly, and in PCs, even in brand-new machines, I just don't trust USB that much. Maybe it's precisely because of the legacy support, I don't know, but I think it's been long enough for BIOS/OSes/etc to get it right.

    Case 2: Legacy BIOS

    They want to make the BIOS an OS? What happened to small and simple?

    I guess having it programmed in C would be an advantage, and I'm sure there are technical limitations with the current BIOS technology that could use an update, but I'm worried about this approach.

    If you need an OS, that's what the OS is for. If you need diagnostic utilities et al, get an OS and run diagnostic utilities on it.

    Why do you need to put this in the firmware layer? Firmware should be small and stable. If something fails in firmware, you're normally in deep trouble.

    A BIOS is not something

    --
    Freedom is the freedom to say 2+2=4, everything else follows...