summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-29 17:27:17 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-29 17:27:17 +0000
commit8339b237d044d50c0855f0ec48a3d3fd9655aaa1 (patch)
tree8d285755b80ede0312b6fb440dd77f959acc0d19 /sys/arch/i386
parent64a0104841b9ee07157682e7424a15a387bb5a33 (diff)
Remove debug printf I left.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/pci/pchb.c3
1 files changed, 1 insertions, 2 deletions
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);