=================================================================== RCS file: /cvs/funnyos/arch/testarm/config.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funnyos/arch/testarm/config.c 2007/10/16 19:51:45 1.3 +++ funnyos/arch/testarm/config.c 2007/10/16 21:29:50 1.4 @@ -1,5 +1,5 @@ /* - * $Id: config.c,v 1.3 2007/10/16 18:51:45 init Exp $ + * $Id: config.c,v 1.4 2007/10/16 20:29:50 init Exp $ */ #include #include @@ -27,7 +27,7 @@ /* child, parent, pminor, loc, flags */ { "obio", "root", 0, 0, 0 }, { "cpu" , "root", 0, 0, 0 }, -// { "tacons", "obio", 0, 0x10000000, 0 }, + { "tacons", "obio", 0, 0x10000000, 0 }, // { "tartc", "obio", 0, 0x15000000, 0x01 }, // { "fcons", "tacons", 0, 0, 0}, { NULL, NULL, 0, 0, 0} @@ -41,7 +41,7 @@ { "root", &root_dr, -1 }, { "obio", &obio_dr, -1 }, { "cpu" , &cpu_dr, -1 }, -// { "tacons", &tacons_dr, -1 }, + { "tacons", &tacons_dr, -1 }, // { "tartc", &tartc_dr, -1 }, // { "fcons", &fcons_dr, -1 }, { NULL, NULL, 0 }