[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.14 and 1.15

version 1.14, 2007/11/23 13:37:42 version 1.15, 2008/01/11 10:49:52
Line 35 
Line 35 
  */   */
 struct attachinfo config_attachinfo[] = {  struct attachinfo config_attachinfo[] = {
         /* child,   parent, pminor, loc,        intrno, flags */          /* child,   parent, pminor, loc,        intrno, flags */
         { "cpu" ,       "root",         0, 0,                   0,      0 },          { "cpu" ,       "root",         0, 0,                   -1,     0 },
         { "obio",       "root",         0, 0,                   0,      0 },          { "obio",       "root",         0, 0,                   -1,     0 },
         { "tacons",     "obio",         0, 0x10000000,  0,      0 },          { "tacons",     "obio",         0, 0x10000000,  -1,     0 },
         { "tartc",      "obio",         0, 0x15000000,  4,  0 },          { "tartc",      "obio",         0, 0x15000000,  4,  0 },
         { "tairqc", "obio",             0, 0x16000000,  0,      0 },          { "tairqc", "obio",             0, 0x16000000,  -1,     0 },
         { "fcons",      "tacons",       0, 0,                   0,      0 },          { "fcons",      "tacons",       0, 0,                   -1,     0 },
         { NULL,         NULL,           0, 0,                   0,  0 }          { NULL,         NULL,           0, 0,                   -1,  0 }
 };  };
   
   

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

CVSweb