Source-Changes archive

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

NetBSD master CVS tree commits



mark
Fri Feb 20 19:12:32 PST 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv8476

Modified Files:
        todclockvar.h 
Log Message:
Add a flags field to the todclock_attach_args structure.
Define a flag bit to indicate that the todclock is faking the RTC
read and write routines.


mark
Fri Feb 20 19:13:46 PST 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv8514

Modified Files:
        rtc.c 
Log Message:
Set the flags field in the todclock_attach_args to 0.
Fix typo in currently commented code.


mark
Fri Feb 20 19:19:02 PST 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv8543

Modified Files:
        todclock.c 
Log Message:
Check the for the TODCLOCK_FLAG_FAKE flag in the attach args to allow
a "real" driver to have priority.
Make sure that a todclock service does exist before trying to read and
write the time.
If no RTC read routine exists, just use the suggested time in inittodr().




Home | Main Index | Thread Index | Old Index