Changeset 70


Ignore:
Timestamp:
Jan 31, 2011, 9:41:48 PM (15 years ago)
Author:
chris
Message:

A few small comment changes which where in the queue for a few weeks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.c

    r69 r70  
    124124      /* add upper 4 bits to device field */
    125125      ata_cmd.device |= (ata_cmd.lba_l >> 24) & 0x0fU;
    126       /* only lower 24 bits come into _debug lba_l */
     126      /* only lower 24 bits come into lba_l */
    127127      ata_cmd.lba_l &= 0x00ffffffUL;
    128128      break;
     
    386386  }
    387387
    388   /* return the best match we found so far (0 indicating failure) */
     388  /* return the best match we found (0 indicating failure) */
    389389  *sector_cnt = max_sector_cnt;
    390390  *sg_cnt = max_sg_cnt;
     
    440440   * guess in most cases. If the information stored in the geometry
    441441   * fields is apparently incorrect, we'll use the algorithm typically
    442    * used by SCSI adapters and modern PC BIOS releases:
     442   * used by SCSI adapters and modern PC BIOS versions:
    443443   *
    444444   *  - 512 bytes per sector
Note: See TracChangeset for help on using the changeset viewer.