Signed-off-by: Mark Cave-Ayland mark.cave-ayland@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;