From 0323f4e1771e98dbf1ca1d337a345a418630fb39 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Tue, 15 Nov 2016 05:05:51 +0000 Subject: [PATCH] Add sdhci and mmc drivers to MPC85XX/MPC85XXSPE sdhci was missing from MPC85XXSPE, and mmc/mmcsd were missing from both. --- sys/powerpc/conf/MPC85XX | 2 ++ sys/powerpc/conf/MPC85XXSPE | 3 +++ 2 files changed, 5 insertions(+) diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index b26340fe539..86e13862e67 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -81,6 +81,8 @@ device iicbus device loop device md device miibus +device mmc +device mmcsd device pass device pci device quicc diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index 15470d578be..94da34fc129 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -81,6 +81,8 @@ device iicbus device loop device md device miibus +device mmc +device mmcsd device pass device pci device quicc @@ -88,6 +90,7 @@ device random #device rl device scbus device scc +device sdhci device sec device tsec device dpaa