summaryrefslogtreecommitdiff
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-09-28 19:59:41 +0000
committerWarner Losh <imp@FreeBSD.org>1999-09-28 19:59:41 +0000
commitd77db021928f54cf47a604c668ab0828e27903ad (patch)
tree9a1e35c4d19daa25642bed36f23486f24ea19b0d /sys/dev/aha
parent1ce6e9e1c58c5373985cad74fb3d886c77f8e7fa (diff)
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/aha_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c
index acc8c8513026..d74d17eaa957 100644
--- a/sys/dev/aha/aha_isa.c
+++ b/sys/dev/aha/aha_isa.c
@@ -108,7 +108,7 @@ aha_isa_probe(device_t dev)
/*
* Ensure this port has not already been claimed already
- * by a PCI, EISA or ISA adapter.
+ * by another adapter.
*/
if (aha_check_probed_iop(ioport) != 0)
continue;
@@ -124,8 +124,8 @@ aha_isa_probe(device_t dev)
continue;
/* Allocate a softc for use during probing */
- aha = aha_alloc(device_get_unit(dev), I386_BUS_SPACE_IO,
- ioport);
+ aha = aha_alloc(device_get_unit(dev), rman_get_bustag(port_res),
+ rman_get_bushandle(port_res));
if (aha == NULL) {
bus_release_resource(dev, SYS_RES_IOPORT, port_rid,