Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Make this file compiles again with BGE_DEBUG def...



details:   https://anonhg.NetBSD.org/src/rev/869102ae0382
branches:  trunk
changeset: 806354:869102ae0382
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Feb 17 23:07:56 2015 +0000

description:
Make this file compiles again with BGE_DEBUG defined.

diffstat:

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

diffs (27 lines):

diff -r 8883704f101e -r 869102ae0382 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Tue Feb 17 22:49:26 2015 +0000
+++ b/sys/dev/pci/if_bge.c      Tue Feb 17 23:07:56 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.279 2015/02/17 10:11:24 msaitoh Exp $     */
+/*     $NetBSD: if_bge.c,v 1.280 2015/02/17 23:07:56 enami Exp $       */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.279 2015/02/17 10:11:24 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.280 2015/02/17 23:07:56 enami Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -6074,7 +6074,7 @@
        /* ASF related */
        if (sc->bge_asf_mode & ASF_ENABLE)
                printf(" - ASF enable\n");
-       if (sc->bge_asf_mode & ASF_NEW_HANDSHARE)
+       if (sc->bge_asf_mode & ASF_NEW_HANDSHAKE)
                printf(" - ASF new handshake\n");
        if (sc->bge_asf_mode & ASF_STACKUP)
                printf(" - ASF stackup\n");



Home | Main Index | Thread Index | Old Index