Slashdot Mirror


Why Don't Companies Release Specs?

Mhrmnhrm asks: "With the recent activism by the OpenBSD crew focusing on release of documentation from the likes of Adaptec, Intel, and others, I'm left to wonder: why do companies insist on believing that by denying access to the specs, they somehow gain an advantage? It's not like telling a programmer how to communicate with the underlying hardware is going to tell them how it (the PCB/silicon) was designed, so why make this information secret?"

84 of 469 comments (clear)

  1. Because it would cost them money by c0d3h4x0r · · Score: 4, Interesting

    Because it would cost them money to (1) write coherent and complete documentation and (2) review that documentation to make it safe and legal for public consumption. Why would they spend all the extra time and money to do that when it doesn't bring them any more profit?

    Companies exist to make money, not to be good samaritans.

    --
    Moderator hint: a comment is neither "Flamebait" nor "Troll" if it is true.
    1. Re:Because it would cost them money by caino59 · · Score: 3, Insightful

      You're telling me that they don't have internal documentation anyway?

      How do they develop their own drivers, etc?

      And it DOES stand to make them more money...why am I going to buy a product that is unsupported?

      That's a lost sale...

      With wider compatability, they allow their marketability to improve.

    2. Re:Because it would cost them money by Geekboy(Wizard) · · Score: 4, Insightful

      If there aren't drivers for my OS, I won't buy their hardware. Period. They just lost a sale from me. I personally know 20 people that do the same. And thats just people I know in person. Thats not counting the hundreds of people I have talked about this with online.

      I'm not saying they should release it out to the general public, but allow developers to read the docs and write the code for it. We don't want them to write the code for us, or to be 1st level support. Hell, the only time we'd talk to them after getting the docs, is to report a bug.

    3. Re:Because it would cost them money by cobbaut · · Score: 3, Insightful

      Because it would cost them money to (1) write coherent and complete documentation and (2) review that documentation to make it safe and legal for public consumption. Why would they spend all the extra time and money to do that when it doesn't bring them any more profit?


      Because they (should) already have these docs to write the Microsoft driver ?

      pol :)

      --
      European Linux user, living in Antwerp
    4. Re:Because it would cost them money by ad0gg · · Score: 3, Informative

      Very few hardware companies hold the IP rights for the technologies they implement. NDAs prevent many companies from disclosing specs to their hardware.

      --

      Have you ever been to a turkish prison?

    5. Re:Because it would cost them money by elmegil · · Score: 5, Insightful

      Goody for you. When you and your friends who think like you are enough of a market share for them to care, their practices will change. Have fun.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    6. Re:Because it would cost them money by c0d3h4x0r · · Score: 2, Interesting

      Apparently you have never heard the phrase, "the code is the documentation". Like it or not, a lot of companies live by this to at least some degree and operate just fine internally with such a policy.

      Besides which, the point is that internal documentation is substantially different from documentation you would publicly release. There are intellectual property, liability, and other legal concerns that must be thoroughly reviewed before documentation could be publicly released. That takes a lot of time and is very expensive.

      --
      Moderator hint: a comment is neither "Flamebait" nor "Troll" if it is true.
    7. Re:Because it would cost them money by sickofthisshit · · Score: 2, Interesting

      And we know that all open source projects have *great* *clear*, *complete*, and *useful* documentation.

      In the real world, internal documentation can be "I called the design engineer on the phone, and he told me the workaround, so I coded it that way. He didn't have time to correct the documentation, because he's working on the next product." or "I program 0x45 in that register because it was that way in the example code he gave me." or "well, the guy who wrote that code left to go work at a startup."

      Bad open-source drivers can give hardware a bad reputation, even though the hardware vendor has nothing to do with the driver.

    8. Re:Because it would cost them money by TekPolitik · · Score: 4, Interesting
      Because they (should) already have these docs to write the Microsoft driver ?

      A lot of the hardware companies don't even write internal docs. They have hardware engineers write the device driver, and if you have ever reverse engineered a Windows device driver, you'd know that it shows. It is quite common to find serious and obvious bugs in the driver - mistakes of the kind even a mediocre professional software developer would never make. Sometimes the reverse engineering even reveals the use of algorithms that achieve things that are not even mathematically useful - although you can tell what they were trying to achieve, you can also tell that they have come up with an algorithm that has nothing whatsoever to do with achieving that goal.

      This is one of the reasons Windows is so damned unreliable - they package drivers from these closed interface hardware shops, written by hardware engineers without the first clue about software development.

      And yes, when the hardware engineers leave this all means the vendor isn't able to provide new drivers for that hardware - that's why you end up with 6 month old hardware that won't run on the operating system released today, and probably never will.

    9. Re:Because it would cost them money by nitehawk214 · · Score: 2, Insightful

      If there aren't drivers for my OS, I won't buy their hardware.

      Well duh, I am glad you are against buying hardware you cannot use. Actually I am also glad you are not willing to change OS on a whim because there is some fancy peice of hardware you want to run.

      OS support is a feature of a product. If they dont want a segment of a market then they don't release drivers for it. If they are unwilling to put effort into an OS, then they can leave it up to the community to provide it by releasing the specs. But they don't have to if they feel they can live without the market share.

      Opening specs is a buisness decision. I personally think its a good idea, but if they dont want a certian percentage of the market, it is up to them.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    10. Re:Because it would cost them money by wastingtape · · Score: 5, Insightful

      I went into McDonalds last week and ordered prime rib with a side of potatoes. They wouldn't sell it to me.

      When i go into a restraunt, i expect to order and get whatever i want. If they don't serve what i want, i won't eat there. Period. They just lost business from me. I know at least 20 people who tried to order steak from McDonalds and they wouldn't offer it, that's not counting the hundreds of people online who want all kinds of stuff that McDonald's doesn't sell.

      I'm not saying that McDonalds should forsake thier demographics, target market, or any plans they had, but at least allow restraunt-goers a chance to eat whatever they want.

    11. Re:Because it would cost them money by imp · · Score: 5, Insightful
      You're telling me that they don't have internal documentation anyway?
      How do they develop their own drivers, etc?


      You've clearly never had to write a driver for hardware that's produced down the hall :-). Usually the hardware designer produces a interface document that tells you what he thinks you should know. Once you have this document, there's usually dozens upon dozens of questions that the software writer has about the device. For smaller operations, these questions usually are verbal or email and never make it back into the original spec. There are times that the specification is wrong, incomplete, missing information, etc. To assume that there's public consumable documentation for every piece of hardware doesn't match my many years of industry experience.

      In addition to the cost of producing it, there's other issues. Did the company license some IP for their internal use? If so, can that IP be documented and sent out to third parties? Someone has to check to make sure the relevant legal contracts are followed. Next, did we develop some new and novel way of doing something that's covered by a patent? Is it ours our someone else's. Fear of lawsuits from third parties often drives a company to disclose as little as possible. On the 'simpler' devices, much of the information necessary to write a driver may be novel ways of, for example, encoding something in software that might otherwise be done in hardware. Sometimes these tricks may save lots of money for the hardware company who can sell modems $5 cheaper than their competitors. Why make it easy for them to understand your cleverness?

      Finally there's good, old fashioned secrecy. Does Macy's tell Gimble's, as the old (now somewhat dated) adage goes. The idea here is that your competitors should have as difficult a time as inventing something as you did, and any hints or short-cuts that you can give them may eat into your profits. Maybe they make a hardware board that's compatible with your driver, this cutting the cost of their development time since they don't have to do the software. Who knows how this information will come back to bite you.

      All of these effects on the bottom line are seen as swamping any increase in hardware/software sales to the open source crowd. Not that they are right about this (or wrong for that matter), just how they think.

      Warner
    12. Re:Because it would cost them money by kokorozashi · · Score: 2, Insightful

      > You're telling me that they don't have internal
      > documentation anyway? How do they develop
      > their own drivers, etc?

      In many cases, no, they don't have documentation. What they have is a guy who knows the hardware and a guy who knows the firmware and a guy who hopes to know the software and they all talk until they are blue in the face.

    13. Re:Because it would cost them money by AngryElmo · · Score: 4, Informative

      Well, seeing as I operarate a budget of a couple of million and I use exactly that methodology (What function to perform, what are the supported OS's, is it one that we have skills with and which hardware vendors provide certified drivers), I would think that a few vendors would be interested. And keep in mind that I work for an SME and this is just one company in a sea of thousands...

    14. Re:Because it would cost them money by SurfsUp · · Score: 2, Informative

      Strawman!
      Oh... Sorry. I got a little excited there. Eveyone else on Slashdot misuses that word. I didn't want to be left out.


      You are close. He actually made an "argument by analogy", yet another common form of logical fallacy.

      --
      Life's a bitch but somebody's gotta do it.
    15. Re:Because it would cost them money by Xantharus · · Score: 5, Insightful

      The problem here though, is that McDonalds has never made the impression to anyone that they sell steak. Its like asking Adobe for full documentation on Windows; they have no idea.

      Wouldnt full specifications from McDonalds actually be them telling you exactly what is in each Quarter-Pounder with Cheese, and exactly what happens behind the scenes when they cook it?

      I dont know about you, but I think those are some specifications that are better left unreleased.

    16. Re:Because it would cost them money by Short+Circuit · · Score: 2, Interesting

      Allowing a small community of interested volunteers to tidy up the docs wiki-style would work, so long as there's someone in the company who can appropriately funnel questions. Heck, I bet most hardware manufacturers have several engineers who use, even advocate, Linux. These guys might even offer to take on the role of proxy in addition to their normal duties.

      Ain't community great?

    17. Re:Because it would cost them money by leshert · · Score: 2, Funny

      >>"I'm not saying they should release it out to the general public, but allow developers to read the docs.../I.

      What? You guys get ID cards or something? How are you gonna distinguish developers from the "general public"?


      Easy: developers know how to close HTML tags.

    18. Re:Because it would cost them money by drmerope · · Score: 4, Interesting

      Way to rag on hardware designers. I think we'll take our computers back now. Go back to your mechanical adding machines.

      Seriously: have you see the code "programmers" make? Hardware designers tend to be extremely effective programmers--if only because they have a clue as the actual performance costs of their design decisions. Most programmers haven't got a clue that an IPI stalls all the activity on an SMP system let alone a reasonable sense of how costly that is.

      From what I've seen, computer engineers get as much training is software engineering methodology as programmers.

      The *trouble* is tight schedules and billion things you have to do.

    19. Re:Because it would cost them money by LordNightwalker · · Score: 3, Insightful

      And now translating this back to the issue at hand:

      I asked nVidia to sell me a wireless access point. They wouldn't sell it to me.

      When I ask a hardware vendor for a specific piece of hardware, I expect to have it sold to me. If a video card manufacturer refuses to sell me a wireless access point, I won't buy it off them. They just lost a sale! I know at least 20 people who won't be buying wireless access points from nVidia, not counting the hundreds of people online with whom I discussed this topic.

      I'm not saying nVidia should forsake their demographics, target market or whatever other fancy words you wanna throw at it, but at least they should sell me a wireless access point if I decide I want an nVidia branded one.

      God, it's true... Running something through a babelfish, then have the fish translate it back to your own language DOES produce funny results! Either that, or your analogy was dead-on wrong, but we all know that's impossible, don't we?

      --
      Install windows on my workstation? You crazy? Got any idea how much I paid for the damn thing?
  2. It goes something like this: by vegetablespork · · Score: 5, Funny
    Bill: I hear you're getting ready to release low level specs so the OpenBSD and Linux folks can make a driver.

    Hardware Co. Rep.: That's right, Bill--figured it would be hard to go wrong increasing our potential market, at no cost to us. It's not like they can use the interface specs to build a card.

    Bill: That's nice. You know, it'd be a real shame if your driver couldn't be WHQL certified, and users had to see a warning box when they ran with your card. Or worse, if there were mysterious blue screens . . .

    Harware Co. Rep.: OK, I get your point, Bill. We'll cancel the release of the specs.

    --

    Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    1. Re:It goes something like this: by AnObfuscator · · Score: 5, Informative

      Yes. I think so because microsoft DOES threaten hardware companies. It's been proven, in court, that microsoft does this sort of thing.
      http://en.wikipedia.org/wiki/Microsoft#Monopoly_an d_legal_issues

      In short, thinking that MS doesn't use its monopoly to intimidate PC & PC hardware makers is like believeing the world is still flat.

      --
      multifariam.net -- yet another nerd blog
    2. Re:It goes something like this: by snorklewacker · · Score: 3, Interesting

      Bill: That's nice. You know, it'd be a real shame if your driver couldn't be WHQL certified, and users had to see a warning box when they ran with your card. Or worse, if there were mysterious blue screens . . .

      "It'd be a real shame when our engineers show a disassembly of your driver verification software before the last windows update and after causing our drivers to break, especially in light of this conversation. There's a few judges who might see things our way."

      Claims of conspiracy are just intellectual laziness. I suspect yours was a joke, but I think many people actually believe it.

      Now to make my own point: I know companies have IP arrangements that prevent them from opening drivers. Wouldn't it be nice if they disclosed this fact, or gave some kind of reasonable explanation to developers other than patting them on the head and saying "no specs today, go have some cookies". I'd just like to see the FAQ of "Why isn't the driver open source" answered truthfully and reasonably completely.

      I'd also like a pony.

      --
      I am no longer wasting my time with slashdot
    3. Re:It goes something like this: by Jussi+K.+Kojootti · · Score: 2, Interesting
      Claims of conspiracy are just intellectual laziness. I suspect yours was a joke, but I think many people actually believe it.
      Me being paranoid doesn't mean they're not out there to get me...

      Software giants do bully hardware vendors, Microsoft and others have been shown to do it. So where's the conspiracy?

  3. The reason is... by AragornSonOfArathorn · · Score: 4, Insightful

    why do companies insist on believing that by denying access to the specs, they somehow gain an advantage?

    The reason is that the ones with pointy hair are running the show and they don't really understand.

    --
    sudo eat my shorts
  4. GUD by supe · · Score: 2, Funny

    Greed, Uncertainty and Doubt.

    Nough said!

  5. Stated in an earlier post... by erroneus · · Score: 4, Interesting

    ... the more common problem is that the hardware people paid to have their drivers and stuff written for them and that a great deal of their product's functionality is, in fact, within the driver rather than within the device or firmware. These drivers are then restricted by the agreement between the driver-writing entity and the hardware maker... or so they claim. ATI apparantly has this difficulty which is why we can't get really good drivers for Linux just yet.

    1. Re:Stated in an earlier post... by pupeno · · Score: 2, Insightful

      That would be a good reason not to release the driver itself as open source/free software, but that doesn't explain why the specifications are closed.
      An example, 50% of Ati's cards functionality is in the driver, 50% on the card. We want the specs to access that 50% of the card, not the source code for the 50% on the drivers.

      --
      Pupeno
  6. Maybe its because... by guyfromindia · · Score: 2, Insightful

    they dont want the world to see how crappy their design is...

  7. Broadcom fun by DaHat · · Score: 4, Informative

    Broadcom is also a big fan of not releasing much in the way of specs, even to its customers. My company has used some of their demodulator chips for years and had to beg to get some detailed specs on how to interacts with a chip in ways that it was not explicitly advertised as capable of doing (even though they admitted it was fully capable of what we wanted it to do for us)... later, when that chip became obsolete, they released a drop in replacement for it... a drop in replacement provided you were using the advertised features, things we were using, but plenty more things too suddenly went into limbo. The documentation on the new chip is ~ 1/4th the size of that of the original, so quite often we go back and forth between them, trying things that worked in the old one, hoping they still work in the new one.

    Oh yes, demodulators are hella fun!

    1. Re:Broadcom fun by chrispolarized · · Score: 2, Interesting
      What's even worse is that they have a Linux driver for at least some of their WiFi chipsets, but they don't release them to the public. Broadcom uses Linux for their wireless router boards, and you can (or should be able to) get the source code for the firmware from vendors using their boards in their products.

      The firmware source which you can download, unfortunately, either comes without the wireless drivers or with binary wireless drives compiled only for the embedded processor which sits in the boards. Which leads us back to square one.

      Thus, since Broadcom obviously already have working Linux drivers, it would be a simple matter for them to release them. However, being a company with a bad (but recently improved) history of cooperating with the OSS community, our only option is to support and buy products from those who do it well.

    2. Re:Broadcom fun by The+Vulture · · Score: 4, Interesting

      I used to work in the DOCSIS cable modem industry, so I'm reasonably familiar with the Broadcom 335x/334x CPU family. The best I ever saw was the datasheet for the 3416 chip (tuner chip).

      For those of you who aren't aware, or don't remember, Broadcom was slapped with a lawsuit by Microtune, alleging patent violations http://news.com.com/2100-1006_3-5064586.html, (one of many articles available on this subject).

      So, I was tasked with providing software support for the 3416 tuner chip (the replacement for the 3415 "problem" chip) in our cable modem product, as the 3415 couldn't legally be sold in the U.S. anymore. Well, I figured it would be easy, since the datasheets for the two chips were exactly the same, except that "3415" was changed to "3416". (And, I mean exactly the same, to the word - it was only a 15 page datasheet, so I compared them).

      Nope, good old Broadcom documentation does it again... I managed to study the source code for one of the newer cable modem CPUs and find the changes between the chips. The real stupid thing though: Even though there's a version register (which tells which version the chip is), they didn't update it to indicate a 3415/3416, even though they had the bits available. So, 3416 chips would show up as 3415 chips if you try to read the version number (that made things difficult).

      Incidentally, Broadcom does make Linux drivers for most of it's newer hardware, they're just meant for their customers (the OEMs making the hardware, not the end-users). The general rule with Broadcom is, if you pay them a lot of money, you get excellent support. (At the previous company I worked for, I had an engineer that would get back to me within 24 hours on any issue related to the product, because we bought so many cable modem chips. When I currently work, they won't even give us the time of day, we just don't purchase enough.)

      I feel your pain, I really do.

      -- Joe

  8. hmm by Triumph+The+Insult+C · · Score: 3, Insightful

    1. sometimes the companies don't even have documentation because they've never bothered to write it themselves

    2. the company has gotten itself locked up into some NDA bullshit

    3. the hardware sucks so bad they don't want people to have documentation proving how shitty it is (as is the case with Adaptec)

    --
    vodka, straight up, thank you!
  9. easy... by Anne+Thwacks · · Score: 2, Funny
    Thats easy to answer ...

    Because they don't want people to buy their products!

    Now try a harder question.

    When they do publish datasheets, why do they omit important parameters, and get the dimensions wrong?

    --
    Sent from my ASR33 using ASCII
  10. In Many Cases... by Dasein · · Score: 2, Insightful

    The IP that they are trying to protect is 1) largely in the driver software and 2) any driver that doesn't use the technique is likely to suck. So, either these companies give up trade secret protection (not likely), they provide closed source drivers (nvidia), or the flip OSS the bird.

    It's not like this is some great mystery it's just people trying to what they *THINK* is best for themselves.

    You might argue that they're wrong about the conclusion but it's no great mystery as to how they arrived at the conclusion.

    --
    You are not a beautiful or unique snowflake -- but you could be if you got off your ass.
  11. It's becuase of fear or lawsuits by jonsmirl · · Score: 4, Interesting

    It's because of fear of lawsuits, not a desire to hide their chip interfaces. There are just as many bad hardware patents as bad software ones. By controlling spec release with an NDA they stop the law firms from searching for violations of these bogus patents.

    The damage from keeping hardware specs out of open source hands is tiny compared to getting a $400M judgement for patent violation.

    Trade secret laws prevent law firms from forcing spec releases without pretty good proof of a patent violation.

  12. Re:Because they're stupid? by Anonymous Coward · · Score: 2, Funny

    Yes, only understand, for access into low level specs to write the driver, it requires a lot of work reverse-engineering, which is sometimes very difficult/almost impossible for more complicated cards (eg graphics cards).

  13. Why make this information secret? by craXORjack · · Score: 3, Funny
    It's not like telling a programmer how to communicate with the underlying hardware is going to tell them how it (the PCB/silicon) was designed, so why make this information secret?

    I'd tell you, but then I'd have to kill you.

    --
    Liberals call everyone Nazis yet they are the closest thing to it.
  14. Specs help encourage programming.. by linebackn · · Score: 3, Interesting

    I have often wondered about this myself, back in the day of the Apple IIs and TRS-80s there were almost always hardware specs available because that was what you used to program your application with. There were no drivers or OS abstraction layers, there wasn't enough memory or speed to do that so your program just talked directly to the hardware.

    The first time I realized there was a problem was back in the 90s when my brother was trying to load up Linux on one of his machines and complaining that his video card wasn't supported because the people who made it (Diamond Multimedia?) wouldn't release any specs and people were having to reverse engineer how it worked. That seemed crazy to me. Back then it wasn't just a Windows world either, OS/2 was still around and DOS apps were huge. It boggled my mind that anyone would hold back information like that because releasing programming specs would encourage third party application development that made use of their hardware and ultimately boost their sales!

    Sadly these days no one seems to care as long as the vendor has a Microsoft Windows XP(TM) driver available, even if the driver is half-assed and crashes some times.

  15. Re:Does MS threaten H/W Companies? Of course! by softcoder · · Score: 3, Interesting

    Does anyone seriously doubt that they DO?
    Andy Grove (ex CEO of INTEL) described how MS prevented INTEL from including certain features in H/W. Andy's reaction was life is too short to spend it fighting MS. This was INTEL not some much smaller niche player.

  16. Vendors Losing Money by Embedded+Geek · · Score: 4, Insightful
    Coming from the embedded world, I agree wholeheartedly. First, a caveat; I'm talking individual chips here, not whole cards. So, your milage may vary...

    <rant>
    With that said, we actually do get decent specs on individual chips or chipsets, they are always in just paper of PDF form. Even the most complex devices (UARTs, ethernet controllers, etc.) simply come with a Rosetta stone of diagrams. Then we start the regular cycle: I take the diagrams, decode them, build up a low layer of software to talk to the thing, add more stuff to exercise the features we want, test it, and finally integrate it into a WinCE/Linux/Tornado/whatever driver that does what we're using. All this despite the fact that they ship development kits with binaries (usually Windows or DOS programs) that already talk to the stupid things.

    On several occasions I have told the sales guys at hardware vendors that providing source code to some chunk of software that simply does some basic communication with the part would give it big brownie points in the selection process - save us a month of programmer time and you bet we'll think hard about your chip. When I ask if they could part with some of the stuff to help us skip steps 1-3 above, they always give a uniform NO. It doesn't matter what NDA we've signed or a if we are willing to take the code stripped of features and with no warranty. Sometimes I'll get sympathy from application engineers instead of sales droids, but whenever they try to get approval up the food chain they get shut down.

    I understand that source code is an incredibly valuable asset (heck, I write the stuff), but why don't hardware/chip vendors realize that handing out or (or selling it cheap) helps sell chips? After all, the stuff's worthless unless you actually get your hardware out there to be used!
    </rant>

    Whew! That feels better. Anyone from the hardware manufacturing end want to chime in?

    --

    "Prepare for the worst - hope for the best."

    1. Re:Vendors Losing Money by bani · · Score: 3, Interesting

      Thing is, we're not asking for source code to the win32 driver or firmware source code or roms or verilog source for the chips.

      We're just asking which pci registers to poke to get the chip to go "bleep".

      So the 'source code' argument is totally out the window, irrelevant.

    2. Re:Vendors Losing Money by Stauf · · Score: 3, Funny

      We're just asking which pci registers to poke to get the chip to go "bleep".

      DOS emulates the 'bleep' in software with it's superior 'beep' method, called with something like:

      MOV DL 7
      MOV AH 2
      INT 21

      And it has the advantage that you don't need to know anything about these nebulous 'pci registers' of which you speak. Silly hardware programmers always trying to reinvent the wheel.

  17. Time is money to make NDA'd docs publishable by tepples · · Score: 2, Insightful

    You're telling me that they don't have internal documentation anyway?

    Internal documentation is written for people who already have secret clearance within the company, not for publication. It would take a lot of effort by highly paid lawyers and technical writers to clean up a secret document for public consumption.

    With wider compatability, they allow their marketability to improve.

    More than likely, the lost profits from not reaching the <10 percent of the market willing to pay only for devices with public documentation are less than the lost profits from incurring the expense of cleaning up internal documents.

    1. Re:Time is money to make NDA'd docs publishable by timmarhy · · Score: 2, Insightful

      "More than likely, the lost profits from not reaching the 10 percent of the market willing to pay only for devices with public documentation are less than the lost profits from incurring the expense of cleaning up internal documents." total nonsense. just look at netcraft stats alone, look at howmany webservers are running *bsd and linux. are you saying that is an insignificant number?

      --
      If you mod me down, I will become more powerful than you can imagine....
    2. Re:Time is money to make NDA'd docs publishable by ComputerSlicer23 · · Score: 5, Informative
      In a lot of ways, yes it is a very small number. First off, I'm not sure which documentation you are discussing from NetCraft. A link would be useful, but I'm too lazy to dig one up. The two stats to remember, are that something like 80% of the domains out there in the world run non-Windows OS's (read people who probably need access to the documentation). I want to say, only 30% of the IP's (possibly physical machines) out there, run non-Window's OS's. So in the end, even on the Internet, Windows is fairly dominate in terms of "numbers of machines". Which is a crying shame in my opinion, but oh well (most hosting companies, use non-Windows machines for deployment).

      Now, the number of machines on the acting as servers on the Internet is dwarfed by the number of machines not acting as servers on the Internet. Not a contest. Not even close to a contest. Finally, most hardware vendor's that produce high end hardware do get it. Look at the number of SCSI devices that have documentation or drivers. Not the crappy low end ones, but the really good stuff. Sorry, the crappy low end adaptec IDE RAID cards aren't ever going into a high end server. Most internet servers don't really need a good 3D card from Nvidia or ATI. Look at the e1000? Yep, got a lot of those sold, and some really good documentation available to the public. Now look at the wireless chipsets, never going in a server. Not going to get public release based off domination in the "NetCraft" stats. 90% of all wireless cards will never ever be put in a machine that is counted by "NetCraft". They will be put in machines that say, 90-95% of all shipping computers have a Microsoft OS on them.

      So depending on the product, yes, the NetCraft numbers are insigificant, both in terms of percentage and raw numbers.

      For other products, the NetCraft numbers make a lot of sense. Look at the number of Open Source drivers for high end SAN cards. Look at the number of Gigabit cards that have open source drivers. Look at the number of highend RAID cards that have open documentation.

      The other thing they are confusing is "won't release specs", versus won't allow re-distribution of the firmware. For a lot of wireless cards, it's that they can't re-distribute the firmware which is necessary for the hardware to work, not that they don't have the specs for the actual hardware. (I believe a number of OpenBSD's issues with Wireless Intel chipsets are this issue). The other issue with Wireless is that releasing the specs could invite FCC issues. I'm not sure of how much teeth those could have, but it sounds like a legitimate concern. If the FCC could say, well people are using your part with your documentation to drive it out of complaince, your wireless cards can no longer be sold. That'd be a real problem for Intel or Cisco.

      Finally, releasing the specs, would allow a competitor to say they clean room, backward engineered without having to do the documentation. It's really expensive to do that testing and documentation. So they could sell a competing product at a much lower price. It's much easier to match an existing specification, that it is to write a good known working specification. It is valuable IP. Personally, I think it's wonderful when they release it. For a lot of hardware they do. Especially for the really high end hardware that needs high reliability.

      Kirby

    3. Re:Time is money to make NDA'd docs publishable by ArbitraryConstant · · Score: 3, Insightful

      "More than likely, the lost profits from not reaching the <10 percent of the market willing to pay only for devices with public documentation are less than the lost profits from incurring the expense of cleaning up internal documents."

      That's why we have to bitch and moan as loud as possible to make the public relations value exceed the cost of cleaning up the docs. ;)

      --
      I rarely criticize things I don't care about.
    4. Re:Time is money to make NDA'd docs publishable by Anonymous Coward · · Score: 4, Informative

      Have you seen any internal specifications? I'm guessing you haven't. They are quite often littered with references to other project codenames. There are references to design and verification methodologies. There are references to third-party requirement/IP. They would be a treasure trove for any competitor to pick through. Don't you think that knowing codenames of related projects that use "this piece" or "that piece" of a reusable design wouldn't help a social engineer to find more information? Don't you think being able to piece through design/verification methodology would undermine a company's ability to be first to market because they have better processes in place than the competitors? Don't you think those third-party partners/vendors would be a bit peeved if their information was leaked?

      I work for a company involved with designing RAID-on-chip solutions, so I speak from experience. We constantly have discussions with our customers regarding what features they want/need implemented to maintain an advantage over their competitors. The features are implemented, only the one customer knows about them, but they are still a part of the internal specifications for the part. Internal specification are in no way, shape, form or fashion designed or written for general public consumption. Believing that they are or that they should be is naive. Trying to deliver a "clean" spec for general consumption would involve more than one company's lawyers.

    5. Re:Time is money to make NDA'd docs publishable by timmarhy · · Score: 2, Interesting

      i argee on the video cards, it's less then 1% of the market for them and maybe not worth it. however these arguments that IP is valuable. thats just secret sauce bullshit. what do they honestly think they are so super clever that no one else has or can think up the same designs. it's just so bogus. it's the same kind of nonsense that had the USA restricting encryption software being exported. they thought they were the only ones clever enough to develope such things.

      --
      If you mod me down, I will become more powerful than you can imagine....
    6. Re:Time is money to make NDA'd docs publishable by ComputerSlicer23 · · Score: 2, Insightful
      I'm not sure what the pieces about the wireless mean. I'm fairly confident that getting the FCC mad at you as large company that sells radio equipment is a fairly bad idea. "Individual violates FCC regulations, news at 11". Company violates FCC, "big ass fines" and threats of revoking their license to produce radio equipment... "Stockholder meeting tomorrow, 10:30 sharp"...

      As to why it is valuable IP, try getting into a cut-throat commodity business where margin's are 1-2%. If you make it possible for your competitor to undercut you on price by 1-2%, your in big trouble (that's your profit margin). Commodity hardware is very, very price dependent. I've worked on embedded systems. Drop in replacements, and "wire compatible" parts are very valuable. I know we used to swap out parts all the time on the basis of "drop in replacement". If the part was 0.10 cheaper on a $15.00 part, if you are purchasing 150,000 of them, it adds up. If I had to talk with a SCSI card and they told me that someone else had a SCSI card that was a drop in replacement based on the published docs that was 1% cheaper. We would try out a couple of samples. Debug what we didn't work. If after 2-3 days it worked, we switched parts.

      The PCI card market might not be quite the same, but I can see how a lot of vendors see it that way. They sell a lot of hardware to custom hardware developers.

      Kirby

    7. Re:Time is money to make NDA'd docs publishable by sickofthisshit · · Score: 2, Insightful

      You're not talking sense with your Coca-cola example.

      The "secret recipe" nonsense is just marketing: something oh-so-special means "Coke is it!" "The Real Thing." Yes, effective marketing, but hardly a target for corporate espionage.

      Look, analytical chemistry in the 21st century means there is no such thing as a true secret formula for soda pop. Trust me, given a modest amount of money and the right equipment, and someone can find out just what's in that bottle.

      But so what. If Pepsi discovers the secret, what can they do?

      1) Clone it, and announce "100% the same as the Real Thing, but 5% cheaper?" or "50% cheaper"? Who wants to admit they drink a knockoff to save a few cents?

      2) Trumpet "we put more/less vanilla in our formula so it makes you cuter/more hip/more sexually attractive." No one (outside of the Slashdot fringe, perhaps) wants to base their soda drinking on specifications.

      3) Claim "Coca-cola is poisoning you: we discovered super-toxic-brain-control-chemicals in there"? That's a conspiracy theory, but you can hardly expect Coke to have been knowingly shipping harmful stuff; they'd be sued beyond belief by everybody who drank a Coke in the last 100 years, and that's a lot of people.

      4) Claim "look at us. We've got 1337 chemists who can find out Coke's most intimate secrets." Big deal; if I didn't drink Pepsi before, is this really going to change my mind? Do I really want a soda pop designed by folks in lab coats who have nothing better to? Plus, it as much as admits that Coke is the Real Thing that even Pepsi wants to copy.

      There is no real advantage in the secret formula. Just posturing. All Pepsi or RC or whoever can do is posture in their own distinctive enough way, while pretending not to care, or sniff dismissively at, what the other guys are doing. It's all sugar water with flavors. Not some high tech contest.

  18. Patent liability by jeffmock · · Score: 4, Insightful

    I have experience with a few different companies that make chips for PCs. I've found that the most common reason for keeping specs proprietary is patent liability. Areas like computer graphics are minefields with thousands and thousands of patents held by unfriendly entities. If you publicly release a detailed spec for your graphics chip you are inviting these unfriendly patent holders to look for potential litigation.

    It's not like nVidia and ATI are looking for reasons to sue each other, it's more about some no-name holding company looking to litigate something like Cadtrak's XOR Cursor patent.

    This might also be a competitive thing for Microsoft since they own a big pile of 3D graphics patents from SGI. Microsoft might take legal action against a chip supplier that publishes a spec for a 3D graphics chip that violates one of the old SGI patents.

    In my experience most tech companies are now pretty hip about linux and free software, but the potential downside holds them back from releasing specs to the community.

    jeff

  19. Re:Actually by rpozz · · Score: 3, Insightful

    The ISA (Instruction Set Architecture) is the specification that is needed before writing an OS, compiler or any other low-level software for a given CPU. It's no secret, especially for a very widely used architecture like x86.

    In fact, there's this.

  20. Sorry for breaking /. traditions by ThePhilips · · Score: 5, Insightful
    Sorry for breaking /. traditions. I have worked for three hardware companies. I'm working for one right now.

    I'm not writing documentation, but seldom help with some technical details and help with translations.

    Guys, just to understand the problem you have try first write something. Writing good documentation would require someone who can think straight and clearly. And as you can imaging if company got such guy/girl - s/he will be busy doing product itself, rather than documentation. That's first.

    Second. On PC market change of technologies occurs every half of year or something like that. Writing documentation, getting thru all bureaucracy for confidential document to be released will be precisely about this half of year. In other words, when documentation is ready - it is already outdated. You can btw notice that industries with longer release cycles normally end-up with decent documentation - they have time and money. Having no money you cannot afford longer release cycle. Telcos are good example of that. Industrial automation is another one.

    So PC industry is sort of its own worst enemy. Tight competition force producers to save where possible - e.g. optional component such as documentation. If you have some bright heads, producer can manage to update product line more often - edging against competitors - but again bright heads will be busy with product release, rather than its documentation.

    Having dedicated personnel to handle documentation is just expensive.

    P.S. One more problem is when product is partially based on some licensed third party development. Most small producers have to license things, since they cannot develop everything in house. Than it happens that documentation ends up with hell a lot of copy'n'pasting from third party one. To release that you have to get a permission from third party: but in most situations you will find out that third party has licensed some parts itself. In the end no-one just want to risk releasing the documentation, especially in litigious U.S.: most companies when finding their parts in someone's else released products may start asking for fees. With all consequences. Hiring experienced attorney for going thru all this licensing mess - and getting clearance from all involved parties - will cost a lot money, most producers just not able to afford.

    --
    All hope abandon ye who enter here.
  21. Reverse Engineering by devphaeton · · Score: 4, Insightful

    It's not like telling a programmer how to communicate with the underlying hardware is going to tell them how it (the PCB/silicon) was designed, so why make this information secret?

    Granted things like video cards and ethernet cards and stuff are significantly more complicated than say, guitar stombox effects and amplifiers, but electronics are electronics. It is not entirely impossible to look at the part itself and map out all the traces on the board (gets harder on multilayer boards, but it's still not impossible). Parts are parts, in the case of resistors, capacitors, diodes and stuff, and they're all marked and/or measurable. Lots of circuits have common subcomponents that are 'universal'- no different than linked lists or binary trees are to programming. Maybe you'll see a proprietary IC, but its manufacturer might have the specs available- I haven't seen an IC data sheet yet that doesn't have an internal schematic of the IC. You might be able to buy them from that manufacturer directly, or build the equivalent from other ICs and parts.

    Far as I can tell though, most ICs are pretty standard and available.

    So then... releasing their specs or not, it makes no difference on whether or not someone could figure out how their card works and/or clone it.

    Yes I realize this takes a lot of work and man-hours to do, but surely this happens in industry of all sorts all the time.

    --


    do() || do_not(); // try();
    1. Re:Reverse Engineering by John+Hasler · · Score: 3, Informative

      > Far as I can tell though, most ICs are pretty
      > standard and available.

      Million gate FPGAs stuffed full of the manufacturer's "IP" (plus some licensed stuff such as dsp cores) are not "standard and available".

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  22. Having been on the inside, and gotten specs out... by jg · · Score: 2, Insightful

    Not to say there aren't other reasons already mentioned here, but the most common situation I've seen (and I got quite a few specs released out of DEC in the early '90's), is that the specifications often have a mixture of information considered proprietary (e.g. detailed logic design) and the programming information.

    Seldom were there a nice set of documents, partitioned between programming and logic design.

    So you have to track down the right documents, edit out the stuff that hardware folks are worried about, and get the right sign-offs. And you therefore have to deal with whatever random document preparation system was used by the engineers to do the documents.

    This all turns out to be a fair amount of time, trouble and hassle.

    So even if there aren't other paranoid concerns, it is harder than one might naively think.

  23. Software's dirty secret by chiph · · Score: 4, Interesting

    ...there are no specs.

    Often products are created & sold based on some back-of-a-napkin drawing that a manager handed to development. I've been fortunate in my career -- I've been lucky to get them on notebook paper. It's much nicer than trying to figure out what was drawn through the martini condensation stains...

    Chip H.

  24. Because it prevents Ilicit Uses by BobPaul · · Score: 4, Insightful

    That means companies like Broadcom (they tend to not have any drivers for linux) won't get chosen by anyone wanting to run Linux, and thus will lose money as people will chose non-Broadcom hardware.

    I'm not sure about all hardware, but I'm sure part of the reason Broadcom doesn't openly document their WiFi hardware is because they use software radios, where all of the channel number to frequency conversion is done in the driver and not in the hardware.

    This would mean that someone writing an open source driver would have to properly tell the hardware what frequencies to use--something that shouldn't be a problem.

    However, it also means that you could easily tell the radio to broadcast in frequencies (and possibly powers) that aren't within the spectrum their FCC license covers. IE, people could do things they aren't supposed to and maybe Broadcomm is worried about law suits.
    --
    Don't fight Firefox! Let FireFox fight YOU!

    1. Re:Because it prevents Ilicit Uses by nickptar · · Score: 2, Interesting

      Good point, but there are ways around that. I have an Atheros WiFi card and use the MADWIFI driver for it. Most of the driver is open-source, but the core radio part is distributed binary-only. This is not just because they think it's a good idea, but because it would be in violation of FCC regulations to allow this part of the driver to be modified. However, Atheros was nice enough to provide this binary-only part compiled for many different Linux platforms and to give assistance to the people writing the rest.

  25. Re:Actually by bani · · Score: 4, Informative

    What. The. Fuck?

    We recently went over this in my computer organization class.

    You need to leave whatever school you're going to.

    Immediately.

    Seriously. It's obviously a complete waste of money. Do it now before your head gets any more messed up.

    Intel is reluctant to release their ISA documentation

    Nooooo they aren't.

    Without releasing ISA documentation, people can't program your fucking CPU. Yeah, I'm sure that's exactly what Intel wants -- nobody to code for it. Great business plan. Where do I sign up?

    Interesting? Jesus christ on a cracker, the mods are fucked up today.

  26. The hardware is buggy as hell by ameline · · Score: 2, Interesting

    They don't release the specs because the hardware is generally full of bugs that they work around in their drivers. Different versions of the hardware have their own bugs and work arounds. Sometimes I think they're too embarassed to release the specs for fear the would would see what a dogs breakfast some of their work amounts to.

    Further most of them have "specs" which barely qualify for the name -- often driver writers will go read the RTL, or talk directly to the hardware guys to figure out how something works -- often much of it is not written down, and usually not in one coherent document that could be called a spec.

    I know this for a fact about several producers of hardware that serves various purposes -- who, for obvious reasons, I shall not name.

    Others are anal about getting things right and writing great specs -- even if they never publish them -- But I think they're in the minority.

    --
    Ian Ameline
  27. Re:Actually by morcheeba · · Score: 3, Interesting

    I was about to mod you insightful, but then I realized what the grandparent was probably talking about... the microcode. The microcode is a lot more important for recreating details. Pentium processors have a limited ability to fix silicon bugs in software. The microcode is in volatile memory, so it must be loaded on every boot by either the OS or the BIOS. It's top-secret, but access to this lower-level info might let you write a custom instruction (or not, I don't know how much the mechanism can change the operation)

    An example microcode fix is for "High Temperature and Low Supply Voltage Operation May Result in Incorrect Processor Operation"

  28. Bad assumption by alexo · · Score: 2, Informative

    > ... the more common problem is that the hardware people paid to have their
    > drivers and stuff written for them and that a great deal of their product's
    > functionality is, in fact, within the driver rather than within the device or
    > firmware. These drivers are then restricted by the agreement between the
    > driver-writing entity and the hardware maker... or so they claim. ATI
    > apparantly has this difficulty which is why we can't get really good drivers
    > for Linux just yet.


    As a former ATI employee (working on HydraVision some 3-4 years ago)
    I can tell you that ATI's drivers are written in-house.

  29. Re:Actually by bani · · Score: 2

    Nope.

    Intel has never published details on microcode except how to load it.

    The grandparent explicitly stated ISA , and the fact that AMD and everyone else copied it.

    There's no microcode system for any AMD or Cyrix or any other x86 clone for that matter, but that hasn't stopped anyone from doing what the grandparent was posting about - copying the ISA. Microcode is completely irrelevant to the discussion.

  30. Better, why don't adopt open standarts?!? by vhogemann · · Score: 2, Insightful

    I just spent the entire afternoon looking for a webcam that we could use with linux for a project.

    I tested just about every model avaliable... and none met the requirements, wich are work with linux and be recognized by Java Media Framework.

    I know that there is a standart for USB MassStorage devices, so is just a matter of implementing ONE driver that will be compatible with every hardware that implements this standart.

    Standarts make easy for developers to create drivers, and for vendors to make compatible devices. There are lot's of success cases out there, so why keep on creating non-standatized devices!?!?!

    --
    ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
    1. Re:Better, why don't adopt open standarts?!? by Animats · · Score: 2, Interesting

      There's a standard for FireWire cameras, and, having written a generic FireWire camera driver for QNX, I can report that it works.

  31. R&D Costs for driver development can't be reco by tlambert · · Score: 3, Interesting

    R&D Costs for driver development can't be recouped

    When BusLogic came out with their AHA1540/AQHA1542 compatible SCSI controllers, they did several things:

    (1) They leveraged Adaptec's R&D effort on driver development so that they didn't have to spend their own money developing drivers.

    (2) They avoid the effort of convincing Microsoft to ship with the drivers as part of Windows; never underestimate the barrier to entry a separate driver disk represents: for NT 3.51, you had to install the driver disk twice during the installation process, and a third time post-install to use a third party disk controller, and it was not well documented where or when NT 3.51 would reference the disk, not find it, and simply crash (you "just had to know").

    (3) By making the card's interface compatible with an existing card, they avoided all the R&D necessary to get from a concept to a working interface.

    So basically, BusLogic got a free ride on Adaptec's dime in a number of areas, and Adaptec was left holding the bag, having to charge a higher amount to recoup their R&D investment, leaving BusLogic to undercut their prices and steal their market.

    That's not to say that I totally agree with Adaptec, or that bad designs which can't be safely exposed without risking physical damage to the devices (Diamond Multimedia video cards[*]) or legal repercussions (Oscillator/PLL tuned WiFi cards that don't have hard-wired frequency bands) don't exist, but I can certainly understand the position of companies who don't want to sacrifice hard-earned product lead-times, OS vendor relationships, or actual R&D results on the altar of public domain.

    [*] Diamond, in particular, pisses me off, since any halfway decent software engineer could have separated the model and view from the controller, and made their cards both Open Source friendly and non-x86 architecture friendly, and the EE who wrote the firmware didn't.

    -- Terry

  32. Re:i dunno, worked great for IBM by Detritus · · Score: 2, Informative
    Informative, my ^&*(.

    My IBM PC came with a technical reference manual that included a complete set of schematics and a listing of the BIOS. The only thing that it didn't include was a listing for the ROM BASIC.

    --
    Mea navis aericumbens anguillis abundat
  33. that hardware/software boundary problem again... by j+h+woodyatt · · Score: 2, Interesting

    Your basic problem is that you aren't thinking like a hardware person. Hardware people just fundamentally don't get how software people think there is an important distinction to be drawn between the software and the hardware that runs it--and, to be fair to them, they have a point.

    An awful lot of what hardware vendors are selling these days is a hardware platform for their expensive proprietary software. Take wireless network interface cards, for example. When you buy a Wi-Fi AP from some company, e.g. Apple, the price you pay includes the cut they have to pay to the vendor of the wireless interface card they use in their products. What they probably get from the hardware vendor is more than just a steady supply of hardware to its factory line-- it's the chips, plus a code drop for the driver, a maintenance agreement, and a bunch of other goodies that are all rolled up in the contract at once. The price the hardware vendor charges is divided between a per-unit total, a per-calendar-interval total and sometimes an upfront charge. The accountants have a field day.

    Remembering who is paying for what helps here. You are never going to get specifications for the hardware you buy at retail, because the people who make it are never in control of the whole package from sand to plastic wrap-- they have to buy and integrate pieces from other companies, who are providing more than just chips and a few pages of programming guide. As I said, those guys are providing a hardware platform for their proprietary software and they won't let the vendors of retail systems redistribute their crown jewels. It's really that simple.

    --
    jhw
  34. Why? Maybe Linux Journal could ask... by Zan+Lynx · · Score: 2, Insightful

    Let's send some email to Linux magazines like Linux Journal and others, asking them to interview a few companies like nVidia, ATI, Broadcom and others about this question. Maybe if they think there's enough publicity pressure, they'd give useful answers. Then instead of wondering, we'd *know*.

  35. Re:TWEEEEEET!!!! by RabidOverYou · · Score: 2, Funny

    Whoooooooosh.

  36. Re:"If you release docs, we'll buy your HW." by tftp · · Score: 2, Insightful
    You can expect normally about zero support in this.
    1. This free driver may cause bad publicity to the company (if it spectacularly fails, for example, or just poorly performs on average.)
    2. It may create a perception of support of the device on some OS where, in fact, the company does not support it.
    3. Several hundred units, $100 each is what, ten thousand dollars? Forget it; this is petty cash for any successful business - and we are not talking about mom & pop stores here. When you get to half a million of guaranteed orders, then you may have a business case.
    4. As many people noted already, the documentation may contain closets full of skeletons. Such as "if you set this bit the whole thing crashes and we don't know why." This would not be helpful to the image of the company as NYSE analysts read it and scream "SELL!!!" - or as some bored journalist, or a lawyer, smells blood in the water.
    5. Uncountable other reasons, such as lack of any documentation that is safe to publish.

    So by all indications it's safer to sit on the documentation rather than do something and get busted, one way or another. Rules of the business world are quite different from the rules of F/OSS world.

  37. Re:Time is money, period by shmlco · · Score: 2, Insightful
    Yes, but if you're wireless card company "A" and you spent hundreds of hours (and tens of thousands of dollars) developing those drivers why release the source so company "B" can order the same chip, incorporate the driver for free, and undercut your price since THEY didn't spend those dollars.

    In essence, it's the "patent" argument. All information may be "free", but the first person who spends money creating it is the loser, as the other parsites sponge off their work and don't need to recoup those dollars.

    --
    Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  38. Several reasons by sjames · · Score: 4, Insightful

    There are a few reasons I have seen based on RE drivers. I'll name a few here in no particular order.

    Embarrassment. Sometimes they don't want to tell you that it's necessary to reset the chip repeatedly until it just happens to initialize correctly (probably due to a design flaw).

    More embarrassment. They don't want to admit that many of the so-called 'hardware features' are really implemented (poorly) in the driver. Many IDE "RAID cards" are just a bunch of IDE co ntrollers. The RAID is in the driver. The driver's RAID implementation is not generally anywhere near as good as the Linux soft raid device.

    Closely related to the above, for (snake oil) security devices, they don't want to document that flipping bit 5 of the 3rd register will bypass all protection.

    The IP isn't theirs. The product is just relabled.

    Their default answer to anything is NO, and they haven't (and probably won't) give it any thought.

    In the case of some graphics cards, they don't want the public to find out the driver has hacks in it to cheat the benchmarks.

  39. Re:Time is money, period by Alex+Belits · · Score: 2, Insightful

    If you don't use your own chips, you don't write drivers for them, either.

    --
    Contrary to the popular belief, there indeed is no God.
  40. Nope by zippthorne · · Score: 5, Funny

    They already provide hamburgers to an open standard. Their product interfaces in the same way as all other hamburgers, directly with the mouth port.

    Very fancy restaurants have proprietary interfaces: You are required to use specialized hooks (salad fork, etc.) to interface with the food which must be used in a specific way.

    Chinese restaurants use the most difficult interface of all, but it's fairly simple and often fully documented on the chopsticks package.

    --
    Can you be Even More Awesome?!
  41. Re:Some of us release specs on principle! by RGRistroph · · Score: 2, Interesting
    From the About Open Graphics page:

    Mission

    Availability of a graphics card with fully published specs and open source drivers.

    Note that the mission is not to actually design or make it. And:

    In order to get manufacturers to make such hardware, we have to show that it will be economically viable to do so.

    No mention of making it themselves. The rest of the page makes it appear that their main work is coming up with a feature list.

    If you dig through the rest of the site, it appears some guy wrote some sort of emulator and they intend to convince someone else to translate it to FPGA code and put it on an FPGA, but the FPGA code probably won't be available. That's not an open source graphics card.

    I believe this project is an offshoot of what was originally this guy's ideas. In fact I am pretty sure of it because the name of the guy on OpenGraphics is also Timothy Miller. I wrote those guys when that original article first hit slashdot that I was willing to pre-commit to paying $200 each for up to 5 cards, and I stand by that. But I won't pay for someone's simulation code, or for an FPGA sold by the same bullshit company as before and with a closed FPGA.

    I wish someone would try to do an Open Source graphics card, I'd like to buy it. I think it it likely that people would find other uses for it -- reprogramming it to be a software radio, for example. Perhaps after the Open Graphics Card project screws around with the big companies enough, someone else will take their simulation and design and make an open graphics card.

    But in the end, the Open Graphics Card project is simply producing a very detailed spec and begging one of the usual asshole companies to make a closed source version to match it. This is doomed to failure. They won't do it, and if they do there will be small undocumented differences from the spec and you won't be able to correct the spec easily or change the FPGA.

    This is not a situation that can be solved by lobbying companies. I believe it can be solved by making hardware, even if you have to make your own company in the process.

  42. A convienent but poor excuse by EventHorizon · · Score: 2, Insightful

    That argument is absurd. If the hardware is capable of significant output on unpermitted frequencies, what's to stop a corrupted driver download, or bug in the official firmware, from doing that? Wireless cards are complex systems that are certainly prone to bugs.

    What if a disgruntled employee leaks the docs? Will the company have its FCC certification immediately revoked? If so, why would management build hardware that exposes them to that risk?

    What if someone reverse engineers their hardware and writes a fast-propagating worm that programs it to jam law enforcement frequencies? Or microwave users' balls?

    If the FCC was truly anal about theoretical interference, it would not certify software transmitters at all.

    Several chips from the previous 802.11b generation are heavily documented. Some of them allow sw to increase power output to >=250mW, which combined with a large directional antenna will exceed FCC allowable output. Wait... why aren't these companies being raided by the FCC and DHS?

    Frankly "Blame the FCC, we're their bitch" is just a vendor cop out created by competetive paranoia, lawyer power trips, and corporate inflexibility.

    They're trying to get the BSD nerds to f*ck off while they sell to the trillions of Windows users that don't mind a silicon-induced lock up twice a week.

    Hey, I'm not bitter.. I'm right.

  43. Via does release their specs by Animats · · Score: 2, Informative

    Go to ViaArena. Click on "Open Source", and go from there. Source for drivers for their Ethernet and graphics chips is provided.

  44. Support by HalWasRight · · Score: 3, Insightful
    While many posters have already pointed out that it COSTS MONEY to produce reasonable docs, the other cost is support. Sure as hell if a device company produces docs for a part, some kid is going to call their support lines to ask about some oddness that really doesn't matter, because that kid doesn't work for Dell and therefore doesn't represent tens (if not hundreds) of thousands of units in sales.

    When the number of device driver writers for your part numbers in single digits, you don't need super great docs. When you try to write good docs, the next thing people will complain about is the quality of the docs!

    --
    "This mission is too important to allow you to jeopardize it." -- HAL
  45. Very simple by borjam · · Score: 3, Interesting

    It's very simple: back in the old days, when there was no monopoly, many chip manufacturers gave away thick, printed databooks. It was expensive for them, but they needed developers to use their products.

    Now, however, there is a monopoly. You don't need to attract developers. The only concern is to have a driver for Windows, and having that driver included with the Windows install disk, so that your device, be it a soundcard, graphics card, or whatever, is "easier" to use. I wonder if there is a "dark hand" behind it...

    Some years ago I sent a proposal to the European Comission: banning the sale in Europe of peripherals for which there is no public interface information available. It should not hurt the manufacturers, as the information can be made freely available in Internet (it's cheaper than shipping huge printed manuals), but it would have a side effect: the driver advantage for Window could disappear.

  46. I never understood that argument by file-exists-p · · Score: 2, Interesting


    I never understood that argument. I agree that from a pure quantitative perspective it is easier to make the hardware operate out of the authorized specs if you do have the driver source code. However, any more-than-average hacker can decompile a binary driver and replace the adequate values directly in the code. Hacking the source requires very similar programming skills.

    Is there some jurisprudence somewhere which states that if you provide source instead of binary to someone, you are breaking the law if that person can later on change the source code to break some regulations ? That would be damn precise and subtile from our beloved law people.

    --
    Go Debian!

  47. Help in Windows to Linux driver translation? by porttikivi · · Score: 2, Insightful

    Would it be possible to develop a standard conversion tool that translates or at least helps to translate Windows driver source code to Linux driver source code, which would then be releases as binary only? So that HW manufacture could produce a binary Linux driver easily without too much expensive Linux experience work and without revealing their (perhaps legally hazardous) specs to outside community?

    Note that IF a company wants to release HW specs it is mainly because they want to have Linux drivers available and a Linux market. It is not that releasing specs would be ever ba an end itself, but rather an unpleasant means.

    Generally, wouldn't it be a time for Mr. Torvalds to start thinking about making life easier for proprietary driver development (like freezing the driver binary interface between minor kernel releases).

    On the other hand, why is open source hardware development not catching on? Is it again this patent isssue? If the OSS community would provide nice open blueprints for hardware, I don't see why the chinese wouldn't be more than happy to print millions of chips for the consumer market, with manufacturing costs only, no development costs at all.

    --
    Anssi Porttikivi / app@iki.fi