hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/ata/libahci.c
....@@ -1454,7 +1454,7 @@
14541454 *class = ahci_dev_classify(ap);
14551455
14561456 /* re-enable FBS if disabled before */
1457
- if (fbs_disabled)
1457
+ if (fbs_disabled || (!ata_is_host_link(link) && pp->fbs_supported))
14581458 ahci_enable_fbs(ap);
14591459
14601460 DPRINTK("EXIT, class=%u\n", *class);