OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Owain Ainsworth (ogacvs.openbsd.org)
Date: Wed Apr 07 2010 - 15:40:18 CDT


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.openbsd.org 2010/04/07 14:40:18

Modified files:
        sys/dev/pci : agp_i810.c

Log message:
Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.

When we move more towards kms we'll need to save/restore what is bound
to the aperture, but right now this is not needed (since we always
unbind everything before we go down anyway).

"can not hurt" deraadt. tested by halex, deraadt and maybe some others.