Changeset 76 for trunk/src/os2ahci/pci.c
- Timestamp:
- Feb 18, 2011, 10:09:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r48 r76 409 409 UCHAR index; 410 410 UCHAR rc; 411 int ad_indx = 0; 411 412 int i; 412 413 … … 460 461 if (rc == OH_SUCCESS) { 461 462 /* found a device */ 463 if (ad_ignore & (1U << ad_indx++)) { 464 /* ignore this adapter */ 465 continue; 466 } 462 467 add_pci_device(pci_ids + i, &data); 463 468 if (++index > 180) {
Note:
See TracChangeset
for help on using the changeset viewer.