Ignore:
Timestamp:
May 19, 2018, 5:28:16 PM (7 years ago)
Author:
David Azarewicz
Message:

Changes to debug output for debug versions.
Removed interrupt requirement on init.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/pci.c

    r190 r196  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2016 David Azarewicz
     6 * Copyright (c) 2013-2018 David Azarewicz
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    477477  pin = (int) ((val >> 8) & 0xff);
    478478
     479  #if 0
    479480  i = 1;
    480481  if (irq==0 || irq==255) i = 0;
     
    489490  }
    490491  if (i==0) return;
     492  #endif
    491493
    492494  /* make sure we got room in the adapter information array */
Note: See TracChangeset for help on using the changeset viewer.