提交 78ebca6e 编写于 作者: B bellard

fixed IDE probe


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@680 c046a42c-6fe2-441c-8c8c-71466251a162
上级 5e2a6443
......@@ -1269,7 +1269,7 @@ static uint32_t ide_ioport_read(void *opaque, uint32_t addr1)
if (!s->bs)
ret = 0;
else
ret = s->select;
ret = s->select | 0xa0;
break;
default:
case 7:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册