Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Willy Tarreau
On Wed, Jun 06, 2007 at 11:02:45PM +0200, Filippo Carletti wrote: > > Just for information, have you built it already ? > > I successfully built the kernel but I haven't tested it because I have > only an ICH8 based mb. OK fine. It will save me a build then. I do not have the hardware either. I

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Filippo Carletti
> Just for information, have you built it already ? I successfully built the kernel but I haven't tested it because I have only an ICH8 based mb. Ciao, Filippo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Willy Tarreau
On Wed, Jun 06, 2007 at 10:16:14PM +0200, Filippo Carletti wrote: > >>> The original patch contained also this lines (that I omitted): > >>> + /* JMicron-specific fixup: make sure we're in AHCI mode */ > >>> + if (pdev->vendor == 0x197b) > >>> +

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Filippo Carletti
>>> The original patch contained also this lines (that I omitted): >>> + /* JMicron-specific fixup: make sure we're in AHCI mode */ >>> + if (pdev->vendor == 0x197b) >>> + pci_write_config_byte(pdev, 0x41, 0xa1); >> NAK. Don't omit obviously needed lines, if you are

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Filippo Carletti
The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ + if (pdev-vendor == 0x197b) + pci_write_config_byte(pdev, 0x41, 0xa1); NAK. Don't omit obviously needed lines, if you are going to add

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Willy Tarreau
On Wed, Jun 06, 2007 at 10:16:14PM +0200, Filippo Carletti wrote: The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ + if (pdev-vendor == 0x197b) + pci_write_config_byte(pdev, 0x41, 0xa1);

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Filippo Carletti
Just for information, have you built it already ? I successfully built the kernel but I haven't tested it because I have only an ICH8 based mb. Ciao, Filippo - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-06 Thread Willy Tarreau
On Wed, Jun 06, 2007 at 11:02:45PM +0200, Filippo Carletti wrote: Just for information, have you built it already ? I successfully built the kernel but I haven't tested it because I have only an ICH8 based mb. OK fine. It will save me a build then. I do not have the hardware either. I

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-05 Thread Willy Tarreau
On Fri, Jun 01, 2007 at 07:40:54AM -0400, Jeff Garzik wrote: > Filippo Carletti wrote: > >This patch adds support for some chipsets in ahci driver. > >The list comes from a patch for redhat kernel 2.6.9-34. > >I only tested ICH8. > > > >The original patch contained also this lines (that I

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-05 Thread Willy Tarreau
On Fri, Jun 01, 2007 at 07:40:54AM -0400, Jeff Garzik wrote: Filippo Carletti wrote: This patch adds support for some chipsets in ahci driver. The list comes from a patch for redhat kernel 2.6.9-34. I only tested ICH8. The original patch contained also this lines (that I omitted): +

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-01 Thread Jeff Garzik
Filippo Carletti wrote: This patch adds support for some chipsets in ahci driver. The list comes from a patch for redhat kernel 2.6.9-34. I only tested ICH8. The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ +

[PATCH] 2.4.34 - Add some ahci pci ids

2007-06-01 Thread Filippo Carletti
This patch adds support for some chipsets in ahci driver. The list comes from a patch for redhat kernel 2.6.9-34. I only tested ICH8. The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ + if (pdev->vendor ==

[PATCH] 2.4.34 - Add some ahci pci ids

2007-06-01 Thread Filippo Carletti
This patch adds support for some chipsets in ahci driver. The list comes from a patch for redhat kernel 2.6.9-34. I only tested ICH8. The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ + if (pdev-vendor ==

Re: [PATCH] 2.4.34 - Add some ahci pci ids

2007-06-01 Thread Jeff Garzik
Filippo Carletti wrote: This patch adds support for some chipsets in ahci driver. The list comes from a patch for redhat kernel 2.6.9-34. I only tested ICH8. The original patch contained also this lines (that I omitted): + /* JMicron-specific fixup: make sure we're in AHCI mode */ +