aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eisa
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/eisa
parenta03fb243dc39f3da86cf63212c38371ce4e51cc6 (diff)
downloadsrc-7c6ee94f8c316a993a4850700a2db07d6c1cd39c.tar.gz
src-7c6ee94f8c316a993a4850700a2db07d6c1cd39c.zip
strict kobj signatures: fix assortment of bus_read_ivar impls
Reviewed by: imp, current@ Approved by: jhb (mentor)
Notes
Notes: svn path=/head/; revision=194020
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index 2441af5b9db6..689efb6ad15c 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -315,7 +315,7 @@ eisa_find_ioaddr(struct eisa_device *e_dev, int rid)
}
static int
-eisa_read_ivar(device_t dev, device_t child, int which, u_long *result)
+eisa_read_ivar(device_t dev, device_t child, int which, uintptr_t *result)
{
struct eisa_device *e_dev = device_get_ivars(child);
struct irq_node *irq;