Changeset 196 for trunk/src/os2ahci/pci.c
- Timestamp:
- May 19, 2018, 5:28:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r190 r196 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013-201 6David Azarewicz6 * Copyright (c) 2013-2018 David Azarewicz 7 7 * 8 8 * Authors: Christian Mueller, Markus Thielen … … 477 477 pin = (int) ((val >> 8) & 0xff); 478 478 479 #if 0 479 480 i = 1; 480 481 if (irq==0 || irq==255) i = 0; … … 489 490 } 490 491 if (i==0) return; 492 #endif 491 493 492 494 /* make sure we got room in the adapter information array */
Note:
See TracChangeset
for help on using the changeset viewer.