diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-27 00:56:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-27 00:56:00 +0000 |
commit | 4108b06f79f213a1c3c81108f94c7ec4ee919043 (patch) | |
tree | dc99a342dc69669f76b1e8ee76b1012aa8c2f6cc /sys | |
parent | 90f746981122baff654c271123a54f222d787ea2 (diff) |
Need a newline now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/uhci_pci.c | 4 |
1 files 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); |