=================================================================== RCS file: /cvs/funnyos/arch/testarm/config.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- funnyos/arch/testarm/config.c 2007/10/29 15:12:21 1.9 +++ funnyos/arch/testarm/config.c 2007/10/29 20:54:00 1.10 @@ -1,5 +1,5 @@ /* - * $Id: config.c,v 1.9 2007/10/29 15:12:21 init Exp $ + * $Id: config.c,v 1.10 2007/10/29 20:54:00 init Exp $ */ #include #include @@ -27,13 +27,13 @@ * Where to attach each device. */ struct attachinfo config_attachinfo[] = { - /* child, parent, pminor, loc, flags */ - { "cpu" , "root", 0, 0, 0 }, - { "obio", "root", 0, 0, 0 }, - { "tacons", "obio", 0, 0x10000000, 0 }, - { "tartc", "obio", 0, 0x15000000, 0 }, - { "fcons", "tacons", 0, 0, 0}, - { NULL, NULL, 0, 0, 0} + /* child, parent, pminor, loc, intrno, flags */ + { "cpu" , "root", 0, 0, 0, 0 }, + { "obio", "root", 0, 0, 0, 0 }, + { "tacons", "obio", 0, 0x10000000, 0, 0 }, + { "tartc", "obio", 0, 0x15000000, 4, 0 }, + { "fcons", "tacons", 0, 0, 0, 0 }, + { NULL, NULL, 0, 0, 0, 0 } };