diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-17 22:32:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-17 22:32:07 +0000 |
commit | 243e443ebaf01366da18b1b3eb24023a9230d35d (patch) | |
tree | c499890a36e5aa09d2ad02d15443f1773bc4103c /sys/arch/arm64/conf | |
parent | 9d4c3a4cd69891ecb3f1518de946e7c5370ae9fe (diff) |
Enable sxidog(4).
ok jsg@
Diffstat (limited to 'sys/arch/arm64/conf')
-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 1482a1d7e3f..9103787dcd9 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 2019/10/07 19:35:07 patrick Exp $ +# $OpenBSD: GENERIC,v 1.130 2019/10/17 22:32:06 kettenis Exp $ # # GENERIC machine description file # @@ -199,6 +199,7 @@ sdmmc* at dwmmc? sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit +sxidog* at fdt? sxirsb* at fdt? early 1 # Reduced Serial Bus axppmic* at rsb? sxirtc* at fdt? early 1 # Real Time Clock diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 26bc35cd5b9..98edef1fbc5 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.104 2019/10/07 18:55:20 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.105 2019/10/17 22:32:06 kettenis Exp $ # # GENERIC machine description file # @@ -182,6 +182,7 @@ sdmmc* at dwmmc? sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit +sxidog* at fdt? sxirsb* at fdt? early 1 # Reduced Serial Bus sxirtc* at fdt? early 1 # Real Time Clock sximmc* at fdt? # SD/MMC card controller |