summaryrefslogtreecommitdiff
path: root/sys/dev/mca
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2009-06-11 17:06:58 +0000
committerAndriy Gapon <avg@FreeBSD.org>2009-06-11 17:06:58 +0000
commit7c6ee94f8c316a993a4850700a2db07d6c1cd39c (patch)
treef25beda12bdd3e70abb64e621dc14bc6d09d8249 /sys/dev/mca
parenta03fb243dc39f3da86cf63212c38371ce4e51cc6 (diff)
Notes
Diffstat (limited to 'sys/dev/mca')
-rw-r--r--sys/dev/mca/mca_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mca/mca_bus.c b/sys/dev/mca/mca_bus.c
index bc3c0e52b5ab..d3f93131a234 100644
--- a/sys/dev/mca/mca_bus.c
+++ b/sys/dev/mca/mca_bus.c
@@ -432,7 +432,7 @@ mca_probe_nomatch (device_t dev, device_t child)
}
static int
-mca_read_ivar (device_t dev, device_t child, int which, u_long * result)
+mca_read_ivar (device_t dev, device_t child, int which, uintptr_t * result)
{
struct mca_device * m_dev = device_get_ivars(child);