Difference between revisions of "HowToWriteNewMemoryControllerDrivers"

From EdacWiki
Jump to navigation Jump to search
(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 ...)
 
(No difference)

Latest revision as of 15:09, 16 January 2009

  • 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.