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

Diff for /funnyos/arch/sam7s64/config.c between version 1.7 and 1.8

version 1.7, 2007/11/15 20:50:48 version 1.8, 2007/11/19 10:53:57
Line 19 
Line 19 
 extern struct driver cpu_dr;  extern struct driver cpu_dr;
 extern struct driver saapbus_dr;  extern struct driver saapbus_dr;
 extern struct driver sapio_dr;  extern struct driver sapio_dr;
   extern struct driver gpioled_dr;
   
   
 extern void(*putchar)(char);  extern void(*putchar)(char);
Line 35 
Line 36 
         { "cpu" ,       "root",         0, 0,                   0,      0 },          { "cpu" ,       "root",         0, 0,                   0,      0 },
         { "saapbus","root",     0, 0,                   0,      0 },          { "saapbus","root",     0, 0,                   0,      0 },
         { "sapio",  "saapbus",  0, 0,                   0,  0 },          { "sapio",  "saapbus",  0, 0,                   0,  0 },
           { "gpioled","sapio",    0, 17,                  0,      0 },
           { "gpioled","sapio",    0, 18,                  0,      0 },
         { NULL,         NULL,           0, 0,                   0,  0 }          { NULL,         NULL,           0, 0,                   0,  0 }
 };  };
   
Line 48 
Line 51 
         { "cpu" , &cpu_dr, -1 },          { "cpu" , &cpu_dr, -1 },
         { "saapbus" , &saapbus_dr, -1 },          { "saapbus" , &saapbus_dr, -1 },
         { "sapio", &sapio_dr, -1 },          { "sapio", &sapio_dr, -1 },
           { "gpioled", &gpioled_dr, -1 },
         { NULL, NULL, 0 }          { NULL, NULL, 0 }
 };  };
   

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

CVSweb