HowToWriteNewMemoryControllerDrivers

From EdacWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • 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.