Commit 1eccc875 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

corundum: ignore devctrl message

parent 82bd1894
...@@ -569,6 +569,9 @@ static void poll_h2d(MMIOInterface &mmio) ...@@ -569,6 +569,9 @@ static void poll_h2d(MMIOInterface &mmio)
h2d_writecomp(&msg->writecomp); h2d_writecomp(&msg->writecomp);
break; break;
case COSIM_PCIE_PROTO_H2D_MSG_DEVCTRL:
break;
case COSIM_PCIE_PROTO_H2D_MSG_SYNC: case COSIM_PCIE_PROTO_H2D_MSG_SYNC:
break; break;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment