RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2008-01-06 Thread Peer Chen
Eric, Any decision for this patch, if not, currently we prefer to add all our code to quirks.c. BRs Peer Chen -Original Message- From: Peer Chen Sent: Wednesday, January 02, 2008 5:58 PM To: 'Eric W. Biederman' Cc: peerchen; linux-kernel; akpm; Andy Currid Subject: RE: [PATCH] msi: set

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2008-01-06 Thread Peer Chen
Eric, Any decision for this patch, if not, currently we prefer to add all our code to quirks.c. BRs Peer Chen -Original Message- From: Peer Chen Sent: Wednesday, January 02, 2008 5:58 PM To: 'Eric W. Biederman' Cc: peerchen; linux-kernel; akpm; Andy Currid Subject: RE: [PATCH] msi: set

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2008-01-02 Thread Peer Chen
I think it's more reasonable to only apply this rule onto AMD platform. BRs Peer Chen -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Monday, December 24, 2007 7:49 PM To: Peer Chen Cc: peerchen; linux-kernel; akpm; Andy Currid Subject: Re: [PATCH] msi: set

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2008-01-02 Thread Peer Chen
I think it's more reasonable to only apply this rule onto AMD platform. BRs Peer Chen -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Monday, December 24, 2007 7:49 PM To: Peer Chen Cc: peerchen; linux-kernel; akpm; Andy Currid Subject: Re: [PATCH] msi: set

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2007-12-24 Thread Peer Chen
I feel it's dangerous to set the En bit on Intel platform, If the HT MSI En is set, the MSI should be expected to transform to HT INT message format. It may cause interrupt lost or hardware internal state machine failed depend on the hardware design. BRs Peer Chen -Original Message- From

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2007-12-24 Thread Peer Chen
I feel it's dangerous to set the En bit on Intel platform, If the HT MSI En is set, the MSI should be expected to transform to HT INT message format. It may cause interrupt lost or hardware internal state machine failed depend on the hardware design. BRs Peer Chen -Original Message- From

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2007-12-20 Thread Peer Chen
The quirk is for our Intel platform, we don't want HT MSI mapping enabled in any of our devices. BRs Peer Chen -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 5:59 AM To: peerchen Cc: linux-kernel; akpm; Andy Currid; Peer Chen

RE: [PATCH] msi: set 'En' bit of MSI Mapping Capability

2007-12-20 Thread Peer Chen
The quirk is for our Intel platform, we don't want HT MSI mapping enabled in any of our devices. BRs Peer Chen -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 5:59 AM To: peerchen Cc: linux-kernel; akpm; Andy Currid; Peer Chen

RE: [PATCH 1/2] msi: set 'En' bit of MSI Mapping Capability on HT platform

2007-11-25 Thread Peer Chen
} else + bridge_dev = bridge_dev->bus->self; + } + + return 1; + } BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 2:34 AM To: peerchen Cc: linux-kernel; akpm; Pee

RE: [PATCH 1/2] msi: set 'En' bit of MSI Mapping Capability on HT platform

2007-11-25 Thread Peer Chen
+ bridge_dev = bridge_dev-bus-self; + } + + return 1; + } BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 2:34 AM To: peerchen Cc: linux-kernel; akpm; Peer Chen; Andy Currid

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-21 Thread peer chen
. 2007/10/19, Jeff Garzik <[EMAIL PROTECTED]>: > peer chen wrote: > > Ok,I agree to use AHCI driver for our AHCI controllers no matter their > > class codes are IDE/RAID/AHCI. But for those new or upcoming AHCI > > controller which DIDs are not included in ahci.c and also

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-21 Thread peer chen
. 2007/10/19, Jeff Garzik [EMAIL PROTECTED]: peer chen wrote: Ok,I agree to use AHCI driver for our AHCI controllers no matter their class codes are IDE/RAID/AHCI. But for those new or upcoming AHCI controller which DIDs are not included in ahci.c and also IDE/RAID mode being set in BIOS

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-19 Thread peer chen
://lkml.org/lkml/2007/10/8/93 can be appied for this case. Any comments? 2007/10/19, Jeff Garzik <[EMAIL PROTECTED]>: > peer chen wrote: > > I hope one of the following patches can be merged to 2.6.24. > > == > > http://lkml.org/lkml/2007/10/8/93 >

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-19 Thread peer chen
://lkml.org/lkml/2007/10/8/93 can be appied for this case. Any comments? 2007/10/19, Jeff Garzik [EMAIL PROTECTED]: peer chen wrote: I hope one of the following patches can be merged to 2.6.24. == http://lkml.org/lkml/2007/10/8/93 http://lkml.org/lkml/2007/9/25/20

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-16 Thread peer chen
feature no matter the problem is caused by drive or controller. 2007/10/13, Jeff Garzik <[EMAIL PROTECTED]>: > Peer Chen wrote: > > Add the ahci controller legacy mode support to sata_nv. > > Move the DIDs of legacy mode from ahci.c to sata_nv.c > > > > Th

Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-10-16 Thread peer chen
feature no matter the problem is caused by drive or controller. 2007/10/13, Jeff Garzik [EMAIL PROTECTED]: Peer Chen wrote: Add the ahci controller legacy mode support to sata_nv. Move the DIDs of legacy mode from ahci.c to sata_nv.c The patch base on kernel 2.6.23-rc8 Signed-off-by: Peer

Re: Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-25 Thread Peer Chen
driver for legacy mode won't affect user to enjoy the feature of AHCI,just select AHCI/RAID mode will ok. As I know, Intel did it in the same way,and I think it's reasonable. -- Peer Chen 2007-09-25

Re: Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-25 Thread Peer Chen
. Peer Chen 2007-09-25 - ·¢¼þÈË£ºJeff Garzik ·¢ËÍÈÕÆÚ£º2007-09-25 15:08:45 ÊÕ¼þÈË£ºPeer Chen ³­ËÍ£ºlinux-kernel; linux-ide; akpm Ö÷Ì⣺Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

Re: Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-25 Thread Peer Chen
. Peer Chen 2007-09-25 - ·¢¼þÈË£ºJeff Garzik ·¢ËÍÈÕÆÚ£º2007-09-25 15:08:45 ÊÕ¼þÈË£ºPeer Chen ³­ËÍ£ºlinux-kernel; linux-ide; akpm Ö÷Ì⣺Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

Re: Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-25 Thread Peer Chen
driver for legacy mode won't affect user to enjoy the feature of AHCI,just select AHCI/RAID mode will ok. As I know, Intel did it in the same way,and I think it's reasonable. -- Peer Chen 2007-09-25

[PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-24 Thread Peer Chen
Add the ahci controller legacy mode support to sata_nv. Move the DIDs of legacy mode from ahci.c to sata_nv.c The patch base on kernel 2.6.23-rc8 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- diff -uprN -X linux-2.6.23-rc8-vanilla/Documentation/dontdiff linux-2.6.23-rc8-vanilla/drive

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

2007-09-24 Thread Peer Chen
Yes,they all belong to AHCI controllers, 4 of them use ahci class code and others use RAID class code. -- Peer Chen 2007-09-25 - ·¢¼þÈË£ºSergei Shtylyov ·¢ËÍÈÕÆÚ£º2007-09-24 20:53:44 ÊÕ

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

2007-09-24 Thread Peer Chen
Yes,they all belong to AHCI controllers, 4 of them use ahci class code and others use RAID class code. -- Peer Chen 2007-09-25 - ·¢¼þÈË£ºSergei Shtylyov ·¢ËÍÈÕÆÚ£º2007-09-24 20:53:44 ÊÕ

[PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv

2007-09-24 Thread Peer Chen
Add the ahci controller legacy mode support to sata_nv. Move the DIDs of legacy mode from ahci.c to sata_nv.c The patch base on kernel 2.6.23-rc8 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- diff -uprN -X linux-2.6.23-rc8-vanilla/Documentation/dontdiff linux-2.6.23-rc8-vanilla/drivers/ata

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

2007-09-23 Thread Peer Chen
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-23 Thread Peer Chen
Yes,it's necessary because our RAID controller also use the ahci driver. -- Peer Chen 2007-09-24 - ·¢¼þÈË£ºAlan Cox ·¢ËÍÈÕÆÚ£º2007-09-21 18:32:09 ÊÕ¼þÈË£ºPeer Chen ³­ËÍ£ºlinux-kernel; linux

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

2007-09-23 Thread Peer Chen
Yes,it's necessary because our RAID controller also use the ahci driver. -- Peer Chen 2007-09-24 - ·¢¼þÈË£ºAlan Cox ·¢ËÍÈÕÆÚ£º2007-09-21 18:32:09 ÊÕ¼þÈË£ºPeer Chen ³­ËÍ£ºlinux-kernel; linux

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

2007-09-23 Thread Peer Chen
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 struct

[PATCH] alsa: Add the MCP79 support to hda_intel driver

2007-09-21 Thread Peer Chen
Resend the patch for description modification and send to correct alsa maillist. Add the MCP79 support to hda driver. The patch base on kernel 2.6.23-rc7 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/sound/pci/hda/hda_intel.c.orig 2007-09-20 15:40:51.0

[PATCH] alsa: Add the MCP79 support to hda_intel driver

2007-09-21 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/sound/pci/hda/hda_intel.c.orig 2007-09-20 15:40:51.0 -0400 +++ linux-2.6.23-rc7/sound/pci/hda/hda_intel.c 2007-09-21

[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] alsa: Add the MCP79 support to hda_intel driver

2007-09-21 Thread Peer Chen
Resend the patch for description modification and send to correct alsa maillist. Add the MCP79 support to hda driver. The patch base on kernel 2.6.23-rc7 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/sound/pci/hda/hda_intel.c.orig 2007-09-20 15:40:51.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

[PATCH] alsa: Add the MCP79 support to hda_intel driver

2007-09-21 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/sound/pci/hda/hda_intel.c.orig 2007-09-20 15:40:51.0 -0400 +++ linux-2.6.23-rc7/sound/pci/hda/hda_intel.c 2007-09-21 13:50:33.0

[PATCH] ahci: enable GHC.AE bit before set GHC.HR

2007-09-20 Thread Peer Chen
According to the description of section 5.2.2.1 and 10.1.2 of AHCI specification rev1_1/rev1_2, GHC.HR shall only be set to ¡®1¡¯ by software when GHC.AE is set to ¡®1¡¯. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20

[PATCH] ahci: enable GHC.AE bit before set GHC.HR

2007-09-20 Thread Peer Chen
According to the description of section 5.2.2.1 and 10.1.2 of AHCI specification rev1_1/rev1_2, GHC.HR shall only be set to ¡®1¡¯ by software when GHC.AE is set to ¡®1¡¯. Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig2007-09-20 11:01:55.0

RE: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-07-08 Thread Peer Chen
It's a rule for all our drivers not just for linux, also if we put the Maxtor drive to the blacklist so that its NCQ function won't be enable for all controllers of other vendors,but we don't have the strong evidence that those Maxtor HDDs are also broken for other controllers. BRs Peer Chen

RE: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-07-08 Thread Peer Chen
It's a rule for all our drivers not just for linux, also if we put the Maxtor drive to the blacklist so that its NCQ function won't be enable for all controllers of other vendors,but we don't have the strong evidence that those Maxtor HDDs are also broken for other controllers. BRs Peer Chen

RE: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-06-27 Thread Peer Chen
and normal operation continues. However, some Maxtor NCQ drives do not re-transmit the DMASETUP command packet, resulting in software timeout for this command. So if you are using the Maxtor HD and meet this problem,please don't enable the NCQ function. BRs Peer Chen -Original Message- From

RE: [PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-06-27 Thread Peer Chen
and normal operation continues. However, some Maxtor NCQ drives do not re-transmit the DMASETUP command packet, resulting in software timeout for this command. So if you are using the Maxtor HD and meet this problem,please don't enable the NCQ function. BRs Peer Chen -Original Message- From

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.22-rc4/sound/pci/hda/hda_intel.c.orig +++ linux-2.6.22-rc4/sound/pci/hda/hda_intel.c @@ -1788,6 +1788,12 @@ static struct pci_device_id a

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> -- --- linux-2.6.22-rc4/sound/pci/hda/hda_intel.c.orig +++ linux-2.6.22-rc4/sound/pci/hda/hda_intel.c @@ -1788,6 +1

[PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the PATA controller device ID to pci_ids.h for MCP73/MCP77. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> -- --- linux-2.6.22-rc4/include/linux/pci_ids.h.orig +++ linux-2.6.22-rc4/include/linux/pci

[PATCH 2/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to PATA driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.22-rc4/drivers/ide/pci/amd74xx.c.orig +++ linux-2.6.22-rc4/drivers/ide/pci/amd74xx.c @@ -76,6

[PATCH 1/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to PATA driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.22-rc4/drivers/ata/pata_amd.c.orig +++ linux-2.6.22-rc4/drivers/ata/pata_amd.c @@ -693,6 +693,8 @@

[PATCH] ahci: Add MCP73/MCP77 support to AHCI driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to ahci driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- linux-2.6.22-rc4/drivers/ata/ahci.c.orig +++ linux-2.6.22-rc4/drivers/ata/ahci.c @@ -426,6 +426,30 @@ static

[PATCH] ahci: Add MCP73/MCP77 support to AHCI driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to ahci driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- linux-2.6.22-rc4/drivers/ata/ahci.c.orig +++ linux-2.6.22-rc4/drivers/ata/ahci.c @@ -426,6 +426,30 @@ static const

[PATCH 1/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to PATA driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.22-rc4/drivers/ata/pata_amd.c.orig +++ linux-2.6.22-rc4/drivers/ata/pata_amd.c @@ -693,6 +693,8 @@ static

[PATCH 2/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to PATA driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.22-rc4/drivers/ide/pci/amd74xx.c.orig +++ linux-2.6.22-rc4/drivers/ide/pci/amd74xx.c @@ -76,6 +76,8

[PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the PATA controller device ID to pci_ids.h for MCP73/MCP77. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] -- --- linux-2.6.22-rc4/include/linux/pci_ids.h.orig +++ linux-2.6.22-rc4/include/linux/pci_ids.h

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] -- --- linux-2.6.22-rc4/sound/pci/hda/hda_intel.c.orig +++ linux-2.6.22-rc4/sound/pci/hda/hda_intel.c @@ -1788,6 +1788,12

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver

2007-06-07 Thread Peer Chen
Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.22-rc4/sound/pci/hda/hda_intel.c.orig +++ linux-2.6.22-rc4/sound/pci/hda/hda_intel.c @@ -1788,6 +1788,12 @@ static struct pci_device_id azx_ids

RE: MCP55 NCQ problem?

2007-05-31 Thread Peer Chen
Zoltan, What's your board's model number? Could you post the pci dump using 'lspci -xxx'? Thanks. BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 10:31 PM To: Zoltan Boszormenyi Cc: linux-kernel; Peer Chen; Kuan Luo Subject

RE: MCP55 NCQ problem?

2007-05-31 Thread Peer Chen
Zoltan, What's your board's model number? Could you post the pci dump using 'lspci -xxx'? Thanks. BRs Peer Chen -Original Message- From: Robert Hancock [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 10:31 PM To: Zoltan Boszormenyi Cc: linux-kernel; Peer Chen; Kuan Luo Subject

[PATCH] drivers/ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-05-17 Thread Peer Chen
Add the Software NCQ support to sata_nv.c for MCP51/MCP55/MCP61 SATA controller. This patch base on sata_nv.c file from kernel 2.6.22-rc1 See attachment for the patch. Signed-off-by: Kuan Luo <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL

[PATCH] drivers/ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61

2007-05-17 Thread Peer Chen
Add the Software NCQ support to sata_nv.c for MCP51/MCP55/MCP61 SATA controller. This patch base on sata_nv.c file from kernel 2.6.22-rc1 See attachment for the patch. Signed-off-by: Kuan Luo [EMAIL PROTECTED] Signed-off-by: Peer Chen [EMAIL PROTECTED] == See

RE: [PATCH] drivers/ata: correct a wrong free function for sata_nv driver

2007-05-15 Thread Peer Chen
Sorry for posting a fault patch,following is the right one. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> === --- linux-2.6.22-rc1/drivers/ata/sata_nv.c.orig +++ linux-2.6.22-rc1/drivers/ata/sata_nv.c @@ -1619,7 +1619,7 @@ static void nv_remove_one (struct

[PATCH] drivers/ata: correct a wrong free function for sata_nv driver

2007-05-15 Thread Peer Chen
ion to 'devm_kfree' will fix this bug. The patch base on kernel 2.6.22-rc1. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> = --- linux-2.6.22-rc1/drivers/ata/sata_nv.c.orig +++ linux-2.6.22-rc1/drivers/ata/sata_nv.c @@ -1619,7 +1619,7 @@ static void nv_r

[PATCH] drivers/ata: correct a wrong free function for sata_nv driver

2007-05-15 Thread Peer Chen
()' function to 'devm_kfree' will fix this bug. The patch base on kernel 2.6.22-rc1. Signed-off-by: Peer Chen [EMAIL PROTECTED] = --- linux-2.6.22-rc1/drivers/ata/sata_nv.c.orig +++ linux-2.6.22-rc1/drivers/ata/sata_nv.c @@ -1619,7 +1619,7 @@ static void nv_remove_one

RE: [PATCH] drivers/ata: correct a wrong free function for sata_nv driver

2007-05-15 Thread Peer Chen
Sorry for posting a fault patch,following is the right one. Signed-off-by: Peer Chen [EMAIL PROTECTED] === --- linux-2.6.22-rc1/drivers/ata/sata_nv.c.orig +++ linux-2.6.22-rc1/drivers/ata/sata_nv.c @@ -1619,7 +1619,7 @@ static void nv_remove_one (struct pci_de

RE: [PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group

2007-04-26 Thread Peer Chen
- From: Lennart Sorensen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 10:06 PM To: Peer Chen Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group On Wed, Apr 25

RE: [PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group

2007-04-26 Thread Peer Chen
- From: Lennart Sorensen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 10:06 PM To: Peer Chen Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group On Wed, Apr 25

[PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group

2007-04-24 Thread Peer Chen
nForce ehternet is a Gigabit NIC not 100M, move it to 1000M group to avoid the confusion. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- linux-2.6.21-rc7/drivers/net/Kconfig.orig +++ linux-2.6.21-rc7/drivers/net/Kconfig @@ -1399,35 +1399,6 @@ conf

[PATCH] drivers/ata: remove the wildcard from sata_nv driver

2007-04-24 Thread Peer Chen
Because nvidia SATA controllers onward base on AHCI, so wildcard in sata_nv driver is unnecessary. Also the wildcard sometimes cause sata_nv driver to be loaded for AHCI controllers,which is not as expected. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> = --- linux-2.6.

[PATCH] drivers/ata: remove the wildcard from sata_nv driver

2007-04-24 Thread Peer Chen
Because nvidia SATA controllers onward base on AHCI, so wildcard in sata_nv driver is unnecessary. Also the wildcard sometimes cause sata_nv driver to be loaded for AHCI controllers,which is not as expected. Signed-off-by: Peer Chen [EMAIL PROTECTED] = --- linux-2.6.21-rc7

[PATCH] drivers/net: move the nvidia forcedeth driver from 100M group to 1000M group

2007-04-24 Thread Peer Chen
nForce ehternet is a Gigabit NIC not 100M, move it to 1000M group to avoid the confusion. Signed-off-by: Peer Chen [EMAIL PROTECTED] --- linux-2.6.21-rc7/drivers/net/Kconfig.orig +++ linux-2.6.21-rc7/drivers/net/Kconfig @@ -1399,35 +1399,6 @@ config B44

RE: [PATCH 1/2] sata_nv & ahci: Move some IDs from sata_nv.c to ahci.c

2006-12-20 Thread Peer Chen
Thanks. BRs Peer Chen -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 3:20 AM To: Peer Chen Cc: linux-ide@vger.kernel.org; linux-kernel@vger.kernel.org; Andrew Morton Subject: Re: [PATCH 1/2] sata_nv & ahci: Move some IDs from sata_

RE: [PATCH 1/2] sata_nv ahci: Move some IDs from sata_nv.c to ahci.c

2006-12-20 Thread Peer Chen
Thanks. BRs Peer Chen -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 3:20 AM To: Peer Chen Cc: linux-ide@vger.kernel.org; linux-kernel@vger.kernel.org; Andrew Morton Subject: Re: [PATCH 1/2] sata_nv ahci: Move some IDs from sata_nv.c

RE: [PATCH 1/2] sata_nv & ahci: Move some IDs from sata_nv.c to ahci.c

2006-12-04 Thread Peer Chen
Resend the patch. The content of memory map io of BAR5 have been change from MCP65 then sata_nv can't work fine on the platform based on MCP65 and MCP67,so move their IDs from sata_nv.c to ahci.c. Please check attachment for new patch,thanks. Signed-off-by: Peer Chen <[EMAIL PROTEC

RE: [PATCH 1/2] sata_nv ahci: Move some IDs from sata_nv.c to ahci.c

2006-12-04 Thread Peer Chen
Resend the patch. The content of memory map io of BAR5 have been change from MCP65 then sata_nv can't work fine on the platform based on MCP65 and MCP67,so move their IDs from sata_nv.c to ahci.c. Please check attachment for new patch,thanks. Signed-off-by: Peer Chen [EMAIL PROTECTED

[PATCH 2/2] sata_nv & ahci: Move some IDs from sata_nv.c to ahci.c

2006-11-30 Thread Peer Chen
Move the device IDs of MCP65/MCP67 from sata_nv.c to ahci.c. The patch will be applied to kernel 2.6.19. Please check attachment for the patch. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> BRs Pee

[PATCH 1/2] sata_nv & ahci: Move some IDs from sata_nv.c to ahci.c

2006-11-30 Thread Peer Chen
Move the device IDs of MCP65/MCP67 from sata_nv.c to ahci.c. The patch will be applied to kernel 2.6.19. Please check attachment for the patch. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> BRs Pee

[PATCH 2/2] sata_nv ahci: Move some IDs from sata_nv.c to ahci.c

2006-11-30 Thread Peer Chen
Move the device IDs of MCP65/MCP67 from sata_nv.c to ahci.c. The patch will be applied to kernel 2.6.19. Please check attachment for the patch. Signed-off-by: Peer Chen [EMAIL PROTECTED] BRs Peer Chen

[PATCH 1/2] sata_nv ahci: Move some IDs from sata_nv.c to ahci.c

2006-11-30 Thread Peer Chen
Move the device IDs of MCP65/MCP67 from sata_nv.c to ahci.c. The patch will be applied to kernel 2.6.19. Please check attachment for the patch. Signed-off-by: Peer Chen [EMAIL PROTECTED] BRs Peer Chen

RE: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c

2006-11-17 Thread Peer Chen
Takashi: When this patch will be included into the -mm tree? Is it possible to be included in kernel source before final release of kernel 2.6.19. BRs Peer Chen -Original Message- From: Takashi Iwai [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 12:02 AM To: Randy Dunlap

RE: [PATCH] SCSI: Add the SGPIO support for sata_nv.c

2006-11-17 Thread Peer Chen
I didn't get any comment from you guys for new patch, does someone take care this patch, do we still need some modification upon it? Or do we need re-submit it in other thread? BRs Peer Chen -Original Message- From: Peer Chen Sent: Tuesday, November 07, 2006 5:55 PM To: 'Christoph

RE: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c

2006-11-17 Thread Peer Chen
Takashi: When this patch will be included into the -mm tree? Is it possible to be included in kernel source before final release of kernel 2.6.19. BRs Peer Chen -Original Message- From: Takashi Iwai [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 12:02 AM To: Randy Dunlap

RE: [PATCH] SCSI: Add the SGPIO support for sata_nv.c

2006-11-17 Thread Peer Chen
I didn't get any comment from you guys for new patch, does someone take care this patch, do we still need some modification upon it? Or do we need re-submit it in other thread? BRs Peer Chen -Original Message- From: Peer Chen Sent: Tuesday, November 07, 2006 5:55 PM To: 'Christoph

Re: Re: [patch] net/tulip: LAN driver for ULI M5261/M5263

2005-08-16 Thread Peer . Chen
Jeff: The attached file is the incremental patch to the original uli526x.c I send you first time, I modify the source according to your advice, thanks. Signed-off-by: Peer Chen <[EMAIL PROTECTED]> (See attached file: patch_uli526x_inc) Best Regard

Re: Re: [patch] net/tulip: LAN driver for ULI M5261/M5263

2005-08-16 Thread Peer . Chen
Jeff: The attached file is the incremental patch to the original uli526x.c I send you first time, I modify the source according to your advice, thanks. Signed-off-by: Peer Chen [EMAIL PROTECTED] (See attached file: patch_uli526x_inc) Best Regards Peer