diff --git a/repos/os/src/drivers/ahci/ata_driver.h b/repos/os/src/drivers/ahci/ata_driver.h index 40459304dd..7762cab4a7 100644 --- a/repos/os/src/drivers/ahci/ata_driver.h +++ b/repos/os/src/drivers/ahci/ata_driver.h @@ -286,7 +286,9 @@ struct Ata_driver : Port_driver case IDENTIFY: - if (Port::Is::Dss::get(status) || Port::Is::Pss::get(status)) { + if (Port::Is::Dss::get(status) + || Port::Is::Pss::get(status) + || Port::Is::Dhrs::get(status)) { info.construct(device_info); serial.construct(*info); model.construct(*info);