Changeset 87 for trunk/src/os2ahci/pci.c


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

    r82 r87  
    22 * PCI.c - PCI constants and detection code for os2ahci driver
    33 *
    4  * Copyright (c) 2010 Christian Mueller, Markus Thielen.
    5  * Parts copied from/inspired by the LINUX ahci driver;
     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;
    610 * those parts are (c) Linux AHCI/ATA maintainers
    711 *
     
    479483          }
    480484        }
    481            
     485
    482486        if (already_found || (ad_ignore & (1U << ad_indx++))) {
    483487          /* ignore this device; it has either already been found via a
     
    676680  for (i = 0; i < sizeof(ad_info->rm_bars) / sizeof(*ad_info->rm_bars); i++) {
    677681    long len = bar_resource(bus, dev_func, &resource, i);
    678    
     682
    679683    if (len < 0) {
    680684      /* something went wrong */
Note: See TracChangeset for help on using the changeset viewer.