Module Name:    src
Committed By:   enami
Date:           Tue Feb 17 23:07:56 UTC 2015

Modified Files:
        src/sys/dev/pci: if_bge.c

Log Message:
Make this file compiles again with BGE_DEBUG defined.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/dev/pci/if_bge.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/pci/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.279 src/sys/dev/pci/if_bge.c:1.280
--- src/sys/dev/pci/if_bge.c:1.279	Tue Feb 17 10:11:24 2015
+++ src/sys/dev/pci/if_bge.c	Tue Feb 17 23:07:56 2015
@@ -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 @@ bge_debug_info(struct bge_softc *sc)
 	/* 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");

Reply via email to