piix_probe_combined

Name

piix_probe_combined --  Determine if PATA and SATA are combined

Synopsis

void piix_probe_combined (struct pci_dev * pdev, unsigned int * mask);

Arguments

pdev

PCI device to examine

mask

(output) zero, PIIX_COMB_PRI or PIIX_COMB_SEC

Description

Determine if BIOS has secretly stuffed a PATA port into our otherwise-beautiful SATA PCI device.

LOCKING

Inherited from PCI layer (may sleep).