I notice a small error in fbt provider of mips. In file: cddl/dev/fbt/powerpc.c 222: limit = (u_int32_t *) symval->value + symval->size; this should be limit = (u_int32_t *) ((u_int8_t*)symval->value + symval->size); I don't have powerpc to test. anyone can test this and fix it? -Howard -- -Howard