diff --git a/hal/halx86/legacy/bussupp.c b/hal/halx86/legacy/bussupp.c index b6f0b83c384..69dc4dba4e3 100644 --- a/hal/halx86/legacy/bussupp.c +++ b/hal/halx86/legacy/bussupp.c @@ -802,6 +802,7 @@ HalpDebugPciDumpBus(IN ULONG i, if (PciData->u.type0.InterruptPin != 0 && PciData->u.type0.InterruptLine != 0 && PciData->u.type0.InterruptLine != 0xFF) DbgPrint(", IRQ %02d", PciData->u.type0.InterruptLine); + else if (PciData->u.type0.InterruptPin != 0) DbgPrint(", IRQ assignment required"); DbgPrint("\n"); /* Scan addresses */