diff options
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 3 |
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); |