[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.5 and 1.6

version 1.5, 2007/10/16 22:26:15 version 1.6, 2007/10/16 22:39:09
Line 13 
Line 13 
 extern struct driver cpu_dr;  extern struct driver cpu_dr;
 extern struct driver obio_dr;  extern struct driver obio_dr;
 extern struct driver tacons_dr;  extern struct driver tacons_dr;
   extern struct driver fcons_dr;
   
   
 extern void(*putchar)(char);  extern void(*putchar)(char);
Line 30 
Line 31 
         { "cpu" ,       "root",         0, 0,   0 },          { "cpu" ,       "root",         0, 0,   0 },
         { "tacons",     "obio",         0, 0x10000000, 0 },          { "tacons",     "obio",         0, 0x10000000, 0 },
 //      { "tartc",      "obio",         0, 0x15000000, 0x01 },  //      { "tartc",      "obio",         0, 0x15000000, 0x01 },
 //      { "fcons",      "tacons",       0, 0,   0},          { "fcons",      "tacons",       0, 0,   0},
         { NULL,         NULL,           0, 0,   0}          { NULL,         NULL,           0, 0,   0}
 };  };
   
Line 44 
Line 45 
         { "cpu" , &cpu_dr, -1 },          { "cpu" , &cpu_dr, -1 },
         { "tacons", &tacons_dr, -1 },          { "tacons", &tacons_dr, -1 },
 //      { "tartc", &tartc_dr, -1 },  //      { "tartc", &tartc_dr, -1 },
 //      { "fcons", &fcons_dr, -1 },          { "fcons", &fcons_dr, -1 },
         { NULL, NULL, 0 }          { NULL, NULL, 0 }
 };  };
   

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

CVSweb