Index: /trunk/src/VBox/Devices/PC/DevPcBios.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevPcBios.cpp	(revision 45297)
+++ /trunk/src/VBox/Devices/PC/DevPcBios.cpp	(revision 45298)
@@ -203,16 +203,4 @@
 static DECLCALLBACK(int) pcbiosIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
 {
-    /*
-     * Bochs BIOS Panic
-     */
-    if (    cb == 2
-        &&  (   Port == 0x400
-             || Port == 0x401))
-    {
-        Log(("pcbios: PC BIOS panic at rombios.c(%d)\n", u32));
-        AssertReleaseMsgFailed(("PC BIOS panic at rombios.c(%d)\n", u32));
-        return VERR_INTERNAL_ERROR;
-    }
-
     /*
      * Bochs BIOS char printing.
