mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[HAL]
- Print a message when a PCI device requires an interrupt but has none assigned svn path=/branches/usb-bringup-trunk/; revision=55535
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user