diff options
Diffstat (limited to 'sys/dev/pci/agpreg.h')
-rw-r--r-- | sys/dev/pci/agpreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/agpreg.h b/sys/dev/pci/agpreg.h index 67f959e849e..f8269c9292a 100644 --- a/sys/dev/pci/agpreg.h +++ b/sys/dev/pci/agpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpreg.h,v 1.16 2012/12/04 10:42:04 mpi Exp $ */ +/* $OpenBSD: agpreg.h,v 1.17 2012/12/22 19:17:36 mpi Exp $ */ /* $NetBSD: agpreg.h,v 1.1 2001/09/10 10:01:02 fvdl Exp $ */ /*- @@ -120,6 +120,7 @@ #define AGP_APPLE_GART_INVALIDATE 0x00001 #define AGP_APPLE_GART_ENABLE 0x00100 #define AGP_APPLE_GART_2XRESET 0x10000 +#define AGP_APPLE_GART_PERFRD 0x80000 /* * Config offsets for Ali AGP chipsets. |