First page Back Continue Last page Summary Graphic
Solving Problems
Redundant Testing
- The same driver must be tested on multiple OSes
OS neutral Modules
- Loaded Modules are OS neutral
- OS interfaces are abstracted behind xf86*()
- Global data is hidden behind get*()/set*()
Notes: