artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b856a
)
Add missing brace.
author
matthew
<matthew@openbsd.org>
Wed, 4 Aug 2010 18:29:43 +0000
(18:29 +0000)
committer
matthew
<matthew@openbsd.org>
Wed, 4 Aug 2010 18:29:43 +0000
(18:29 +0000)
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
97046e7
..
c04b5e8
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.5
8 2010/08/04 17:50:38 deraadt
Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.5
9 2010/08/04 18:29:43 matthew
Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*
@@
-317,6
+317,7
@@
vga_pci_activate(struct device *self, int act)
printf("%s: reposting video using BIOS. Is this neccessary?\n",
sc->sc_dev.dv_xname);
vga_post_call(sc->sc_posth);
+ }
#endif
rv = config_activate_children(self, act);
break;