1. NAME

ata_force_cbl - force cable type according to libata.force

2. SYNOPSIS

void ata_force_cbl(struct ata_port *  ap );

3. ARGUMENTS

ap
    ATA port of interest

4. DESCRIPTION

Force cable type according to libata.force and whine about it. The last entry which has matching port number is used, so it can be specified as part of device force parameters. For example, both « a:40c,1.00:udma4 » and « 1.00:40c,udma4 » have the same effect.

5. LOCKING

EH context.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT