VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

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

    r33486 r33540  
    227227    RCPTRTYPE(uint8_t *) pbIOBufferRC;
    228228
    229     RTRCPTR Aligmnent1; /**< Align the statistics at an 8-byte boundrary. */
     229    RTRCPTR Aligmnent1; /**< Align the statistics at an 8-byte boundary. */
    230230
    231231    /*
     
    20732073            do
    20742074            {
    2075                 /* don't log superflous errors */
     2075                /* don't log superfluous errors */
    20762076                if (    rc == VERR_DEV_IO_ERROR
    20772077                    && (   u8Cmd == SCSI_TEST_UNIT_READY
     
    23872387                ataH2BE_U16(pbBuf + 0, 6);
    23882388                pbBuf[2] = 0x04; /* media */
    2389                 pbBuf[3] = 0x5e; /* suppored = busy|media|external|power|operational */
     2389                pbBuf[3] = 0x5e; /* supported = busy|media|external|power|operational */
    23902390                pbBuf[4] = 0x02; /* new medium */
    23912391                pbBuf[5] = 0x02; /* medium present / door closed */
     
    23992399                ataH2BE_U16(pbBuf + 0, 6);
    24002400                pbBuf[2] = 0x04; /* media */
    2401                 pbBuf[3] = 0x5e; /* suppored = busy|media|external|power|operational */
     2401                pbBuf[3] = 0x5e; /* supported = busy|media|external|power|operational */
    24022402                pbBuf[4] = 0x03; /* media removal */
    24032403                pbBuf[5] = 0x00; /* medium absent / door closed */
     
    24222422                ataH2BE_U16(pbBuf + 0, 6);
    24232423                pbBuf[2] = 0x01; /* operational change request / notification */
    2424                 pbBuf[3] = 0x5e; /* suppored = busy|media|external|power|operational */
     2424                pbBuf[3] = 0x5e; /* supported = busy|media|external|power|operational */
    24252425                pbBuf[4] = 0x00;
    24262426                pbBuf[5] = 0x00;
     
    46034603}
    46044604
    4605 /** Asynch I/O thread for an interface. Once upon a time this was readable
     4605/** Async I/O thread for an interface. Once upon a time this was readable
    46064606 * code with several loops and a different semaphore for each purpose. But
    46074607 * then came the "how can one save the state in the middle of a PIO transfer"
     
    61576157    {
    61586158        /*
    6159          * Setup asynchronous notification compmletion if the requests haven't
     6159         * Setup asynchronous notification completion if the requests haven't
    61606160         * completed yet.
    61616161         */
     
    70437043                {
    70447044                    case VERR_ACCESS_DENIED:
    7045                         /* Error already catched by DrvHostBase */
     7045                        /* Error already cached by DrvHostBase */
    70467046                        return rc;
    70477047                    default:
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