cvs commit: src/sys/sparc64/sparc64 rtc.c
Marius Strobl
marius at FreeBSD.org
Sat Jun 16 23:17:24 UTC 2007
marius 2007-06-16 23:17:23 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 rtc.c
Log:
- Flesh out the support for the EBus variant which actually is the
RTC function of a National Semiconductor PC87317/PC97317. This
consists of using the century register the same way Solaris does
for compatibility reasons. Once there is a MD power(4) we'd also
want to interface the APC (Advanced Power Control) functionality
of the same chip function with it.
- Use a macro for the device description and take advantage of
ISA_PNP_PROBE() setting the device description.
- Use the generated typedefs for the prototypes of the device
interface functions.
Revision Changes Path
1.6 +75 -21 src/sys/sparc64/sparc64/rtc.c
More information about the cvs-all
mailing list