VirtualBox

Changeset 76060 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 7, 2018 2:21:40 PM (6 years ago)
Author:
vboxsync
Message:

PCnet: More consistent spelling.

File:
1 edited

Legend:

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

    r76051 r76060  
    77 *      AMD Publication# 19436  Rev:E  Amendment/0  Issue Date: June 2000
    88 * and
    9  *      todo
     9 *      AMD Am79C973/Am79C975 PCnet-FAST III Single-Chip 10/100 Mbps PCI Ethernet Controller datasheet
     10 *      AMD publication# 20510  Rev:E  Amendment/0  Issue Date: August 2000
    1011 */
    1112
     
    2425 * This code is based on:
    2526 *
    26  * AMD PC-Net II (Am79C970A) emulation
     27 * AMD PCnet-PCI II (Am79C970A) emulation
    2728 *
    2829 * Copyright (c) 2004 Antony T Curtis
     
    468469} PCNETSTATE;
    469470//AssertCompileMemberAlignment(PCNETSTATE, StatReceiveBytes, 8);
    470 /** Pointer to a PC-Net state structure. */
     471/** Pointer to a PCnet state structure. */
    471472typedef PCNETSTATE *PPCNETSTATE;
    472473
     
    38773878
    38783879/**
    3879  * @callback_method_impl{FNPCIIOREGIONMAP, For the PC-NET I/O Ports.}
     3880 * @callback_method_impl{FNPCIIOREGIONMAP, For the PCnet I/O Ports.}
    38803881 */
    38813882static DECLCALLBACK(int) pcnetIOPortMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
     
    39283929
    39293930/**
    3930  * @callback_method_impl{FNPCIIOREGIONMAP, For the PC-Net MMIO region.}
     3931 * @callback_method_impl{FNPCIIOREGIONMAP, For the PCnet MMIO region.}
    39313932 */
    39323933static DECLCALLBACK(int) pcnetMMIOMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion,
     
    44464447 *
    44474448 * @returns VBox status code.
    4448  * @param   pThis           The PC-Net instance data.
     4449 * @param   pThis           The PCnet instance data.
    44494450 */
    44504451static int pcnetCanReceive(PPCNETSTATE pThis)
     
    52325233#endif
    52335234    /* pszDescription */
    5234     "AMD PC-Net II Ethernet controller.\n",
     5235    "AMD PCnet Ethernet controller.\n",
    52355236    /* fFlags */
    52365237#ifdef PCNET_GC_ENABLED
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