From 85b4ae065435c8b4c4696b75e95f897130ee8bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= Date: Mon, 10 Jul 2006 12:20:24 +0000 Subject: The SiS and Unichrome drivers assume that the handle to the AGP map is equivalent to the AGP physical address. Fix this. --- src/mesa/drivers/dri/sis/sis_screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/sis/sis_screen.h') diff --git a/src/mesa/drivers/dri/sis/sis_screen.h b/src/mesa/drivers/dri/sis/sis_screen.h index c3e9ef4876..d5b2101e98 100644 --- a/src/mesa/drivers/dri/sis/sis_screen.h +++ b/src/mesa/drivers/dri/sis/sis_screen.h @@ -41,6 +41,7 @@ typedef struct { typedef struct { sisRegionRec2 mmio; sisRegionRec2 agp; + unsigned long agpBaseOffset; unsigned int AGPCmdBufOffset; unsigned int AGPCmdBufSize; -- cgit v1.2.3