Re: BCM5700, 1000 Mbps driver

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 11 Jun 2001 23:09:39 +0100 (BST)


> Are there any places (besides other drivers in the kernel) to look for
> documents on how to write module-drivers/in-kernel drivers?

I'd actually suggest

Documentation/CodingStyle

as a good starting point. Its probably worth making the code clean and easy
to read before trying to do other stuff to it. Its a lot easier to prove
your own changes are correct if you do that after you've proved a reformat and
tidy didnt break it

> Should I start by giving people a link to the source code? ;) We need this

Sure

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/