Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision 587478b2be4192b088f4a64c8fde7adeec10d4eb)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision fbfe59dafcc4f7e06cbbf09e2d88ed3e434b4a33)
@@ -738,6 +738,6 @@
 
 		if (pio_enable_resource(&bus->pio_win,
-		    &hw_resources.resources[0],
-		    (void **) &bus->conf_space)) {
+		    &hw_resources.resources[0], (void **) &bus->conf_space,
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to map configuration space.");
@@ -759,6 +759,6 @@
 
 		if (pio_enable_resource(&bus->pio_win,
-		    &hw_resources.resources[0],
-		    (void **) &bus->conf_addr_reg)) {
+		    &hw_resources.resources[0], (void **) &bus->conf_addr_reg,
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to enable configuration ports.");
@@ -767,6 +767,6 @@
 		}
 		if (pio_enable_resource(&bus->pio_win,
-		    &hw_resources.resources[1],
-		    (void **) &bus->conf_data_reg)) {
+		    &hw_resources.resources[1], (void **) &bus->conf_data_reg,
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to enable configuration ports.");
