提交 5066b9f1 编写于 作者: T ths

Malta has no ISA bus.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2947 c046a42c-6fe2-441c-8c8c-71466251a162
上级 e918ee04
......@@ -451,17 +451,8 @@ static void audio_init (PCIBus *pci_bus)
s = AUD_init ();
if (s) {
for (c = soundhw; c->name; ++c) {
if (c->enabled) {
if (c->isa) {
fprintf(stderr, "qemu: Unsupported Sound Card: %s\n", c->name);
exit(1);
}
else {
if (pci_bus) {
c->init.init_pci (pci_bus, s);
}
}
}
if (c->enabled)
c->init.init_pci (pci_bus, s);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册