summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_amd64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agp_amd64.c')
-rw-r--r--sys/dev/agp/agp_amd64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c
index 8151f48..c68847a 100644
--- a/sys/dev/agp/agp_amd64.c
+++ b/sys/dev/agp/agp_amd64.c
@@ -333,7 +333,7 @@ agp_amd64_set_aperture(device_t dev, uint32_t aperture)
}
static int
-agp_amd64_bind_page(device_t dev, int offset, vm_offset_t physical)
+agp_amd64_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical)
{
struct agp_amd64_softc *sc = device_get_softc(dev);
@@ -347,7 +347,7 @@ agp_amd64_bind_page(device_t dev, int offset, vm_offset_t physical)
}
static int
-agp_amd64_unbind_page(device_t dev, int offset)
+agp_amd64_unbind_page(device_t dev, vm_offset_t offset)
{
struct agp_amd64_softc *sc = device_get_softc(dev);
OpenPOWER on IntegriCloud