Author: kevlo
Date: Tue Nov  8 08:29:05 2011
New Revision: 227332
URL: http://svn.freebsd.org/changeset/base/227332

Log:
  Enable PCI MMC/SD support by default on i386 and amd64

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Tue Nov  8 04:00:24 2011        (r227331)
+++ head/sys/amd64/conf/GENERIC Tue Nov  8 08:29:05 2011        (r227332)
@@ -348,3 +348,8 @@ device              snd_hda         # Intel High Definition
 device         snd_ich         # Intel, NVidia and other ICH AC'97 Audio
 device         snd_uaudio      # USB Audio
 device         snd_via8233     # VIA VT8233x Audio
+
+# MMC/SD
+device         mmc             # MMC/SD bus
+device         mmcsd           # MMC/SD memory card
+device         sdhci           # Generic PCI SD Host Controller

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC  Tue Nov  8 04:00:24 2011        (r227331)
+++ head/sys/i386/conf/GENERIC  Tue Nov  8 08:29:05 2011        (r227332)
@@ -361,3 +361,8 @@ device              snd_hda         # Intel High Definition
 device         snd_ich         # Intel, NVidia and other ICH AC'97 Audio
 device         snd_uaudio      # USB Audio
 device         snd_via8233     # VIA VT8233x Audio
+
+# MMC/SD
+device         mmc             # MMC/SD bus
+device         mmcsd           # MMC/SD memory card
+device         sdhci           # Generic PCI SD Host Controller
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to