Module Name: src Committed By: njoly Date: Fri Jul 22 14:34:39 UTC 2011
Modified Files: src/sys/dev/pci: chipsfb.c Log Message: Fix CHIPSFB_DEBUG build To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/chipsfb.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/chipsfb.c diff -u src/sys/dev/pci/chipsfb.c:1.29 src/sys/dev/pci/chipsfb.c:1.30 --- src/sys/dev/pci/chipsfb.c:1.29 Wed May 11 00:12:41 2011 +++ src/sys/dev/pci/chipsfb.c Fri Jul 22 14:34:38 2011 @@ -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;