diff options
-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 b392f385482..b74774649ad 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.70 2017/01/03 19:57:01 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.71 2017/01/23 22:43:17 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -131,6 +131,7 @@ exuart* at fdt? # Raspberry Pi 2/3 bcmintc* at fdt? +bcmdog* at fdt? dwctwo* at fdt? usb* at dwctwo? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 51dc8182a07..3c76c71d2e7 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.64 2016/10/23 18:50:34 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.65 2017/01/23 22:43:17 jsg Exp $ machine armv7 arm @@ -126,6 +126,7 @@ exuart* at fdt? # Raspberry Pi 2/3 bcmintc* at fdt? +bcmdog* at fdt? dwctwo* at fdt? usb* at dwctwo? |