aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pdq
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2003-07-31 13:36:57 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2003-07-31 13:36:57 +0000
commit251dee13f191c6fadce155660087ee383b203e28 (patch)
tree8dc8c698c92ac730f3177cb3f6d9791cbf8fa315 /sys/dev/pdq
parentaf1a7621cf1b1c7182e9f9bece77ad1806aa79c5 (diff)
Notes
Diffstat (limited to 'sys/dev/pdq')
-rw-r--r--sys/dev/pdq/if_fea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pdq/if_fea.c b/sys/dev/pdq/if_fea.c
index b2bc05ab40e6..95200f76ec2c 100644
--- a/sys/dev/pdq/if_fea.c
+++ b/sys/dev/pdq/if_fea.c
@@ -151,7 +151,7 @@ pdq_eisa_probe (dev)
device_set_desc(dev, desc);
iobase = eisa_get_slot(dev) * EISA_SLOT_SIZE;
- pdq_eisa_subprobe(SYS_RES_IOPORT, iobase, &maddr, &msize, &irq);
+ pdq_eisa_subprobe((pdq_bus_t)SYS_RES_IOPORT, iobase, &maddr, &msize, &irq);
eisa_add_iospace(dev, iobase, 0x200, RESVADDR_NONE);
eisa_add_mspace(dev, maddr, msize, RESVADDR_NONE);