Module Name: src Committed By: kiyohara Date: Tue Feb 9 12:53:17 UTC 2016
Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add more #warning message 'Please use mvxpe instead of this'. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/marvell/if_mvgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/marvell/if_mvgbe.c diff -u src/sys/dev/marvell/if_mvgbe.c:1.42 src/sys/dev/marvell/if_mvgbe.c:1.43 --- src/sys/dev/marvell/if_mvgbe.c:1.42 Tue Feb 9 08:32:11 2016 +++ src/sys/dev/marvell/if_mvgbe.c Tue Feb 9 12:53:17 2016 @@ -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>