Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell Enable gtidmac.



details:   https://anonhg.NetBSD.org/src/rev/b37d89cee804
branches:  trunk
changeset: 754650:b37d89cee804
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri May 07 17:06:32 2010 +0000

description:
Enable gtidmac.

diffstat:

 sys/dev/marvell/files.discovery |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r ed94a45ddeaf -r b37d89cee804 sys/dev/marvell/files.discovery
--- a/sys/dev/marvell/files.discovery   Fri May 07 16:29:09 2010 +0000
+++ b/sys/dev/marvell/files.discovery   Fri May 07 17:06:32 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.discovery,v 1.11 2010/04/28 13:51:56 kiyohara Exp $
+#      $NetBSD: files.discovery,v 1.12 2010/05/07 17:06:32 kiyohara Exp $
 #
 # Config file and device description for machine-independent support for
 # the Marvell (formerly Galileo Technology) Discovery system controllers.
@@ -90,7 +90,7 @@
 #file  dev/marvell/com_mv.c            mvuart_gt | mvuart_mbus
 
 # IDMA Controller and XOR Engine
-#define        gtidmac
-#file  dev/marvell/gtidmac.c           gtidmac
-#device        gtidmac: dmover_service
-#attach        gtidmac at gt with gtidmac_gt
+define gtidmac
+file   dev/marvell/gtidmac.c           gtidmac
+device gtidmac: dmover_service
+attach gtidmac at gt with gtidmac_gt



Home | Main Index | Thread Index | Old Index