On Fri, Nov 15, 2013 at 04:55:23AM +0100, Dmitrij D. Czarkoff wrote:
> Stefan Sperling said:
> > I don't think there are any docs. The Linux driver is the only
> > reference I could find.
> > 
> > The linux driver has pci/usb shims around a common core, much like
> > some other OpenBSD wireless drivers do (e.g. athn(4)).
> > 
> > I believe a good approach would be to write a working PCI device driver
> > based on our USB one (urtwn(4)), and then factor out common code from
> > both into the sys/dev/ic/ directory in a separate step.
> 
> That was my plan, though I hoped there is some documentation from
> Realtek i could use to avoid looking at Linux driver - I'm afraid Linux
> people would react badly if their driver is used even as plain
> reference, without any code copying.

No, this is not how copyright works. What you want to learn from looking
at their code is not the part that is copyrighted, but the facts, like
which registers needs to be set to what value at which time and sequence.

Whoever wrote the driver copied those facts out of a datasheet as well.

> 
> -- 
> Dmitrij D. Czarkoff
> 

Reply via email to