1. NAME

ata_dev_xfermask - Compute supported xfermask of the given device

2. SYNOPSIS

void ata_dev_xfermask(struct ata_device *  dev );

3. ARGUMENTS

dev
    Device to compute xfermask for

4. DESCRIPTION

Compute supported xfermask of dev and store it in dev->*_mask. This function is responsible for applying all known limits including host controller limits, device blacklist, etc...

5. LOCKING

None.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT