commit | 8b7861c4d4b573ca7e0b43e58bc97ff0244ba9a3 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Sep 15 02:29:06 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Sep 28 22:05:55 2013 -0400 |
tree | 09bda27298457051fa75436f792d77d56aedaef5 | |
parent | 9fcd199861abe0941c76f92b6ee5d450db364e66 [diff] |
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c. Group the Real Time Clock code into hw/rtc.[ch]. Also, use rtc_read/write/mask function naming (instead of inb/outb_cmos) to be more consistent with other register accessors. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>