Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell Add more #warning message 'Please use mvxpe ...



details:   https://anonhg.NetBSD.org/src/rev/94eb6d02c00f
branches:  trunk
changeset: 813652:94eb6d02c00f
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Feb 09 12:53:17 2016 +0000

description:
Add more #warning message 'Please use mvxpe instead of this'.

diffstat:

 sys/dev/marvell/if_mvgbe.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 576f47e75613 -r 94eb6d02c00f sys/dev/marvell/if_mvgbe.c
--- a/sys/dev/marvell/if_mvgbe.c        Tue Feb 09 12:48:06 2016 +0000
+++ b/sys/dev/marvell/if_mvgbe.c        Tue Feb 09 12:53:17 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mvgbe.c,v 1.42 2016/02/09 08:32:11 ozaki-r Exp $    */
+/*     $NetBSD: if_mvgbe.c,v 1.43 2016/02/09 12:53:17 kiyohara Exp $   */
 /*
  * Copyright (c) 2007, 2008, 2013 KIYOHARA Takashi
  * All rights reserved.
@@ -25,12 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvgbe.c,v 1.42 2016/02/09 08:32:11 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvgbe.c,v 1.43 2016/02/09 12:53:17 kiyohara Exp $");
 
 #include "opt_multiprocessor.h"
 
 #if defined MULTIPROCESSOR
-#warning Queue Management Method 'Counters' not support yet 
+#warning Queue Management Method 'Counters' not support. Please use mvxpe instead of this.
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index