Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision 904b1bc3e43b98f81bec9e9296b154371c383776)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision d6c0016962990c3391945496555de37a3d1f9753)
@@ -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)) {
 			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)) {
 			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)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to enable configuration ports.");
