--- upstream/dynamips-0.2.6-RC3/dev_c3725_iofpga.c 2007/10/06 16:06:49 4 +++ upstream/dynamips-0.2.6-RC4/dev_c3725_iofpga.c 2007/10/06 16:08:03 5 @@ -110,11 +110,11 @@ switch(offset) { /* * Platform type ? - * (other values than 0 cause crashes or lot of errors). + * 0x04 and 0x05 seem to work. */ case 0x36: if (op_type == MTS_READ) - *data = 0x0000; + *data = 0x04 << 5; break; /* Mainboard EEPROM */