[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.9 and 1.10

version 1.9, 2007/10/29 15:12:21 version 1.10, 2007/10/29 20:54:00
Line 27 
Line 27 
  * Where to attach each device.   * Where to attach each device.
  */   */
 struct attachinfo config_attachinfo[] = {  struct attachinfo config_attachinfo[] = {
         /* child,   parent, pminor, loc, flags */          /* child,   parent, pminor, loc,        intrno, flags */
         { "cpu" ,       "root",         0, 0,   0 },          { "cpu" ,       "root",         0, 0,                   0,      0 },
         { "obio",       "root",         0, 0,   0 },          { "obio",       "root",         0, 0,                   0,      0 },
         { "tacons",     "obio",         0, 0x10000000, 0 },          { "tacons",     "obio",         0, 0x10000000,  0,      0 },
         { "tartc",      "obio",         0, 0x15000000, 0 },          { "tartc",      "obio",         0, 0x15000000,  4,  0 },
         { "fcons",      "tacons",       0, 0,   0},          { "fcons",      "tacons",       0, 0,                   0,      0 },
         { NULL,         NULL,           0, 0,   0}          { NULL,         NULL,           0, 0,                   0,  0 }
 };  };
   
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb