Module Name:    src
Committed By:   skrll
Date:           Tue Jan 27 21:34:44 UTC 2015

Modified Files:
        src/sys/conf: files

Log Message:
ARM PrimeCell PL181 (MMCI) host controller glue.


To generate a diff of this commit:
cvs rdiff -u -r1.1126 -r1.1127 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1126 src/sys/conf/files:1.1127
--- src/sys/conf/files:1.1126	Sat Jan 17 15:04:47 2015
+++ src/sys/conf/files	Tue Jan 27 21:34:43 2015
@@ -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 @@ defflag	opt_dwc_mmc.h	DWC_MMC_DEBUG
 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

Reply via email to