~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/ata/sata_vsc.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
                                       const struct pci_device_id *ent)
341
341
{
342
342
        static const struct ata_port_info pi = {
343
 
                .flags          = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
344
 
                                  ATA_FLAG_MMIO,
 
343
                .flags          = ATA_FLAG_SATA,
345
344
                .pio_mask       = ATA_PIO4,
346
345
                .mwdma_mask     = ATA_MWDMA2,
347
346
                .udma_mask      = ATA_UDMA6,