mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix copy-paste bug, enabling SIM PMP support, when it was not really found.
Approved by: re (implicitly)
This commit is contained in:
parent
de985f6174
commit
3ccda2f312
1 changed files with 1 additions and 1 deletions
|
|
@ -1204,7 +1204,7 @@ ata_scan_bus(struct cam_periph *periph, union ccb *request_ccb)
|
|||
scan_info->request_ccb->ccb_h.path, 1);
|
||||
cts.ccb_h.func_code = XPT_SET_TRAN_SETTINGS;
|
||||
cts.type = CTS_TYPE_CURRENT_SETTINGS;
|
||||
cts.xport_specific.sata.pm_present = 1;
|
||||
cts.xport_specific.sata.pm_present = 0;
|
||||
cts.xport_specific.sata.valid = CTS_SATA_VALID_PM;
|
||||
xpt_action((union ccb *)&cts);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue