From 0f5ac894bd020606daf310e1548d0cd653bb00bc Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 26 Jun 2016 09:06:36 +0000 Subject: Dynamically attach cpsw(4) with the FDT. --- sys/arch/armv7/conf/GENERIC | 4 ++-- sys/arch/armv7/conf/RAMDISK | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/armv7/conf') diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index cb1e5b7c091..70b02284b00 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2016/06/26 07:25:05 jsg Exp $ +# $OpenBSD: GENERIC,v 1.26 2016/06/26 09:06:35 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -72,7 +72,7 @@ iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? -cpsw* at omap? +cpsw* at fdt? com* at fdt? # onboard uarts ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index b272214fdf5..5bcdf34aa0e 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 2016/06/26 07:25:05 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.23 2016/06/26 09:06:35 jsg Exp $ machine armv7 arm @@ -71,7 +71,7 @@ iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? -cpsw* at omap? +cpsw* at fdt? com* at fdt? # onboard uarts ommmc* at fdt? # SD/MMC card controller sdmmc* at ommmc? # SD/MMC bus -- cgit v1.2.3