Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell Fix information on the product with comment-...



details:   https://anonhg.NetBSD.org/src/rev/14848b077e99
branches:  trunk
changeset: 756503:14848b077e99
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Jul 20 11:47:59 2010 +0000

description:
Fix information on the product with comment-out.  This was obtained from
the data sheet of Marvell.

diffstat:

 sys/dev/marvell/gtidmac.c |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 88c3b92f763a -r 14848b077e99 sys/dev/marvell/gtidmac.c
--- a/sys/dev/marvell/gtidmac.c Tue Jul 20 11:42:22 2010 +0000
+++ b/sys/dev/marvell/gtidmac.c Tue Jul 20 11:47:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gtidmac.c,v 1.4 2010/07/11 08:43:36 kiyohara Exp $     */
+/*     $NetBSD: gtidmac.c,v 1.5 2010/07/20 11:47:59 kiyohara Exp $     */
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtidmac.c,v 1.4 2010/07/11 08:43:36 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtidmac.c,v 1.5 2010/07/20 11:47:59 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -316,15 +316,8 @@
        case MARVELL_DISCOVERY:
        case MARVELL_DISCOVERY_II:
        case MARVELL_DISCOVERY_III:
-#if 0
-       case MARVELL_DISCOVERY_V:       ????
-#endif
                break;
 
-#if 0
-       case MARVELL_DISCOVERY_LT:      ????
-       case MARVELL_DISCOVERY_VI:      ????
-#endif
        case MARVELL_ORION_1_88F1181:
        case MARVELL_ORION_1_88F5082:
        case MARVELL_ORION_1_88F5180N:
@@ -335,6 +328,11 @@
                idmac_nchan = 4;
                break;
 
+#if 0
+       case MARVELL_DISCOVERY_LT:
+       case MARVELL_DISCOVERY_V:
+       case MARVELL_DISCOVERY_VI:      ????
+#endif
        case MARVELL_ORION_1_88F5182:
                idmac_nchan = 4;
                xore_nchan = 2;



Home | Main Index | Thread Index | Old Index