summaryrefslogtreecommitdiffstats
path: root/sys/pci/agppriv.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-07-12 10:13:07 +0000
committerdfr <dfr@FreeBSD.org>2000-07-12 10:13:07 +0000
commit6ab55f97093431d174fc5d9f839fe4f13aebcafe (patch)
tree13ae3615beebc7b58ec7387f19eb27c864c7d781 /sys/pci/agppriv.h
parent44b02079a7c6306451f17f95f9ddafa11928fa26 (diff)
downloadFreeBSD-src-6ab55f97093431d174fc5d9f839fe4f13aebcafe.zip
FreeBSD-src-6ab55f97093431d174fc5d9f839fe4f13aebcafe.tar.gz
Add support for Intel's i810 chipset with integrated graphics. An
associated patch to XFree86 allows the X server to work with this chipset on FreeBSD. Additional work will include porting the Linux 3D driver. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'sys/pci/agppriv.h')
-rw-r--r--sys/pci/agppriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h
index 59f4d6d..1c5f022 100644
--- a/sys/pci/agppriv.h
+++ b/sys/pci/agppriv.h
@@ -57,6 +57,7 @@ struct agp_memory {
TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
int am_id; /* unique id for block */
vm_size_t am_size; /* number of bytes allocated */
+ int am_type; /* chipset specific type */
struct vm_object *am_obj; /* VM object owning pages */
vm_offset_t am_physical; /* bogus hack for i810 */
vm_offset_t am_offset; /* page offset if bound */
OpenPOWER on IntegriCloud