artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6d506
)
Need a newline now.
author
aaron
<aaron@openbsd.org>
Mon, 27 Mar 2000 00:55:59 +0000
(
00:55
+0000)
committer
aaron
<aaron@openbsd.org>
Mon, 27 Mar 2000 00:55:59 +0000
(
00:55
+0000)
sys/dev/pci/uhci_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/uhci_pci.c
b/sys/dev/pci/uhci_pci.c
index
a6c378c
..
5d973d9
100644
(file)
--- 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);