=================================================================== RCS file: /cvs/funnyos/arch/testarm/config.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- funnyos/arch/testarm/config.c 2007/10/29 12:43:46 1.8 +++ funnyos/arch/testarm/config.c 2007/10/29 15:12:21 1.9 @@ -1,5 +1,5 @@ /* - * $Id: config.c,v 1.8 2007/10/29 12:43:46 init Exp $ + * $Id: config.c,v 1.9 2007/10/29 15:12:21 init Exp $ */ #include #include @@ -14,6 +14,7 @@ extern struct driver obio_dr; extern struct driver tacons_dr; extern struct driver fcons_dr; +extern struct driver tartc_dr; extern void(*putchar)(char); @@ -30,7 +31,7 @@ { "cpu" , "root", 0, 0, 0 }, { "obio", "root", 0, 0, 0 }, { "tacons", "obio", 0, 0x10000000, 0 }, -// { "tartc", "obio", 0, 0x15000000, 0x01 }, + { "tartc", "obio", 0, 0x15000000, 0 }, { "fcons", "tacons", 0, 0, 0}, { NULL, NULL, 0, 0, 0} }; @@ -45,7 +46,7 @@ { "obio", &obio_dr, -1 }, { "cpu" , &cpu_dr, -1 }, { "tacons", &tacons_dr, -1 }, -// { "tartc", &tartc_dr, -1 }, + { "tartc", &tartc_dr, -1 }, { "fcons", &fcons_dr, -1 }, { NULL, NULL, 0 } };