summaryrefslogtreecommitdiff
path: root/sys/dev/fb/fb.c
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-12-29 21:51:28 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-12-29 21:51:28 +0000
commitcfd7bacef28efb62a65a679e3e879078e7932b36 (patch)
treeffed01a3f1f97aa245caf60848edab318a53aef9 /sys/dev/fb/fb.c
parent723bd8c6b5225ae6ebc947e365194fa75dde548b (diff)
Notes
Diffstat (limited to 'sys/dev/fb/fb.c')
-rw-r--r--sys/dev/fb/fb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index 21871f69e780..09fcebcb299e 100644
--- a/sys/dev/fb/fb.c
+++ b/sys/dev/fb/fb.c
@@ -511,10 +511,10 @@ int genfbioctl(genfb_softc_t *sc, video_adapter_t *adp, u_long cmd,
return error;
}
-int genfbmmap(genfb_softc_t *sc, video_adapter_t *adp, vm_offset_t offset,
- vm_offset_t *paddr, int prot)
+int genfbmmap(genfb_softc_t *sc, video_adapter_t *adp, vm_ooffset_t offset,
+ vm_offset_t *paddr, int prot, vm_memattr_t *memattr)
{
- return vidd_mmap(adp, offset, paddr, prot);
+ return vidd_mmap(adp, offset, paddr, prot, memattr);
}
#endif /* FB_INSTALL_CDEV */