i8253 != rtc

From: Pavel Machek (pavel@ucw.cz)
Date: Mon Jun 16 2003 - 09:23:41 EST


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. Its clock since
bootup. Realtime clock is near battery-backed CMOS RAM, its driver is
linux/drivers/char/rtc.c...

                                                                Pavel

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
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/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:18 EST