Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision 00192cde306d224210f23dbe03b16877c0d01e4d)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 9e9ced0300cf1ad870193c8f3e55f88232dedc48)
@@ -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.");
