Module Name:    src
Committed By:   matt
Date:           Tue Mar 18 08:56:42 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: ARMADAXP

Log Message:
Add some missing devices (crypto & gige)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/ARMADAXP

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

Modified files:

Index: src/sys/arch/evbarm/conf/ARMADAXP
diff -u src/sys/arch/evbarm/conf/ARMADAXP:1.9 src/sys/arch/evbarm/conf/ARMADAXP:1.10
--- src/sys/arch/evbarm/conf/ARMADAXP:1.9	Tue Mar 18 07:34:15 2014
+++ src/sys/arch/evbarm/conf/ARMADAXP	Tue Mar 18 08:56:42 2014
@@ -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 @@ m25p0		at spi? slave 0
 # 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 @@ wd*		at atabus? drive ? flags 0x0000
 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 ?
 

Reply via email to