From 9aa8f2242aaf9263e01dbd9fb9be9cd2d1a14c2b Mon Sep 17 00:00:00 2001 From: cokane Date: Fri, 7 Dec 2001 05:41:26 +0000 Subject: This patch will fix the lockups associated with AMD 751,761,762 based AGP controllers. There still seems to be some issues with the DRI copying code for some adapters, at least it doesn't hang the system now. Input would be appreciated. PR: 32301 Obtained from: Eric Anhlot , Joe --- sys/dev/agp/agpreg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/agp/agpreg.h') diff --git a/sys/dev/agp/agpreg.h b/sys/dev/agp/agpreg.h index 535ae51..13f08e3 100644 --- a/sys/dev/agp/agpreg.h +++ b/sys/dev/agp/agpreg.h @@ -89,6 +89,7 @@ /* * Config offsets for the AMD 751 chipset. */ +#define AGP_AMD751_APBASE 0x10 #define AGP_AMD751_REGISTERS 0x14 #define AGP_AMD751_APCTRL 0xac #define AGP_AMD751_MODECTRL 0xb0 -- cgit v1.1