diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-14 20:19:14 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-14 20:19:14 +0000 |
commit | 1e11066b80ebca1a19265d4fd752edb30b761a31 (patch) | |
tree | 0916a63ddd398bdb63a221938712f049bd2b1d0b /driver | |
parent | 874fdc19e5d5dda393bb9371becd84c4d4fc5e34 (diff) |
Fix for new vgahw API. Problem reported by mpi@. Thanks.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-video-nv/src/nv_driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/xf86-video-nv/src/nv_driver.c b/driver/xf86-video-nv/src/nv_driver.c index 3031f8b50..c484f5cd1 100644 --- a/driver/xf86-video-nv/src/nv_driver.c +++ b/driver/xf86-video-nv/src/nv_driver.c @@ -1543,7 +1543,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) xf86FreeInt10(pNv->pInt); return FALSE; } - + vgaHWSetStdFuncs(VGAHWPTR(pScrn)); + /* We use a programmable clock */ pScrn->progClock = TRUE; |