ref: ba6ec01b39dc4533e452373f26091fa6f089c272
parent: e6d579525f0276c465c54b97be38b2173111f42a
author: taruti <taruti@violetti.org>
date: Tue May 31 03:20:21 EDT 2011
Fix nvidia 6200 0x161
--- a/sys/src/cmd/aux/vga/nvidia.c
+++ b/sys/src/cmd/aux/vga/nvidia.c
@@ -222,6 +222,9 @@
* Unlock
*/
vgaxo(Crtx, 0x1F, 0x57);
+ outportb(Crtx, 0x11);
+ outportb(Crtx+1, inportb(Crtx+1) & ~0x80);
+ trace("nvidia: Unlocked\n");if (nv->pextdev[0] & 0x40)
nv->crystalfreq = RefFreq;
--
⑨