- removed BX_INFO (used for testing PCI ROM support)
This commit is contained in:
parent
bfa3a14265
commit
d070de30dd
@ -566,7 +566,6 @@ Bit8u bx_svga_cirrus_c::mem_read(bx_phy_address addr)
|
|||||||
if ((BX_CIRRUS_THIS pci_enabled) && (BX_CIRRUS_THIS pci_rom_size > 0)) {
|
if ((BX_CIRRUS_THIS pci_enabled) && (BX_CIRRUS_THIS pci_rom_size > 0)) {
|
||||||
Bit32u mask = (BX_CIRRUS_THIS pci_rom_size - 1);
|
Bit32u mask = (BX_CIRRUS_THIS pci_rom_size - 1);
|
||||||
if ((addr & ~mask) == BX_CIRRUS_THIS pci_rom_address) {
|
if ((addr & ~mask) == BX_CIRRUS_THIS pci_rom_address) {
|
||||||
BX_INFO(("read ROM"));
|
|
||||||
if (BX_CIRRUS_THIS pci_conf[0x30] & 0x01) {
|
if (BX_CIRRUS_THIS pci_conf[0x30] & 0x01) {
|
||||||
return BX_CIRRUS_THIS pci_rom[addr & mask];
|
return BX_CIRRUS_THIS pci_rom[addr & mask];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user