Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Enable mvcesa.



details:   https://anonhg.NetBSD.org/src/rev/df2e0ed3cb0c
branches:  trunk
changeset: 780483:df2e0ed3cb0c
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Jul 27 03:10:23 2012 +0000

description:
Enable mvcesa.
Also enable idmac in SHEEVAPLUG.

diffstat:

 sys/arch/evbarm/conf/MARVELL_NAS |  4 ++--
 sys/arch/evbarm/conf/SHEEVAPLUG  |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 6387b7994949 -r df2e0ed3cb0c sys/arch/evbarm/conf/MARVELL_NAS
--- a/sys/arch/evbarm/conf/MARVELL_NAS  Fri Jul 27 03:03:34 2012 +0000
+++ b/sys/arch/evbarm/conf/MARVELL_NAS  Fri Jul 27 03:10:23 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MARVELL_NAS,v 1.7 2012/03/31 02:45:37 tsutsui Exp $
+#      $NetBSD: MARVELL_NAS,v 1.8 2012/07/27 03:10:23 kiyohara Exp $
 #
 #  This configuration supports for generically Marvell NAS.
 
@@ -176,7 +176,7 @@
 ehci*  at mvsoc? offset ? irq ?
 
 # On-chip Cryptographic Engines and Security Accelerator
-#mvcesa* at mvsoc? offset ? irq ?
+mvcesa* at mvsoc? offset ? irq ?
 
 # On-chip Two-Wire Serial Interface (TWSI)
 gttwsi* at mvsoc? offset ? irq ?
diff -r 6387b7994949 -r df2e0ed3cb0c sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Fri Jul 27 03:03:34 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Fri Jul 27 03:10:23 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.14 2012/03/31 02:45:37 tsutsui Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.15 2012/07/27 03:10:23 kiyohara Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -194,7 +194,7 @@
 ehci*  at mvsoc? offset ? irq ?
 
 # On-chip Cryptographic Engines and Security Accelerator
-#mvcesa* at mvsoc? offset ? irq ?
+mvcesa* at mvsoc? offset ? irq ?
 
 # On-chip Two-Wire Serial Interface (TWSI)
 gttwsi* at mvsoc? offset ? irq ?
@@ -204,7 +204,7 @@
 com*   at mvsoc? offset ? irq ?
 
 # On-chip IDMA Controller
-#gtidmac* at mvsoc? offset ? irq ?
+gtidmac* at mvsoc? offset ? irq ?
 
 # On-chip General Purpose I/O Port Interface
 #mvsocgpp* at mvsoc? offset ? irq ?



Home | Main Index | Thread Index | Old Index