ChorusOS 4.0 Device Driver Framework Guide

Appendix A Further Information

 Type of Information Information Location
 List of common DKI services availableintro(9DKI) man page
 List of Processor-family specific DKI services availableintro(9DKI) man page
 Details regarding one processor-family specific DKI service Appropriate 9DKI man page
 List of defined DDI APIsintro(9DDI) man page
 Detailed information regarding one specific DDI API Appropriate 9DDI man page
 List of existing device drivers Intro.9drv man page
 Details regarding the configuration and implementation of a driver for a particular device Appropriate 9DRV man page
 Header file(s) for a particular DDI interface class (c)include/chorus/ddi/c/*.h
 Header file(s) - for common DKI services - for family-specific DKI servicesinclude/chorus/dki/dki.h include/chorus/dki/f_dki.h
 Property header file for a chip driver implementation of class 'c'include/chorus/drv/c/chip/chipProp.h
 Implementation files for a chip device driversrc/nucleus/bsp/drv/src/c/chip/* src/nucleus/bsp/family/drv_f/src/c/chip/*