From 7d929581e193a1d6102eccf7b18f9f64cf78a80a Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 27 Mar 2000 00:55:59 +0000 Subject: [PATCH] Need a newline now. --- sys/dev/pci/uhci_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/uhci_pci.c b/sys/dev/pci/uhci_pci.c index a6c378c2f05..5d973d95b5f 100644 --- a/sys/dev/pci/uhci_pci.c +++ b/sys/dev/pci/uhci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhci_pci.c,v 1.6 2000/03/26 21:47:30 aaron Exp $ */ +/* $OpenBSD: uhci_pci.c,v 1.7 2000/03/27 00:55:59 aaron Exp $ */ /* $NetBSD: uhci_pci.c,v 1.14 2000/01/25 11:26:06 augustss Exp $ */ /* @@ -137,7 +137,7 @@ uhci_pci_attach(parent, self, aux) printf("\n"); return; } - printf(": %s", intrstr); + printf(": %s\n", intrstr); /* Verify that the PIRQD enable bit is set, some BIOS's don't do that*/ legsup = pci_conf_read(pc, pa->pa_tag, PCI_LEGSUP); -- 2.20.1