VirtualBox

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


Ignore:
Timestamp:
Oct 24, 2016 2:06:02 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111495
Message:

PDM,Devices: Some PCI device type cleanup.

Location:
trunk/src/VBox/Devices/Storage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r64373 r64387  
    482482{
    483483    /** The PCI device structure. */
    484     PCIDEVICE                       dev;
     484    PDMPCIDEV                       dev;
    485485    /** Pointer to the device instance - R3 ptr */
    486486    PPDMDEVINSR3                    pDevInsR3;
     
    24492449 * @callback_method_impl{FNPCIIOREGIONMAP}
    24502450 */
    2451 static DECLCALLBACK(int) ahciR3MMIOMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     2451static DECLCALLBACK(int) ahciR3MMIOMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    24522452                                       RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    24532453{
     
    24932493 *      controller.}
    24942494 */
    2495 static DECLCALLBACK(int) ahciR3LegacyFakeIORangeMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     2495static DECLCALLBACK(int) ahciR3LegacyFakeIORangeMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    24962496                                                    RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    24972497{
     
    25332533 *      Map the BMDMA I/O port range (used for the Index/Data pair register access)}
    25342534 */
    2535 static DECLCALLBACK(int) ahciR3IdxDataIORangeMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     2535static DECLCALLBACK(int) ahciR3IdxDataIORangeMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    25362536                                                 RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    25372537{
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r64373 r64387  
    480480 * The state of the ATA PCI device.
    481481 *
    482  * @extends     PCIDEVICE
     482 * @extends     PDMPCIDEV
    483483 * @implements  PDMILEDPORTS
    484484 */
    485485typedef struct PCIATAState
    486486{
    487     PCIDEVICE           dev;
     487    PDMPCIDEV           dev;
    488488    /** The controllers. */
    489489    ATACONTROLLER       aCts[2];
     
    61126112 * @callback_method_impl{FNPCIIOREGIONMAP}
    61136113 */
    6114 static DECLCALLBACK(int) ataR3BMDMAIORangeMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     6114static DECLCALLBACK(int) ataR3BMDMAIORangeMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    61156115                                              RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    61166116{
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r64373 r64387  
    322322 * Main BusLogic device state.
    323323 *
    324  * @extends     PCIDEVICE
     324 * @extends     PDMPCIDEV
    325325 * @implements  PDMILEDPORTS
    326326 */
     
    328328{
    329329    /** The PCI device structure. */
    330     PCIDEVICE                       dev;
     330    PDMPCIDEV                       dev;
    331331    /** Pointer to the device instance - HC ptr */
    332332    PPDMDEVINSR3                    pDevInsR3;
     
    27802780 * @callback_method_impl{FNPCIIOREGIONMAP}
    27812781 */
    2782 static DECLCALLBACK(int) buslogicR3MmioMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     2782static DECLCALLBACK(int) buslogicR3MmioMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    27832783                                           RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType)
    27842784{
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

    r64373 r64387  
    189189{
    190190    /** PCI device structure. */
    191     PCIDEVICE            PciDev;
     191    PDMPCIDEV            PciDev;
    192192    /** Pointer to the device instance. - R3 ptr. */
    193193    PPDMDEVINSR3         pDevInsR3;
     
    39903990 * @callback_method_impl{FNPCIIOREGIONMAP}
    39913991 */
    3992 static DECLCALLBACK(int) lsilogicR3Map(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion,
     3992static DECLCALLBACK(int) lsilogicR3Map(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
    39933993                                       RTGCPHYS GCPhysAddress, RTGCPHYS cb,
    39943994                                       PCIADDRESSSPACE enmType)
Note: See TracChangeset for help on using the changeset viewer.

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