summaryrefslogtreecommitdiffstats
path: root/sys/pci/agppriv.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-06-10 17:44:53 +0000
committerdfr <dfr@FreeBSD.org>2000-06-10 17:44:53 +0000
commit52b31c00bbaa851d76d91e89090c45135cf24174 (patch)
tree598ef00e6b366a21e85f5528d5393bad5d59b0b2 /sys/pci/agppriv.h
parent7946f9a6632feedb8b99ff54ccdfff624d81330b (diff)
downloadFreeBSD-src-52b31c00bbaa851d76d91e89090c45135cf24174.zip
FreeBSD-src-52b31c00bbaa851d76d91e89090c45135cf24174.tar.gz
Fix the AMD 751 AGP minidriver so that it works with my test code.
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 427e68b..59f4d6d 100644
--- a/sys/pci/agppriv.h
+++ b/sys/pci/agppriv.h
@@ -84,6 +84,7 @@ struct agp_gatt {
vm_offset_t ag_physical;
};
+void agp_flush_cache(void);
u_int8_t agp_find_caps(device_t dev);
struct agp_gatt *agp_alloc_gatt(device_t dev);
void agp_free_gatt(struct agp_gatt *gatt);
OpenPOWER on IntegriCloud