1ATA_FORCE_CBL(9) libata Core Internals ATA_FORCE_CBL(9)
2
3
4
6 ata_force_cbl - force cable type according to libata.force
7
9 void ata_force_cbl(struct ata_port * ap);
10
12 ap
13 ATA port of interest
14
16 Force cable type according to libata.force and whine about it. The last
17 entry which has matching port number is used, so it can be specified as
18 part of device force parameters. For example, both “a:40c,1.00:udma4”
19 and “1.00:40c,udma4” have the same effect.
20
22 EH context.
23
25 Jeff Garzik
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 ATA_FORCE_CBL(9)