To read all comments associated with this story, please click here.
OpenBSD ships with firmware images because the manufacturers are selling “useless” hardware—without the firmware, your hardware does nothing/”is broken.” In the recent past, manufactures would include the firmware on the hardware on “50 cent” flash memory, but, to save some pennies, this is no longer done—so the driver needs to get the firmware from somewhere to do anything with your hardware.
So, are you now happy that OpenBSD ships WITH the firmware—so you can just pop your firmware-less hardware in and start “playing?” Or would you rather download the firmware using your non-wireless NIC first and then setup your wireless NIC?
The manufacturers were distributing the firmware with the hardware before—now one of the few simple things OpenBSD asks for is to be allowed to distribute the firmware because the manufacturers of your hardware have stopped doing it.
OpenBSD doesn't distribute them, it redistributes them and those binary only firmwares are the same firmwares anyone uses, it is run entirely on the hardware, so it isn't based on just Linux 2.6.123 on i686, or whatever specific platform. A firmware doesn't have the problems inherent in a binary blob.
Whatever your moral scale may be, OpenBSD doesn't care, it works based on what matters, an uncontrolled chunk of code in the kernel is wrong, on the hardware is entirely normal - almost all hardware ships with it.
Firmware runs on the card, it does not run in the host OS. Firmware is that little bit of software that used to be stuck permanently on the card via an EPROM chip. Nowadays, it's cheaper to have a little firmware downloader that loads the firmware onto the chip rather than burn it into an EPROM.
As firmware *never* runs in the host OS, what's the problem with a binary firmware object shipped with an OS?
These are not drivers, these are not binary blobs, these are the little bits on the hardware that enables you to communicate with the hardware.





Member since:
2006-03-23
openbsd does however distribute binary only firmware images, which IMO still is wrong.
nonetheless, theo is absolutely right.