1. 11 7月, 2008 2 次提交
    • K
      Added Targa Visionary 1000 IDE adapter to pata_sis.c · edb80471
      Kai Krakow 提交于
      This enables short 40-wire detection for my laptop thus
      enabling UDMA/100.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      edb80471
    • T
      libata-acpi: filter out DIPM enable · b344991a
      Tejun Heo 提交于
      Some BIOSen enable DIPM via _GTF which causes command timeouts under
      certain configuration.  This didn't occur on 2.6.25 because 2.6.25
      defaulted to SRST, so _GTF wasn't executed during boot probe, so ahci
      host reset disabled DIPM and as _GTF wasn't executed after SRST, DIPM
      wasn't enabled.  On 2.6.26, hardreset is used during probe and after
      probe _GTF is executed enabling DIPM and thus the failures.
      
      This patch could theoretically disable DIPM on machines which used to
      have it enabled on 2.6.25 but AFAIK ahci is currently the only driver
      which uses SATA ACPI hierarchy (_SDD) and as the host reset would have
      always disabled DIPM, this shouldn't happen.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      b344991a
  2. 09 7月, 2008 14 次提交
  3. 08 7月, 2008 5 次提交
  4. 07 7月, 2008 8 次提交
  5. 06 7月, 2008 11 次提交