Date: Tue, 15 Nov 2016 05:05:52 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r308670 - head/sys/powerpc/conf Message-ID: <201611150505.uAF55qGx074494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits Date: Tue Nov 15 05:05:51 2016 New Revision: 308670 URL: https://svnweb.freebsd.org/changeset/base/308670 Log: Add sdhci and mmc drivers to MPC85XX/MPC85XXSPE sdhci was missing from MPC85XXSPE, and mmc/mmcsd were missing from both. Modified: head/sys/powerpc/conf/MPC85XX head/sys/powerpc/conf/MPC85XXSPE Modified: head/sys/powerpc/conf/MPC85XX ============================================================================== --- head/sys/powerpc/conf/MPC85XX Tue Nov 15 04:49:26 2016 (r308669) +++ head/sys/powerpc/conf/MPC85XX Tue Nov 15 05:05:51 2016 (r308670) @@ -81,6 +81,8 @@ device iicbus device loop device md device miibus +device mmc +device mmcsd device pass device pci device quicc Modified: head/sys/powerpc/conf/MPC85XXSPE ============================================================================== --- head/sys/powerpc/conf/MPC85XXSPE Tue Nov 15 04:49:26 2016 (r308669) +++ head/sys/powerpc/conf/MPC85XXSPE Tue Nov 15 05:05:51 2016 (r308670) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611150505.uAF55qGx074494>