[BACK]Return to config.c CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm

Diff for /funnyos/arch/testarm/config.c between version 1.6 and 1.7

version 1.6, 2007/10/16 22:39:09 version 1.7, 2007/10/25 19:18:17
Line 40 
Line 40 
  * Link device names with their drivers.   * Link device names with their drivers.
  */   */
 struct driverinfo config_driverinfo[] = {  struct driverinfo config_driverinfo[] = {
   /* name, driverp, ninstances (should be -1) */
         { "root", &root_dr, -1 },          { "root", &root_dr, -1 },
         { "obio", &obio_dr, -1 },          { "obio", &obio_dr, -1 },
         { "cpu" , &cpu_dr, -1 },          { "cpu" , &cpu_dr, -1 },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb