CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/07 16:46:54
Modified files: sys/arch/powerpc/include: cpu.h sys/dev/pci : agp_apple.c Log message: Flush page (through the direct map) before mapping it into AGP. Fixes artifacts seen in X on some G5 machines. Unfortunately not enough to fix G4 machines. With help from Marcus Glocker. ok mpi@