It looks like a driver issue (IRQ Conflict), if you set your system to save the crash-dump you can run an analysis over it and find the culprit.
Also, see here:
http://support.microsoft.com/kb/314063
In this Stop error message, each parameter is a hexadecimal number that refers to a specific issue:
- Parameter 1 - An address that was referenced incorrectly.
- Parameter 2 - An IRQL that was required to access the memory.
- Parameter 3 - The type of access, where 0 is a read operation and 1 is a write operation.
- Parameter 4 - The address of the instruction that referenced memory in parameter 1.