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 Add some missing devices (crypto & gige)



details:   https://anonhg.NetBSD.org/src/rev/2f3b6e19d2d1
branches:  trunk
changeset: 327837:2f3b6e19d2d1
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 18 08:56:42 2014 +0000

description:
Add some missing devices (crypto & gige)

diffstat:

 sys/arch/evbarm/conf/ARMADAXP |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 89f25e6c1694 -r 2f3b6e19d2d1 sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP     Tue Mar 18 08:40:05 2014 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP     Tue Mar 18 08:56:42 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ARMADAXP,v 1.9 2014/03/18 07:34:15 matt Exp $
+#      $NetBSD: ARMADAXP,v 1.10 2014/03/18 08:56:42 matt Exp $
 #
 #      ARMADA XP DEV BOARD
 #
@@ -199,6 +199,9 @@
 # TWSI SDRAM Serial Presence Detect
 spdmem0                at iic? addr 0x56
 
+# On-chip Cryptographic Engines and Security Accelerator
+mvcesa*        at mvsoc? offset ? irq ?
+
 # On-chip USB 2.0 Interface
 ehci*          at mvsoc? offset ? irq ?
 
@@ -245,6 +248,10 @@
 sd*            at atapibus? drive ? flags 0x0000       # ATAPI disk drives
 uk*            at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
+# On-chip Gigabit Ethernet Controller Interface
+mvgbec*        at mvsoc? offset ?
+mvgbe*         at mvgbec? port ? irq ?
+
 # On-chip RTC
 mvsocrtc*      at mvsoc? offset ? irq ?
 



Home | Main Index | Thread Index | Old Index