Re: i8253 != rtc

Patrick Mochel (mochel@osdl.org)
Mon, 16 Jun 2003 13:21:57 -0700 (PDT)


On Mon, 16 Jun 2003, Pavel Machek wrote:

> Hi!
>
> /* XXX this driverfs stuff should probably go elsewhere later -john
> */
> static struct sys_device device_i8253 = {
> - .name = "rtc",
> .id = 0,
> - .dev = {
> - .name = "i8253 Real Time Clock",
> - },
> + .cls = &rtc_sysclass,
> };
>
> ...but i8253 is *not* real time clock.

D'oh. Noted and changed to 'pit'.

-pat

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/