[OpenBIOS] [PATCH 08/13] pci: update interrupt-map-mask to include the bus during interrupt comparisons

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sat Jul 8 22:35:55 CEST 2017


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 drivers/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci.c b/drivers/pci.c
index 510ebb7..e2ab0e1 100644
--- a/drivers/pci.c
+++ b/drivers/pci.c
@@ -1774,7 +1774,7 @@ static void ob_pci_bus_set_interrupt_map(phandle_t pcibus, phandle_t dnode,
     }
     set_property(pcibus, "interrupt-map", (char *)props, ncells * sizeof(props[0]));
 
-    props[0] = 0x0000f800;
+    props[0] = 0x00fff800;
     props[1] = 0x0;
     props[2] = 0x0;
     props[3] = 0x7;
-- 
1.7.10.4




More information about the OpenBIOS mailing list