summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-04-25 17:49:52 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-04-25 17:49:52 +0000
commite08ed5d5a0fb83f33fdfb3086a9877f5a2b3cad4 (patch)
tree0470cb6f7ae2d07b3fc6c98ee85d0a42bacbeab4 /sys
parenta6f76b54077103a587ef7cb20b8dce9f1d9d7721 (diff)
Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/conf/GENERIC5
-rw-r--r--sys/arch/arm64/conf/RAMDISK5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 24590ec7300..a78f17ee3dc 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.159 2020/04/25 15:32:11 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.160 2020/04/25 17:49:51 kettenis Exp $
#
# GENERIC machine description file
#
@@ -412,11 +412,12 @@ uk* at scsibus?
# I2C devices
abcrtc* at iic? # Abracon x80x RTC
+dsxrtc* at iic? # DS3231 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
+maxrtc* at iic? # DS1307 RTC
mcprtc* at iic? # MCP794XX RTC
pcfrtc* at iic? # PCF8523 RTC
pcxrtc* at iic? # PCF8563 RTC
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 56e47242524..1a371fa8666 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.122 2020/04/25 15:32:11 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.123 2020/04/25 17:49:51 kettenis Exp $
#
# GENERIC machine description file
#
@@ -296,9 +296,10 @@ uk* at scsibus?
# I2C devices
abcrtc* at iic? # Abracon x80x RTC
-fusbtc* at iic? # USB Type-C controller
dsxrtc* at iic? # DS3231 RTC
+fusbtc* at iic? # USB Type-C controller
islrtc* at iic? # ISL1208 RTC
+maxrtc* at iic? # DS1307 RTC
mcprtc* at iic? # MCP794XX RTC
pcfrtc* at iic? # PCF8523 RTC
pcxrtc* at iic? # PCF8563 RTC