diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-25 15:32:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-25 15:32:12 +0000 |
commit | b5cb21a2cedc7f639491e3679afbe4f022480c24 (patch) | |
tree | cf1498d8a0f74e6592f74b0a50de8d6618eb8392 /sys | |
parent | d046b844ccda667c8c21ac180f7e7da9c6787ee4 (diff) |
Enable dsxrtc(4) and pcfrtc(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index ab05e16df86..24590ec7300 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.158 2020/04/24 09:52:43 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.159 2020/04/25 15:32:11 kettenis Exp $ # # GENERIC machine description file # @@ -415,8 +415,10 @@ abcrtc* at iic? # Abracon x80x RTC fanpwr* at iic? # FAN53555 regulator fusbtc* at iic? # USB Type-C controller ipmi* at iic? # IPMI (SIIF) +dsxrtc* at iic? # DS3231 RTC islrtc* at iic? # ISL1208 RTC mcprtc* at iic? # MCP794XX RTC +pcfrtc* at iic? # PCF8523 RTC pcxrtc* at iic? # PCF8563 RTC rkpmic* at iic? # RK808 PMIC sypwr* at iic? # SY8106A regulator diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 3780f974680..56e47242524 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.121 2020/04/24 09:52:43 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.122 2020/04/25 15:32:11 kettenis Exp $ # # GENERIC machine description file # @@ -297,8 +297,10 @@ uk* at scsibus? # I2C devices abcrtc* at iic? # Abracon x80x RTC fusbtc* at iic? # USB Type-C controller +dsxrtc* at iic? # DS3231 RTC islrtc* at iic? # ISL1208 RTC mcprtc* at iic? # MCP794XX RTC +pcfrtc* at iic? # PCF8523 RTC pcxrtc* at iic? # PCF8563 RTC rkpmic* at iic? # RK808 PMIC |