diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-24 11:13:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-24 11:13:07 +0000 |
commit | 2660bc2847185b8a3fe0fe1f4721c10f6a392520 (patch) | |
tree | 5896bce8fd3880f4ee3f50bc7ced34a571bc405a /sys/arch | |
parent | e233ed4fcccbe139da7f649db83d158945ed334a (diff) |
Enable sxisid(4)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 1fe66198653..c8d8b69a9af 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.124 2019/08/11 14:46:18 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.125 2019/10/24 11:13:06 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -114,6 +114,7 @@ ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 ohci* at fdt? usb* at ohci? +sxisid* at fdt? early 1 sxisyscon* at fdt? early 1 # System controller sxitemp* at fdt? # Temperature sensor sxits* at fdt? # Touchpad controller diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 05067ae11ea..7998dbaa7f9 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.110 2019/09/04 14:29:41 cheloha Exp $ +# $OpenBSD: RAMDISK,v 1.111 2019/10/24 11:13:06 kettenis Exp $ machine armv7 arm @@ -105,6 +105,7 @@ ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 ohci* at fdt? usb* at ohci? +sxisid* at fdt? early 1 sxisyscon* at fdt? early 1 # System controller sxitwi* at fdt? # Two-Wire Serial Interface iic* at sxitwi? # I2C bus |