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

    r86 r87  
    22 * ahci.c - ahci hardware access functions
    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
     
    15821587  ai->ports[p].devs[d].removable = (id_buf[ATA_ID_CONFIG] & 0x0080U) != 0;
    15831588  ai->ports[p].devs[d].dev_type  = UIB_TYPE_DISK;
    1584  
     1589
    15851590  if (id_buf[ATA_ID_CONFIG] & 0x8000U) {
    15861591    /* this is an ATAPI device; augment device information */
Note: See TracChangeset for help on using the changeset viewer.