diff options
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 289dffddc38..786ea889cc7 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.87 2018/08/27 13:56:11 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.88 2018/08/27 15:56:22 kettenis Exp $ # # GENERIC machine description file # @@ -134,6 +134,7 @@ usb* at dwctwo? # HiSilicon SoCs hidwusb* at fdt? +hireset* at fdt? # Marvell SoCs mvclock* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index e0d2c4f64bc..0bac86c2e39 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.70 2018/08/27 13:56:11 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.71 2018/08/27 15:56:22 kettenis Exp $ # # GENERIC machine description file # @@ -130,6 +130,7 @@ usb* at dwctwo? # HiSilicon SoCs hidwusb* at fdt? +hireset* at fdt? # Marvell SoCs mvclock* at fdt? early 1 |