VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/HostDrivers/VBoxNetAdp
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk

    r32183 r33540  
    9494ifeq ($(KBUILD_TARGET),linux)
    9595 #
    96  # Install source files for compliation on Linux.
     96 # Install source files for compilation on Linux.
    9797 # files_vboxnetadp defines VBOX_VBOXNETADP_SOURCES.
    9898 #
     
    143143ifeq ($(KBUILD_TARGET),freebsd)
    144144 #
    145  # Install source files for compliation on FreeBSD.
     145 # Install source files for compilation on FreeBSD.
    146146 # files_vboxnetadp defines VBOX_VBOXNETADP_SOURCES.
    147147 #
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c

    r28830 r33540  
    4545#include <VBox/version.h>
    4646
    47 /** r=bird: why is this here in the agnositc code? */
     47/** r=bird: why is this here in the agnostic code? */
    4848#ifdef RT_OS_DARWIN
    4949# include <net/ethernet.h>
     
    803803 * though the "base is still needed for the driver to functions".
    804804 * @param pGlobals
    805  * @return VINF_SUCCESS on succes, VERR_WRONG_ORDER if we're busy.
     805 * @return VINF_SUCCESS on success, VERR_WRONG_ORDER if we're busy.
    806806 */
    807807DECLHIDDEN(int) vboxNetAdpTryDeleteIdc(PVBOXNETADPGLOBALS pGlobals)
     
    926926 * Called by the native part when the OS wants the driver to unload.
    927927 *
    928  * @returns VINF_SUCCESS on succes, VERR_WRONG_ORDER if we're busy.
     928 * @returns VINF_SUCCESS on success, VERR_WRONG_ORDER if we're busy.
    929929 *
    930930 * @param   pGlobals        Pointer to the globals.
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c

    r31556 r33540  
    202202/**
    203203 * Transmit packets.
    204  * netflt has aldready done everything for us so we just hand the
     204 * netflt has already done everything for us so we just hand the
    205205 * packets to BPF and increment the packet stats.
    206206 */
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r32537 r33540  
    179179
    180180# By default we use remap_pfn_range() kernel API to make kernel pages
    181 # visible for userland. Unfortuately, it leads to situation that
     181# visible for userland. Unfortunately, it leads to situation that
    182182# during debug session all structures on that page (such as PVM pointer)
    183183# are not accessible to the debugger (see #3214).
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r31730 r33540  
    279279
    280280    Log(("VBoxNetAdpLinuxIOCtl: param len %#x; uCmd=%#x; add=%#x\n", _IOC_SIZE(uCmd), uCmd, VBOXNETADP_CTL_ADD));
    281     if (RT_UNLIKELY(_IOC_SIZE(uCmd) != sizeof(Req))) /* paraonia */
     281    if (RT_UNLIKELY(_IOC_SIZE(uCmd) != sizeof(Req))) /* paranoia */
    282282    {
    283283        Log(("VBoxNetAdpLinuxIOCtl: bad ioctl sizeof(Req)=%#x _IOC_SIZE=%#x; uCmd=%#x.\n", sizeof(Req), _IOC_SIZE(uCmd), uCmd));
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c

    r28800 r33540  
    296296
    297297                    /*
    298                      * Setup GLD MAC layer registeration info.
     298                     * Setup GLD MAC layer registration info.
    299299                     */
    300300                    pMacInfo->gldm_reset = vboxNetAdpSolarisStub;
     
    334334                        /*
    335335                         * Now try registering our GLD with the MAC layer.
    336                          * Registeration can fail on some S10 versions when the MTU size is more than 1500.
     336                         * Registration can fail on some S10 versions when the MTU size is more than 1500.
    337337                         * When we implement jumbo frames we should probably retry with MTU 1500 for S10.
    338338                         */
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