VirtualBox

Changeset 33690 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 2, 2010 2:02:19 PM (14 years ago)
Author:
vboxsync
Message:

PCI: more slot management bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/BusAssignmentManager.h

    r33687 r33690  
    4949        if (iBus < a.iBus)
    5050            return true;
    51        
     51
    5252        if (iBus > a.iBus)
    5353            return false;
     
    5555        if (iDevice < a.iDevice)
    5656            return true;
    57        
     57
    5858        if (iDevice > a.iDevice)
    5959            return false;
     
    6161        if (iFn < a.iFn)
    6262            return true;
    63        
     63
    6464        if (iFn > a.iFn)
    6565            return false;
     
    110110        return assignPciDevice(pszDevName, pCfg, Address, false);
    111111    }
     112    virtual bool findPciAddress(const char* pszDevName, int iInstance, PciBusAddress& Address);
    112113};
    113114
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette