summaryrefslogtreecommitdiffstats
path: root/sys/dev/matcd/matcd_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/matcd/matcd_isa.c')
-rw-r--r--sys/dev/matcd/matcd_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/matcd/matcd_isa.c b/sys/dev/matcd/matcd_isa.c
index 7e81a52..48d01dd 100644
--- a/sys/dev/matcd/matcd_isa.c
+++ b/sys/dev/matcd/matcd_isa.c
@@ -149,8 +149,8 @@ static int matcd_alloc_resources (device_t dev)
sc = device_get_softc(dev);
if (sc->port_type) {
- sc->port=bus_alloc_resource(dev, sc->port_type, &sc->port_rid,
- 0, ~0, 1, RF_ACTIVE);
+ sc->port=bus_alloc_resource_any(dev, sc->port_type,
+ &sc->port_rid, RF_ACTIVE);
if (sc->port == NULL) {
device_printf(dev,
"Port resource not available.\n");
OpenPOWER on IntegriCloud