artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00359bf
)
make the drm unsupported printf more in line with how the rest of them
author
oga
<oga@openbsd.org>
Sat, 2 Aug 2008 15:50:34 +0000
(15:50 +0000)
committer
oga
<oga@openbsd.org>
Sat, 2 Aug 2008 15:50:34 +0000
(15:50 +0000)
work.
ok deraadt@
sys/dev/pci/vga_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/vga_pci.c
b/sys/dev/pci/vga_pci.c
index
7d4413c
..
d006c95
100644
(file)
--- a/
sys/dev/pci/vga_pci.c
+++ b/
sys/dev/pci/vga_pci.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vga_pci.c,v 1.3
4 2008/07/12 17:31:06
oga Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.3
5 2008/08/02 15:50:34
oga Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*
@@
-258,7
+258,7
@@
int
vga_drm_print(void *aux, const char *pnp)
{
if (pnp)
- printf("d
irect rendering for
%s", pnp);
+ printf("d
rm at
%s", pnp);
return (UNSUPP);
}
#endif