Source-Changes-HG archive

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

[src/trunk]: src/sys move Marvell ARMADA SoC's device driver definitions from...



details:   https://anonhg.NetBSD.org/src/rev/0469cdb0da10
branches:  trunk
changeset: 338654:0469cdb0da10
user:      hsuenaga <hsuenaga%NetBSD.org@localhost>
date:      Wed Jun 03 03:34:38 2015 +0000

description:
move Marvell ARMADA SoC's device driver definitions from arm/marvell
to dev/marvell.

diffstat:

 sys/arch/arm/marvell/files.marvell |  6 ++----
 sys/dev/marvell/files.armada       |  7 +++++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 276bebf0bde6 -r 0469cdb0da10 sys/arch/arm/marvell/files.marvell
--- a/sys/arch/arm/marvell/files.marvell        Wed Jun 03 03:25:51 2015 +0000
+++ b/sys/arch/arm/marvell/files.marvell        Wed Jun 03 03:34:38 2015 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.marvell,v 1.14 2015/05/03 14:38:09 hsuenaga Exp $
+#       $NetBSD: files.marvell,v 1.15 2015/06/03 03:34:38 hsuenaga Exp $
 #
 # Configuration info for Marvell System on Chip support
 #
@@ -27,6 +27,7 @@
 
 # Integrated peripherals
 include "dev/marvell/files.discovery"
+include "dev/marvell/files.armada"
 
 # Timers
 device mvsoctmr: sysmon_wdog
@@ -58,10 +59,7 @@
 attach mvgbec at mvsoc with mvgbec_mbus
 
 # ARMADA XP Gigabit Ethernet Controller Interface
-define mvxpe { [port = -1 ], [irq = -1] }
-device mvxpe: ether, ifnet, arp, mii
 attach mvxpe at mvsoc with mvxpe_mbus
-file   dev/marvell/if_mvxpe.c                  mvxpe           needs-flag
 
 # USB 2.0 Interface
 attach ehci at mvsoc with mvusb_mbus
diff -r 276bebf0bde6 -r 0469cdb0da10 sys/dev/marvell/files.armada
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/marvell/files.armada      Wed Jun 03 03:34:38 2015 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: files.armada,v 1.1 2015/06/03 03:34:38 hsuenaga Exp $
+# Configuration info for Marvell ARMADA integrated peripherals
+
+# ARMADA XP Gigabit Ethernet Controller Interface
+define mvxpe { [port = -1 ], [irq = -1] }
+device mvxpe: ether, ifnet, arp, mii
+file   dev/marvell/if_mvxpe.c                  mvxpe           needs-flag



Home | Main Index | Thread Index | Old Index