summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-11-29 20:16:53 +0000
committerkib <kib@FreeBSD.org>2008-11-29 20:16:53 +0000
commit090a6bb003eec2932361f639e134808c8e998efa (patch)
tree95fab1120feae98e09a4b84aa24af368f6a10fd1 /sys
parent3a229bf1d03d9b85e19a8c9b45f7c8d4283bea40 (diff)
downloadFreeBSD-src-090a6bb003eec2932361f639e134808c8e998efa.zip
FreeBSD-src-090a6bb003eec2932361f639e134808c8e998efa.tar.gz
Third argument to the vi_mmap_t function is vm_paddr_t *.
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fb/s3_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c
index 9935b9e..558329b 100644
--- a/sys/dev/fb/s3_pci.c
+++ b/sys/dev/fb/s3_pci.c
@@ -389,7 +389,7 @@ s3lfb_blank_display(video_adapter_t *adp, int mode)
}
static int
-s3lfb_mmap(video_adapter_t *adp, vm_offset_t offset, vm_offset_t *paddr,
+s3lfb_mmap(video_adapter_t *adp, vm_offset_t offset, vm_paddr_t *paddr,
int prot)
{
return (*prevvidsw->mmap)(adp, offset, paddr, prot);
OpenPOWER on IntegriCloud