From 92d7a59b5e8da08e17ca6c30230213710b7f7dc0 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 29 Dec 2005 04:26:18 +0000 Subject: remove bad newline for the secondary PCI bus with the 82450KX/GX chipset which was introduced in rev 1.11. thanks to marco@ for pointing out the issue, testing and ok'ing the diff. --- sys/arch/i386/pci/pchb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 0126cc12b0b..49757ce2ded 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.49 2005/06/14 20:35:45 deraadt Exp $ */ +/* $OpenBSD: pchb.c,v 1.50 2005/12/29 04:26:17 brad Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -251,7 +251,7 @@ pchbattach(parent, self, aux) printf(": Compatibility PB (bus %d)", pbnum); break; case PCISET_INTEL_TYPE_AUX: - printf(": Auxiliary PB (bus %d)\n", pbnum); + printf(": Auxiliary PB (bus %d)", pbnum); neednl = 0; /* -- cgit v1.2.3