Module Name:    src
Committed By:   pgoyette
Date:           Thu May 27 23:13:10 UTC 2010

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

Log Message:
Remove a left-over debugging call to aprint_normal()

Thanks njoly@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/pci_verbose.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/pci_verbose.c
diff -u src/sys/dev/pci/pci_verbose.c:1.3 src/sys/dev/pci/pci_verbose.c:1.4
--- src/sys/dev/pci/pci_verbose.c:1.3	Thu May 27 05:53:35 2010
+++ src/sys/dev/pci/pci_verbose.c	Thu May 27 23:13:10 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_verbose.c,v 1.3 2010/05/27 05:53:35 pgoyette Exp $	*/
+/*	$NetBSD: pci_verbose.c,v 1.4 2010/05/27 23:13:10 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_verbose.c,v 1.3 2010/05/27 05:53:35 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_verbose.c,v 1.4 2010/05/27 23:13:10 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -78,7 +78,6 @@
 static int
 pciverbose_modcmd(modcmd_t cmd, void *arg)
 {
-	aprint_normal("%s: cmd %d\n", __func__, cmd);	/* XXX */
 	switch (cmd) {
 	case MODULE_CMD_INIT:
 		pci_findvendor = pci_findvendor_real;

Reply via email to