99a100,102
> case IdReg:
> pkt->set<uint32_t>(params()->idreg);
> break;
101c104,105
< panic("Tried to read RealView I/O at offset %#x that doesn't exist\n", daddr);
---
> warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
> daddr);
131c135,136
< panic("Tried to write RVIO at offset %#x that doesn't exist\n", daddr);
---
> warn("Tried to write RVIO at offset %#x that doesn't exist\n",
> daddr);