diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-23 20:34:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-23 20:34:05 +0000 |
commit | a8f7b92d53c4cf9dc475794e319f54b531e2f364 (patch) | |
tree | b70791e26bd92191dd253089452c04a55dc8ef31 /sys/arch/arm64/conf/GENERIC | |
parent | e222afc16a195fac19faa4b029cac0bb17d36863 (diff) |
Enable sxisid(4).
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 6d41ca4e311..4e8c413ef18 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.131 2019/10/21 20:52:32 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.132 2019/10/23 20:34:04 kettenis Exp $ # # GENERIC machine description file # @@ -207,6 +207,7 @@ axppmic* at rsb? sxirtc* at fdt? early 1 # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +sxisid* at fdt? early 1 sxisyscon* at fdt? early 1 # System controller sxitemp* at fdt? # Temperature sensor sxitwi* at fdt? # I2C controller |