Ignore:
Timestamp:
Dec 12, 2017, 11:08:37 PM (8 years ago)
Author:
David Azarewicz
Message:

Fixed IOCtl pass-thru interface.
Cosmetic changes to user interface.
Removed old IBM smartctl exe from distribution.

File:
1 edited

Legend:

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

    r191 r193  
    504504  }
    505505
     506  if (ai->pci_vendor == PCI_VENDOR_ID_INTEL)
     507  {
     508    /* Adapter is not in AHCI mode and the spec says a COMRESET is
     509     * required when switching from SATA to AHCI mode and vice versa.
     510     */
     511    init_reset = 1;
     512  }
     513
    506514  /* some controllers need AHCI_EN to be written multiple times */
    507515  for (i = 0; i < 5; i++)
Note: See TracChangeset for help on using the changeset viewer.