Have you ever written a device driver?
Posted Sep 30, 2007 16:59 UTC (Sun) by
filker0 (guest, #31278)
In reply to:
To Zoborov by Zoborov
Parent article:
The Linux Driver Project takes off
Zoborov: Have you ever actually written a device driver? It's not magic, you know. The driver
will
use the registers to take advantage of the device. Since you can tell what the driver is trying to
do
when it writes the registers, having the source for a working driver is sometimes better
than having the register level docs.
What particular open source projects are unwilling to touch does not change the face of the
industry, unless you define the industry as only open source projects. NDAs are a fact of life
when dealing with the companies that design hardware, especially when dealing with advance
information.
I've been writing device drivers on and off for over 25 years, and I can assure you, most of them
have been done under NDA or for hardware designed by the company that I was working for
where the work agreement was pretty much the same as having signed an NDA.
If Nvida were to have one of their programmers do exactly what Greg would do and release the
driver as open source but not publish the hardware register level and theory of operation
information, would you consider it equally evil?
(
Log in to post comments)