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/ioctl.c

    r86 r87  
    22 * ioctl.c - Generic IOCTL command processing
    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
     
    221226   * so we can use spinlocks to protect the time between checking the
    222227   * IORB_DONE flag and calling ProcBlock.
    223    * 
     228   *
    224229   * However, if OS2AHCI_SMP is not defined, we're emulating spinlocks
    225230   * via disabling interrupts and there's a sanity check in the emulation
Note: See TracChangeset for help on using the changeset viewer.