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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to