提交 b44c08fa 编写于 作者: B blueswir1

Fix configuration 2 register (esp_2_cfg2.diff):

According to http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR53C9X.txt,
"Any bit pattern written to this register may be read back and should be identical"
Signed-off-by: NHerve Poussineau <hpoussin@reactos.org>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5812 c046a42c-6fe2-441c-8c8c-71466251a162
上级 8dea1dd4
......@@ -144,8 +144,6 @@ struct ESPState {
#define CFG1_RESREPT 0x40
#define CFG2_MASK 0x15
#define TCHI_FAS100A 0x4
static void esp_raise_irq(ESPState *s)
......@@ -552,10 +550,7 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
break;
case ESP_WCCF ... ESP_WTEST:
break;
case ESP_CFG2:
s->rregs[saddr] = val & CFG2_MASK;
break;
case ESP_CFG3 ... ESP_RES4:
case ESP_CFG2 ... ESP_RES4:
s->rregs[saddr] = val;
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册