diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-01-12 19:37:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-01-12 19:37:17 +0000 |
commit | a4168243ba78567fc3ddacd7aceeb340d75bd8b2 (patch) | |
tree | 24a1daf50e09c435b366e5bd0c7d2157665bc729 /sys/arch | |
parent | 0bc0a6727ec7b8f7c2198d157d309b5a7e9ec5fc (diff) |
Enable ohci at fdt.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index bbad1ba7f51..5076f5ed166 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.120 2018/08/27 10:05:18 jsg Exp $ +# $OpenBSD: GENERIC,v 1.121 2019/01/12 19:37:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -112,8 +112,8 @@ sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 -#ohci* at sunxi? -#usb* at ohci? +ohci* at fdt? +usb* at ohci? sxitemp* at fdt? # Temperature sensor sxits* at fdt? # Touchpad controller sxitwi* at fdt? # Two-Wire Serial Interface diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 9199aebda3e..2e8a11bd544 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.106 2018/08/27 10:05:18 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.107 2019/01/12 19:37:16 kettenis Exp $ machine armv7 arm @@ -105,8 +105,8 @@ sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 -#ohci* at sunxi? -#usb* at ohci? +ohci* at fdt? +usb* at ohci? sxitwi* at fdt? # Two-Wire Serial Interface iic* at sxitwi? # I2C bus |