[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.15 and 1.16

version 1.15, 2007/12/20 15:38:46 version 1.16, 2007/12/21 17:41:27
Line 21 
Line 21 
 extern struct driver sartt_dr;  extern struct driver sartt_dr;
 extern struct driver gpiobtn_dr;  extern struct driver gpiobtn_dr;
 extern struct driver saspi_dr;  extern struct driver saspi_dr;
   extern struct driver spisdmmc_dr;
   
   
 extern void     (*putchar)(char);  extern void     (*putchar)(char);
Line 43 
Line 44 
         { "gpiobtn","sapio",    0, 20,                  30,     0 /*controls gpioled/1*/},          { "gpiobtn","sapio",    0, 20,                  30,     0 /*controls gpioled/1*/},
 //      { "sartt",  "saapbus",  0, 0,                   1,  0 },  //      { "sartt",  "saapbus",  0, 0,                   1,  0 },
         { "saspi",      "saapbus",      0, 0,                   0,      0 },          { "saspi",      "saapbus",      0, 0,                   0,      0 },
           { "spisdmmc","saspi",   0, 0,                   0,      0 },
 //      { "saaic",  "saapbus",  0, 0,                   -1, 0 },  //      { "saaic",  "saapbus",  0, 0,                   -1, 0 },
         { NULL,         NULL,           0, 0,                   -1,  0 }          { NULL,         NULL,           0, 0,                   -1,  0 }
 };  };
Line 62 
Line 64 
         { "sartt", &sartt_dr, -1 },          { "sartt", &sartt_dr, -1 },
         { "gpiobtn", &gpiobtn_dr, -1 },          { "gpiobtn", &gpiobtn_dr, -1 },
         { "saspi", &saspi_dr, -1 },          { "saspi", &saspi_dr, -1 },
           { "spisdmmc", &spisdmmc_dr, -1 },
         { NULL, NULL, 0 }          { NULL, NULL, 0 }
 };  };
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb