From abb202c692e3c8dedbb4423ba0b33136edf81027 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Fri, 13 Aug 1999 08:55:58 +0000 Subject: shorten dmesg output. --- sys/dev/pci/ohci_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/ohci_pci.c') diff --git a/sys/dev/pci/ohci_pci.c b/sys/dev/pci/ohci_pci.c index 796ad8e0bb5..d339b1c8fc5 100644 --- a/sys/dev/pci/ohci_pci.c +++ b/sys/dev/pci/ohci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci_pci.c,v 1.2 1999/08/13 08:09:26 fgsch Exp $ */ +/* $OpenBSD: ohci_pci.c,v 1.3 1999/08/13 08:55:57 fgsch Exp $ */ /* $NetBSD: ohci_pci.c,v 1.9 1999/05/20 09:52:35 augustss Exp $ */ /* @@ -131,7 +131,7 @@ ohci_pci_attach(parent, self, aux) printf("\n"); return; } - printf(": %s\n", intrstr); + printf(": %s", intrstr); r = ohci_init(sc); if (r != USBD_NORMAL_COMPLETION) { -- cgit v1.2.3