diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 786ea889cc7..76bba915219 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.88 2018/08/27 15:56:22 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.89 2018/08/27 20:05:06 kettenis Exp $ # # GENERIC machine description file # @@ -133,8 +133,9 @@ dwctwo* at fdt? usb* at dwctwo? # HiSilicon SoCs +hiclock* at fdt? early 1 hidwusb* at fdt? -hireset* at fdt? +hireset* at fdt? early 1 # Marvell SoCs mvclock* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 0bac86c2e39..83d14a16068 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.71 2018/08/27 15:56:22 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.72 2018/08/27 20:05:06 kettenis Exp $ # # GENERIC machine description file # @@ -129,8 +129,9 @@ dwctwo* at fdt? usb* at dwctwo? # HiSilicon SoCs +hiclock* at fdt? early 1 hidwusb* at fdt? -hireset* at fdt? +hireset* at fdt? early 1 # Marvell SoCs mvclock* at fdt? early 1 |