linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.33 ata_piix patch for Intel 82801GBM/GHM (ICH7) SATA
@ 2006-10-04 15:53 James E. Jarvis
  2006-10-04 16:23 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: James E. Jarvis @ 2006-10-04 15:53 UTC (permalink / raw)
  To: linux-ide

This patch needs testing. I do not have access (other than intermittent 
ssh access) to a Fujitsu Siemens Pi 1505 laptop running 2.4.33 Linux 
Kernel.

The following is a patch for the Intel Corporation 82801GBM/GHM (ICH7 
Family) Serial ATA Storage Controllers cc=AHCI (rev 02)
pc id = 8086:27c5 in the Linux 2.4.33 kernel

--- drivers/scsi/ata_piix.c~    Fri Aug 11 05:18:20 2006
+++ drivers/scsi/ata_piix.c     Wed Oct  4 16:11:36 2006
@@ -115,6 +115,7 @@
         { 0x8086, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata_rm },
         { 0x8086, 0x27c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },
         { 0x8086, 0x27c4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },
+       { 0x8086, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },
         { 0x8086, 0x2680, PCI_ANY_ID, PCI_ANY_ID, 0, 0, esb2_sata },

         { }     /* terminate list */


There was nothing obvious to update in quirks.c to my naive eyes.

    ----------------------------------
          James Jarvis BSc., PhD
       The University of Edinburgh
             0131 651 3095
     email 'james.jarvis@ed.ac.uk'
    http://homepages.ed.ac.uk/jjarvis/
    ----------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.33 ata_piix patch for Intel 82801GBM/GHM (ICH7) SATA
  2006-10-04 15:53 2.4.33 ata_piix patch for Intel 82801GBM/GHM (ICH7) SATA James E. Jarvis
@ 2006-10-04 16:23 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-10-04 16:23 UTC (permalink / raw)
  To: James E. Jarvis; +Cc: linux-ide

James E. Jarvis wrote:
> This patch needs testing. I do not have access (other than intermittent 
> ssh access) to a Fujitsu Siemens Pi 1505 laptop running 2.4.33 Linux 
> Kernel.
> 
> The following is a patch for the Intel Corporation 82801GBM/GHM (ICH7 
> Family) Serial ATA Storage Controllers cc=AHCI (rev 02)
> pc id = 8086:27c5 in the Linux 2.4.33 kernel
> 
> --- drivers/scsi/ata_piix.c~    Fri Aug 11 05:18:20 2006
> +++ drivers/scsi/ata_piix.c     Wed Oct  4 16:11:36 2006
> @@ -115,6 +115,7 @@
>         { 0x8086, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata_rm },
>         { 0x8086, 0x27c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },
>         { 0x8086, 0x27c4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },
> +       { 0x8086, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich7_sata },

Use the AHCI driver, as the above lspci output indicates...

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-04 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-04 15:53 2.4.33 ata_piix patch for Intel 82801GBM/GHM (ICH7) SATA James E. Jarvis
2006-10-04 16:23 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).