Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/marvell Comment-out mvcesa. It not exists now.



details:   https://anonhg.NetBSD.org/src/rev/546697903c6c
branches:  trunk
changeset: 757944:546697903c6c
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Oct 06 05:24:01 2010 +0000

description:
Comment-out mvcesa.  It not exists now.

diffstat:

 sys/arch/arm/marvell/files.marvell |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 68493ad147a0 -r 546697903c6c sys/arch/arm/marvell/files.marvell
--- a/sys/arch/arm/marvell/files.marvell        Wed Oct 06 02:27:25 2010 +0000
+++ b/sys/arch/arm/marvell/files.marvell        Wed Oct 06 05:24:01 2010 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.marvell,v 1.1 2010/10/03 05:49:24 kiyohara Exp $
+#       $NetBSD: files.marvell,v 1.2 2010/10/06 05:24:01 kiyohara Exp $
 #
 # Configuration info for Marvell System on Chip support
 #
@@ -51,7 +51,7 @@
 attach ehci at mvsoc with mvusb_mbus
 
 # Cryptographic Engines and Security Accelerator
-attach mvcesa at mvsoc with mvcesa_mbus
+#attach        mvcesa at mvsoc with mvcesa_mbus
 
 # TWSI Two-Wire Serial Interface
 attach gttwsi at mvsoc with gttwsi_mbus



Home | Main Index | Thread Index | Old Index