VirtualBox

Ignore:
Timestamp:
Sep 26, 2013 7:37:59 PM (11 years ago)
Author:
vboxsync
Message:

Storage/ATA,AHCI: Fix newer Linux kernels not detecting a disk as SSD. The ATA major version must be at least 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r47842 r48721  
    12571257    p[68] = RT_H2LE_U16(120); /* minimum PIO cycle time with IORDY flow control */
    12581258    if (   s->pDrvBlock->pfnDiscard
    1259         || s->cbSector != 512)
     1259        || s->cbSector != 512
     1260        || s->fNonRotational)
    12601261    {
    12611262        p[80] = RT_H2LE_U16(0x1f0); /* support everything up to ATA/ATAPI-8 ACS */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette