Ignore:
Timestamp:
Apr 28, 2011, 7:41:44 PM (14 years ago)
Author:
chris
Message:
  • Cosmetic changes to comments
  • Fix number to string conversion for negative [decimal] numbers (the minus sign was at the wrong location and the two's complement was not respected). This functionality was unused so far but popped up during a code review.
File:
1 edited

Legend:

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

    r82 r86  
    430430
    431431    if (iorb_driver_level(iorb)) {
    432       /* adapter-level IORB */
     432      /* driver-level IORB */
    433433      iorb->UnitHandle = 0;
    434434      iorb_queue_add(&driver_queue, iorb);
     
    531531 *
    532532 *   - Driver-level IORB handlers must not access the hardware of a
    533  *     particular adapter if it's flagged as 'busy'
     533 *     particular adapter if it's flagged as 'busy' by another IORB.
    534534 */
    535535int trigger_engine_1(void)
     
    13081308 * hook right inside this timer callback. Not exactly pretty, especially
    13091309 * considering the fact that context hooks were implemented to prevent running
    1310  * lengthy operations like a port reset at task time, but without this
     1310 * lengthy operations like a port reset at interrupt time, but without this
    13111311 * watchdog mechanism we run the risk of getting completely stalled by device
    13121312 * problems during the early boot phase.
Note: See TracChangeset for help on using the changeset viewer.