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 CHIPSFB_DEBUG build



details:   https://anonhg.NetBSD.org/src/rev/40e6d38ac1fc
branches:  trunk
changeset: 767557:40e6d38ac1fc
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Jul 22 14:34:38 2011 +0000

description:
Fix CHIPSFB_DEBUG build

diffstat:

 sys/dev/pci/chipsfb.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 861ed247220d -r 40e6d38ac1fc sys/dev/pci/chipsfb.c
--- a/sys/dev/pci/chipsfb.c     Fri Jul 22 14:21:40 2011 +0000
+++ b/sys/dev/pci/chipsfb.c     Fri Jul 22 14:34:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chipsfb.c,v 1.29 2011/05/11 00:12:41 dyoung Exp $      */
+/*     $NetBSD: chipsfb.c,v 1.30 2011/07/22 14:34:38 njoly Exp $       */
 
 /*
  * Copyright (c) 2006 Michael Lorenz
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.29 2011/05/11 00:12:41 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.30 2011/07/22 14:34:38 njoly Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -105,9 +105,6 @@
        pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
        aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
            PCI_REVISION(pa->pa_class));
-#ifdef CHIPSFB_DEBUG
-       printf(prop_dictionary_externalize(dict));
-#endif
 
        sc->sc_memt = pa->pa_memt;
        sc->sc_iot = pa->pa_iot;



Home | Main Index | Thread Index | Old Index