Changeset 62389 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Jul 21, 2016 8:54:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r61770 r62389 3 3 * DevPCI - ICH9 southbridge PCI bus emulation device. 4 4 * 5 * @note bird: I've cleaned up DevPCI.cpp to some exten d, this file has not5 * @note bird: I've cleaned up DevPCI.cpp to some extent, this file has not 6 6 * be cleaned up and because of pending code merge. 7 7 */ 8 8 9 9 /* 10 * Copyright (C) 2010-201 5Oracle Corporation10 * Copyright (C) 2010-2016 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1048 1048 if ((enmType & PCI_ADDRESS_SPACE_BAR64) != 0) 1049 1049 { 1050 AssertMsgReturn(iRegion < 4, 1050 /* VBOX_PCI_BASE_ADDRESS_5 and VBOX_PCI_ROM_ADDRESS are excluded. */ 1051 AssertMsgReturn(iRegion < (PCI_NUM_REGIONS-2), 1051 1052 ("Region %d cannot be 64-bit\n", iRegion), 1052 1053 VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.