diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-29 04:26:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-29 04:26:18 +0000 |
commit | 92d7a59b5e8da08e17ca6c30230213710b7f7dc0 (patch) | |
tree | 063d08bbaee13ec6f1b3858b2da8dba9bca54208 | |
parent | bfeba9ff419fe05345f5c6e27db4842b9cdcfaa3 (diff) |
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.
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 4 |
1 files 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; /* |