diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2009-06-11 17:06:58 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2009-06-11 17:06:58 +0000 |
| commit | 7c6ee94f8c316a993a4850700a2db07d6c1cd39c (patch) | |
| tree | f25beda12bdd3e70abb64e621dc14bc6d09d8249 /sys/dev/eisa | |
| parent | a03fb243dc39f3da86cf63212c38371ce4e51cc6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 2 |
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; |
