Changeset 87 for trunk/src/os2ahci/pci.c
- Timestamp:
- Apr 29, 2011, 11:21:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r82 r87 2 2 * PCI.c - PCI constants and detection code for os2ahci driver 3 3 * 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; 6 10 * those parts are (c) Linux AHCI/ATA maintainers 7 11 * … … 479 483 } 480 484 } 481 485 482 486 if (already_found || (ad_ignore & (1U << ad_indx++))) { 483 487 /* ignore this device; it has either already been found via a … … 676 680 for (i = 0; i < sizeof(ad_info->rm_bars) / sizeof(*ad_info->rm_bars); i++) { 677 681 long len = bar_resource(bus, dev_func, &resource, i); 678 682 679 683 if (len < 0) { 680 684 /* something went wrong */
Note:
See TracChangeset
for help on using the changeset viewer.