Port-ofppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: generic TODR changes for shark and ofppc



Garrett D'Amore wrote:

Attached, find a diff that significantly changes the real-time-clock
support for shark and ofppc.

Now that I look at it, the ofrtc_match() in -current has a bug:

        if ((l = OF_getprop(oba->oba_phandle, "device_type", type,
            sizeof type - 1)) < 0 ||
            l >= sizeof type)
                return 0;

        return !strcmp(type, "rtc");

That should be strncmp(type, "rtc", 3)



Home | Main Index | Thread Index | Old Index