HowToWriteNewMemoryControllerDrivers

From EdacWiki
Revision as of 15:09, 16 January 2009 by WikiSysop (talk | contribs) (New page: * Take a look at the documentation under Documentation/edac.txt in the kernel.org tree. * Obtain the manufacturer's datasheet (and add to the main page of this wiki). * Take a look at the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Take a look at the documentation under Documentation/edac.txt in the kernel.org tree.
  • Obtain the manufacturer's datasheet (and add to the main page of this wiki).
  • Take a look at the sample code "test_device_edac", and try to find the existing driver which is most similar to the driver you intend to write.
  • Make sure you're not duplicating effort with someone else! Consult the mailing list!
  • Get writing!
  • Release early and often.