Index: sys/powerpc/powermac/fcu.c =================================================================== --- sys/powerpc/powermac/fcu.c +++ sys/powerpc/powermac/fcu.c @@ -451,9 +451,9 @@ { phandle_t child; struct fcu_softc *sc; - u_int id[8]; - char location[96]; - char type[64]; + u_int id[12]; + char location[144]; + char type[96]; int i = 0, j, len = 0, prop_len, prev_len = 0; sc = device_get_softc(dev);