diff options
author | cokane <cokane@FreeBSD.org> | 2001-12-07 05:41:26 +0000 |
---|---|---|
committer | cokane <cokane@FreeBSD.org> | 2001-12-07 05:41:26 +0000 |
commit | 9aa8f2242aaf9263e01dbd9fb9be9cd2d1a14c2b (patch) | |
tree | 039f0d43434147646316395948539139bee60db5 /sys/dev/agp/agpreg.h | |
parent | b476f9be02ed72c3be7d8ef746cf144d9332f552 (diff) | |
download | FreeBSD-src-9aa8f2242aaf9263e01dbd9fb9be9cd2d1a14c2b.zip FreeBSD-src-9aa8f2242aaf9263e01dbd9fb9be9cd2d1a14c2b.tar.gz |
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 <eanholt@gladstone.uoregon.edu>, Joe <joeo@nks.net>
Diffstat (limited to 'sys/dev/agp/agpreg.h')
-rw-r--r-- | sys/dev/agp/agpreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |