summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octrtc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Abstract octeon board handling a littlevisa2021-01-301-10/+10
| | | | | | | Detect octeon board model in one place, and replace firmware-supplied board_type with an abstract model identifier in driver code. This makes it easier to manage with different products, and board flavours, that happen to use the same model information, such as board_type.
* Use <dev/clock_subr.h> in octrtc(4).visa2020-06-301-37/+58
| | | | OK pirofti@
* Add the board ID of the Unifi Security Gateway PRO-4.visa2017-11-201-1/+2
| | | | Not tested with the hardware.
* Fix the product code of the Unifi Security Gateway.visa2017-11-201-2/+2
| | | | Prompted by Justin Hibbits
* Add the board ID for the Ubiquiti Unifi Security Gateway.visa2017-11-181-1/+2
| | | | From Justin Hibbits, thanks!
* There is no RTC on the E300 boards.visa2017-07-291-1/+2
|
* Replace a complex `if' condition with a list.visa2017-07-291-7/+12
| | | | OK pirofti@
* There is no RTC on the E1000 board.visa2017-06-191-1/+2
|
* There is no RTC on Shasta, so do not attach the driver.visa2016-12-171-2/+3
|
* - add board type of edgerouter projasper2014-10-261-2/+3
| | | | | | | | | - don't attach octrtc on the edgerouter pro either openbsd boots fine on this system, but as there's no ethernet support yet there's no storage at all right now. ok pirofti@
* Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.miod2014-08-111-3/+1
|
* Fix whitespace mistakes.pirofti2014-05-071-2/+2
|
* Add support for the DS1337 TOD clocks found on some of the octeon models.pirofti2014-01-151-0/+277
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@