Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf ARM PrimeCell PL181 (MMCI) host controller glue.



details:   https://anonhg.NetBSD.org/src/rev/baab307d798d
branches:  trunk
changeset: 335876:baab307d798d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 27 21:34:43 2015 +0000

description:
ARM PrimeCell PL181 (MMCI) host controller glue.

diffstat:

 sys/conf/files |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1d17c317107f -r baab307d798d sys/conf/files
--- a/sys/conf/files    Tue Jan 27 20:26:34 2015 +0000
+++ b/sys/conf/files    Tue Jan 27 21:34:43 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1126 2015/01/17 15:04:47 jmcneill Exp $
+#      $NetBSD: files,v 1.1127 2015/01/27 21:34:43 skrll Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20141030
@@ -1276,6 +1276,10 @@
 device dwcmmc: sdmmcbus
 file   dev/ic/dwc_mmc.c                dwcmmc
 
+# ARM PrimeCell PL181 (MMCI) host controller
+device plmmc: sdmmcbus
+file   dev/ic/pl181.c                  plmmc
+
 # Myson MTD803 3-in-1 Fast Ethernet Controller
 device mtd: arp, ether, ifnet, mii
 file   dev/ic/mtd803.c                 mtd



Home | Main Index | Thread Index | Old Index