Broadcom releases an open-source driver for its wireless chipsets
1–10 of 28 posts
Re: Broadcom releases an open-source driver for its wireless chipsets
#2Re: Broadcom releases an open-source driver for its wireless chipsets
#3Re: Broadcom releases an open-source driver for its wireless chipsets
#4I don't understand why more commodity hardware companies aren't doing this. Drivers are an actual competitive advantage with 3D video cards and possibly a few other things, but I can't see it for wireless chipsets. It seems to me that making the drivers open source might actually reduce costs, with no real down sides.
Re: Broadcom releases an open-source driver for its wireless chipsets
#5I don't understand why more commodity hardware companies aren't doing this. Drivers are an actual competitive advantage with 3D video cards and possibly a few other things, but I can't see it for wireless chipsets. It seems to me that making the drivers open source might actually reduce costs, with no real down sides.
3D video cards are a commodity, too, these days. Even they could offer open-source reference drivers that allow for full basic utilization of the hardware, albeit at suboptimal performance. The heavily-optimized trade secret like cool codepaths could be offered in binary drivers for those who want the last drop of perf.
Re: Broadcom releases an open-source driver for its wireless chipsets
#6Re: Broadcom releases an open-source driver for its wireless chipsets
#7All of FOSS is not Linux.
Re: Broadcom releases an open-source driver for its wireless chipsets
#8Great and all but "Linux drivers are not documentation"! All of FOSS is not Linux.
Of course, drivers+documentation would be even better :)
Re: Broadcom releases an open-source driver for its wireless chipsets
#9Vendor "support" for their driver means a third-string intern/student who hashes together patches that reveal profound ignorance of the architecture.
Its not just NIH; the chain of custody from silicon designer to you just doesn't include ANYBODY who has your interests/your customer's interests in mind. They are more concerned with making the driver portable across their product line, doing it cheaply, getting it to market at the same time their hardware releases etc.
Any robustness/architecture/responsible software processes have to be your business and yours alone. This probably means rewriting the whole driver, using the demo driver for reference but ONLY for chip-specific info.
Re: Broadcom releases an open-source driver for its wireless chipsets
#10Now if only this happened two years ago, I'd have been running linux for two years.