summaryrefslogtreecommitdiffstats
path: root/sys/pci/agpvar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-12-20 20:05:21 +0000
committerjhb <jhb@FreeBSD.org>2005-12-20 20:05:21 +0000
commit9f22e2f35e36371aa72e2704a4470469c0e9cfff (patch)
tree4732818d1dc35b064f7906d22ad25fa18e686fe6 /sys/pci/agpvar.h
parent91b174b0da95c762353dbba849743ffef9db133a (diff)
downloadFreeBSD-src-9f22e2f35e36371aa72e2704a4470469c0e9cfff.zip
FreeBSD-src-9f22e2f35e36371aa72e2704a4470469c0e9cfff.tar.gz
Don't map the AGP aperture into contiguous KVA. The various graphics
drivers already map sections into KVA as needed anyway. Note that this will probably break the nvidia driver, but I will coordinate to get that fixed. MFC after: 2 weeks
Diffstat (limited to 'sys/pci/agpvar.h')
-rw-r--r--sys/pci/agpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h
index 0869c26..df3112b 100644
--- a/sys/pci/agpvar.h
+++ b/sys/pci/agpvar.h
@@ -47,7 +47,6 @@ struct agp_info {
u_int32_t ai_mode;
vm_offset_t ai_aperture_base;
vm_size_t ai_aperture_size;
- vm_offset_t ai_aperture_va;
vm_size_t ai_memory_allowed;
vm_size_t ai_memory_used;
u_int32_t ai_devid;
OpenPOWER on IntegriCloud