Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-10-02 Thread Jeff Garzik
Peer Chen wrote: Code change, remove some Device IDs. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-24 10:08:03.0 -0400 @@ -472,6 +472,14 @@ static

Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-10-02 Thread Jeff Garzik
Peer Chen wrote: Code change, remove some Device IDs. Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-24 10:08:03.0 -0400 @@ -472,6 +472,14 @@ static const

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-24 Thread Peer Chen
¼þÈË£ºPeer Chen ³­ËÍ£ºAlan Cox; linux-kernel; linux-ide; akpm; jeff Ö÷Ì⣺Re: [PATCH] ahci: Add MCP79 support to AHCI driver Hello. Peer Chen wrote: > Code change, remove some Device IDs. > Signed-off-by: Peer Chen <[EMAIL PROTECTED]> > --- > --- linux-2.6.23-rc7/drivers/ata/ahci.

Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-24 Thread Sergei Shtylyov
Hello. Peer Chen wrote: Code change, remove some Device IDs. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-24 10:08:03.0 -0400 @@ -472,6 +472,14 @@

Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-24 Thread Sergei Shtylyov
Hello. Peer Chen wrote: Code change, remove some Device IDs. Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-24 10:08:03.0 -0400 @@ -472,6 +472,14 @@

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-24 Thread Peer Chen
¼þÈË£ºPeer Chen ³­ËÍ£ºAlan Cox; linux-kernel; linux-ide; akpm; jeff Ö÷Ì⣺Re: [PATCH] ahci: Add MCP79 support to AHCI driver Hello. Peer Chen wrote: Code change, remove some Device IDs. Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig 2007-09-20 11:01

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-23 Thread Peer Chen
] ahci: Add MCP79 support to AHCI driver On Fri, 21 Sep 2007 14:06:10 +0800 "Peer Chen" <[EMAIL PROTECTED]> wrote: > Add the MCP79 support to ahci driver. > The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are standard ahci devices will the

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-23 Thread Peer Chen
-ide; akpm; jeff Ö÷Ì⣺Re: [PATCH] ahci: Add MCP79 support to AHCI driver On Fri, 21 Sep 2007 14:06:10 +0800 "Peer Chen" <[EMAIL PROTECTED]> wrote: > Add the MCP79 support to ahci driver. > The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-23 Thread Peer Chen
-ide; akpm; jeff Ö÷Ì⣺Re: [PATCH] ahci: Add MCP79 support to AHCI driver On Fri, 21 Sep 2007 14:06:10 +0800 Peer Chen [EMAIL PROTECTED] wrote: Add the MCP79 support to ahci driver. The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are standard ahci devices will the class

Re: Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-23 Thread Peer Chen
MCP79 support to AHCI driver On Fri, 21 Sep 2007 14:06:10 +0800 Peer Chen [EMAIL PROTECTED] wrote: Add the MCP79 support to ahci driver. The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are standard ahci devices will the class match get them anyway ? - To unsubscribe

Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-21 Thread Alan Cox
On Fri, 21 Sep 2007 14:06:10 +0800 "Peer Chen" <[EMAIL PROTECTED]> wrote: > Add the MCP79 support to ahci driver. > The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are standard ahci devices will the class match get them anyway ? - To unsubscrib

[PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-21 Thread Peer Chen
Add the MCP79 support to ahci driver. The patch base on kernel 2.6.23-rc7 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-21 13:54:58.0 -0400 @@

[PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-21 Thread Peer Chen
Add the MCP79 support to ahci driver. The patch base on kernel 2.6.23-rc7 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0 -0400 +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-21 13:54:58.0 -0400 @@ -472,6

Re: [PATCH] ahci: Add MCP79 support to AHCI driver

2007-09-21 Thread Alan Cox
On Fri, 21 Sep 2007 14:06:10 +0800 Peer Chen [EMAIL PROTECTED] wrote: Add the MCP79 support to ahci driver. The patch base on kernel 2.6.23-rc7 Is this actually needed or as they are standard ahci devices will the class match get them anyway ? - To unsubscribe from this list: send the line