summaryrefslogtreecommitdiffstats
path: root/sys/pci/alpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r--sys/pci/alpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index c3e04f6..7a062e3 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -227,8 +227,8 @@ alpm_attach(device_t dev)
}
rid = SMBBA;
- alpm->res = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid,
- 0, ~0, 1, RF_ACTIVE);
+ alpm->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
+ RF_ACTIVE);
if (alpm->res == NULL) {
device_printf(dev,"Could not allocate Bus space\n");
OpenPOWER on IntegriCloud