Changeset 193 for trunk/src/os2ahci/ahci.c
- Timestamp:
- Dec 12, 2017, 11:08:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r191 r193 504 504 } 505 505 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 506 514 /* some controllers need AHCI_EN to be written multiple times */ 507 515 for (i = 0; i < 5; i++)
Note:
See TracChangeset
for help on using the changeset viewer.