From 8339b237d044d50c0855f0ec48a3d3fd9655aaa1 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Sun, 29 May 2005 17:27:17 +0000 Subject: Remove debug printf I left. --- sys/arch/i386/pci/pchb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 1be098e6edf..318d909e0a9 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.46 2005/05/19 19:41:01 grange Exp $ */ +/* $OpenBSD: pchb.c,v 1.47 2005/05/29 17:27:16 grange Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -405,7 +405,6 @@ pchbattach(parent, self, aux) case PCI_PRODUCT_INTEL_82875P_HB: bcreg = pci_conf_read(pa->pa_pc, pa->pa_tag, I82820_SMRAM); - printf(": SMRAM 0x%x", bcreg); bcreg |= (I82820_SMRAM_D_LCK << I82820_SMRAM_SHIFT); pci_conf_write(pa->pa_pc, pa->pa_tag, I82820_SMRAM, bcreg); -- cgit v1.2.3