Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix a printf() message in debug code reported by...



details:   https://anonhg.NetBSD.org/src/rev/a8e5f661679e
branches:  trunk
changeset: 751097:a8e5f661679e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Jan 24 17:56:54 2010 +0000

description:
Fix a printf() message in debug code reported by Bert Kiers.

diffstat:

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

diffs (27 lines):

diff -r 24cae6011967 -r a8e5f661679e sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Sun Jan 24 16:45:57 2010 +0000
+++ b/sys/dev/pci/if_bge.c      Sun Jan 24 17:56:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.172 2010/01/24 16:21:09 msaitoh Exp $     */
+/*     $NetBSD: if_bge.c,v 1.173 2010/01/24 17:56:54 msaitoh Exp $     */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.172 2010/01/24 16:21:09 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.173 2010/01/24 17:56:54 msaitoh Exp $");
 
 #include "vlan.h"
 #include "rnd.h"
@@ -4669,7 +4669,7 @@
        if (sc->bge_flags & BGE_JUMBO_CAPABLE)
                printf(" - Supports Jumbo Frames\n");
        if (sc->bge_flags & BGE_NO_EEPROM)
-               printf(" - Supports Jumbo Frames\n");
+               printf(" - No EEPROM\n");
        if (sc->bge_flags & BGE_PCIX)
                printf(" - PCI-X Bus\n");
        if (sc->bge_flags & BGE_PCIE)



Home | Main Index | Thread Index | Old Index