Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision 121ee4fdab678df1abc2944a4eeafd0521a9015a)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 848e880fda73cd0edc7152878b52d08a679cd828)
@@ -739,5 +739,5 @@
 		if (pio_enable_resource(&bus->pio_win,
 		    &hw_resources.resources[0], (void **) &bus->conf_space,
-		    NULL)) {
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to map configuration space.");
@@ -760,5 +760,5 @@
 		if (pio_enable_resource(&bus->pio_win,
 		    &hw_resources.resources[0], (void **) &bus->conf_addr_reg,
-		    NULL)) {
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to enable configuration ports.");
@@ -768,5 +768,5 @@
 		if (pio_enable_resource(&bus->pio_win,
 		    &hw_resources.resources[1], (void **) &bus->conf_data_reg,
-		    NULL)) {
+		    NULL, NULL)) {
 			ddf_msg(LVL_ERROR,
 			    "Failed to enable configuration ports.");
