summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agp.c')
-rw-r--r--sys/dev/agp/agp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c
index 1e61871..af34d14 100644
--- a/sys/dev/agp/agp.c
+++ b/sys/dev/agp/agp.c
@@ -295,7 +295,7 @@ agp_generic_detach(device_t dev)
* Default AGP aperture size detection which simply returns the size of
* the aperture's PCI resource.
*/
-int
+u_int32_t
agp_generic_get_aperture(device_t dev)
{
struct agp_softc *sc = device_get_softc(dev);
OpenPOWER on IntegriCloud