Source-Changes archive

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

Re: CVS commit: src/sys/arch/sparc64



mrg%NetBSD.org@localhost wrote:

> Modified Files:
>       src/sys/arch/sparc64/conf: files.sparc64
>       src/sys/arch/sparc64/sparc64: clock.c
> Added Files:
>       src/sys/arch/sparc64/dev: rtc.c
> 
> Log Message:
> avoid bringing in mc146818 routines for kernels that do not have the
> 'rtc'-style clock linked in.  put the rtc code in it's own file and
> only link it in if it is actually configured.  fixes PR#23342.

Is there further plan to separate mk48txx RTC stuff from clock.c
into dev/mkclock.c (or so) because clock and timer are independent?
(mcclock.c is better than rtc.c in that case?)
---
Izumi Tsutsui 



Home | Main Index | Thread Index | Old Index