VirtualBox

Changeset 64387 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 24, 2016 2:06:02 PM (8 years ago)
Author:
vboxsync
Message:

PDM,Devices: Some PCI device type cleanup.

Location:
trunk/src/VBox/Devices/Network
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r64373 r64387  
    10791079    RTIOPORT    IOPortBase;
    10801080    /** EMT: */
    1081     PCIDEVICE   pciDevice;
     1081    PDMPCIDEV   pciDevice;
    10821082    /** EMT: Last time the interrupt was acknowledged.  */
    10831083    uint64_t    u64AckedAt;
     
    61046104 * @callback_method_impl{FNPCIIOREGIONMAP}
    61056105 */
    6106 static DECLCALLBACK(int) e1kMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     6106static DECLCALLBACK(int) e1kMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    61076107                                RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    61086108{
     
    74227422 * @thread  EMT
    74237423 */
    7424 static DECLCALLBACK(void) e1kConfigurePciDev(PPCIDEVICE pPciDev, E1KCHIP eChip)
     7424static DECLCALLBACK(void) e1kConfigurePciDev(PPDMPCIDEV pPciDev, E1KCHIP eChip)
    74257425{
    74267426    Assert(eChip < RT_ELEMENTS(g_aChips));
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r64373 r64387  
    247247 * PCNET state.
    248248 *
    249  * @extends     PCIDEVICE
     249 * @extends     PDMPCIDEV
    250250 * @implements  PDMIBASE
    251251 * @implements  PDMINETWORKDOWN
     
    255255typedef struct PCNETSTATE
    256256{
    257     PCIDEVICE                           PciDev;
     257    PDMPCIDEV                           PciDev;
    258258
    259259    /** Pointer to the device instance - R3. */
     
    38673867 * @callback_method_impl{FNPCIIOREGIONMAP, For the PC-NET I/O Ports.}
    38683868 */
    3869 static DECLCALLBACK(int) pcnetIOPortMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     3869static DECLCALLBACK(int) pcnetIOPortMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    38703870                                        RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    38713871{
     
    39183918 * @callback_method_impl{FNPCIIOREGIONMAP, For the PC-Net MMIO region.}
    39193919 */
    3920 static DECLCALLBACK(int) pcnetMMIOMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     3920static DECLCALLBACK(int) pcnetMMIOMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    39213921                                      RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    39223922{
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r64373 r64387  
    17781778 * @callback_method_impl{FNPCIIOREGIONMAP}
    17791779 */
    1780 static DECLCALLBACK(int) vnetMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     1780static DECLCALLBACK(int) vnetMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    17811781                                 RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    17821782{
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