Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the board ID of the Unifi Security Gateway PRO-4. | 2017-11-20 | 1 | -1/+2 | |
| | | | | Not tested with the hardware. | ||||
* | Fix the product code of the Unifi Security Gateway. | 2017-11-20 | 1 | -2/+2 | |
| | | | | Prompted by Justin Hibbits | ||||
* | Add the board ID for the Ubiquiti Unifi Security Gateway. | 2017-11-18 | 1 | -1/+2 | |
| | | | | From Justin Hibbits, thanks! | ||||
* | There is no RTC on the E300 boards. | 2017-07-29 | 1 | -1/+2 | |
| | |||||
* | Replace a complex `if' condition with a list. | 2017-07-29 | 1 | -7/+12 | |
| | | | | OK pirofti@ | ||||
* | There is no RTC on the E1000 board. | 2017-06-19 | 1 | -1/+2 | |
| | |||||
* | There is no RTC on Shasta, so do not attach the driver. | 2016-12-17 | 1 | -2/+3 | |
| | |||||
* | - add board type of edgerouter pro | 2014-10-26 | 1 | -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. | 2014-08-11 | 1 | -3/+1 | |
| | |||||
* | Fix whitespace mistakes. | 2014-05-07 | 1 | -2/+2 | |
| | |||||
* | Add support for the DS1337 TOD clocks found on some of the octeon models. | 2014-01-15 | 1 | -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@ |