- Timestamp:
- May 4, 2009 3:25:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r16745 r19314 933 933 /* VGA: map frame buffer to default Bochs VBE address */ 934 934 pci_set_io_region_addr(pGlobals, uBus, uDevFn, 0, 0xE0000000); 935 #ifdef VBOX_WITH_EFI 936 /* The following is necessary for the VGA check in 937 PciVgaMiniPortDriverBindingSupported to succeed. */ 938 /** @todo Seems we're missing some I/O registers or something on the VGA device... Compare real/virt hw with lspci. */ 939 pci_config_writew(pGlobals, uBus, uDevFn, PCI_COMMAND, 940 pci_config_readw(pGlobals, uBus, uDevFn, PCI_COMMAND) 941 | 1 /* Enable I/O space access. */); 942 #endif 935 943 break; 936 944 case 0x0800:
Note:
See TracChangeset
for help on using the changeset viewer.