Ignore:
Timestamp:
Apr 29, 2011, 11:21:36 AM (14 years ago)
Author:
markus
Message:

changed copyright headers according to contract; removed evaluation message

File:
1 edited

Legend:

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

    r82 r87  
    22 * ctxhook.c - context hooks (kernel thread functions) for os2ahci
    33 *
    4  * Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the
    5  * Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers
     4 * Copyright (c) 2011 thi.guten Software Development
     5 * Copyright (c) 2011 Mensys B.V.
     6 *
     7 * Authors: Christian Mueller, Markus Thielen
     8 *
     9 * Parts copied from/inspired by the Linux AHCI driver;
     10 * those parts are (c) Linux AHCI/ATA maintainers
    611 *
    712 *  This program is free software; you can redistribute it and/or modify
     
    4954/******************************************************************************
    5055 * Port restart context hook. This context hook is executed at task time and
    51  * will handle ports which are stopped due to a device error condition. 
     56 * will handle ports which are stopped due to a device error condition.
    5257 *
    5358 * The following conditions may exist:
     
    257262 *                       execution. This is primarily used for timeout
    258263 *                       handling and when IORBs are requested to be aborted.
    259  * 
     264 *
    260265 * After resetting the requested ports, all remaining active IORBs on those
    261266 * ports have to be retried or aborted. Whether a retry is attempted depends
     
    332337         * release the spinlock while doing so. The adapter is marked as
    333338         * 'busy' to prevent similar routines (e.g. an ahci port scan) from
    334          * interfering. 
     339         * interfering.
    335340         */
    336341        ai->busy = 1;
Note: See TracChangeset for help on using the changeset viewer.