diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-18 20:23:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-18 20:23:17 +0000 |
commit | 0c4101c3f997a370a315bf597c175e75f0fae866 (patch) | |
tree | 4e82b1addfdea138bcf395ec3b1dedca05c4a070 /sys/arch/armv7 | |
parent | 72af3efea670524d1fa868fec6b4ac5f9400d69f (diff) |
Properly implement the rsb attribute and actually use it.
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index a9a5812ee0b..7239fae95fa 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.101 2017/12/18 10:51:24 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.102 2017/12/18 20:23:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -92,8 +92,8 @@ gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxitimer* at fdt? early 1 sxirsb* at fdt? early 1 # Reduced Serial Bus -acrtc* at sxirsb? -axppmic* at sxirsb? +acrtc* at rsb? +axppmic* at rsb? sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index f5a98bd6bea..921b0435e08 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.93 2017/12/16 10:22:13 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.94 2017/12/18 20:23:16 kettenis Exp $ machine armv7 arm @@ -88,7 +88,8 @@ gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxitimer* at fdt? early 1 sxirsb* at fdt? early 1 # Reduced Serial Bus -acrtc* at sxirsb? +acrtc* at rsb? +axppmic* at rsb? sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? |