CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/15 03:29:45
Modified files:
sys/arch/octeon/dev: mainbus.c
Added files:
sys/arch/octeon/dev: octrtc.c
Log message:
Add support for the DS1337 TOD clocks found on some of the octeon models.
This is a very low resolution clock (1 second) that some models seem
to be blessed with.
Found at least on CAM-100 and DSR-500 models.
It seems the EdgeRouter doesn't have support for this.
Tested by jmatthew@ and bcallah@.
Okay miod@, bcallah@