Re: Re: [PATCH]quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platform

2008-01-11 Thread peerchen
According to HT spec, to get message interrupt from devices mapped to HT interrupt message, the 'En' bit of MSI Mapping capability need to be set. The patch do this setting in quirks code for the devices on HT-based nvidia platform. Signed-off-by: Andy Currid <[EMAIL PROTECTED]>

Re: Re: [PATCH]quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platform

2008-01-11 Thread peerchen
According to HT spec, to get message interrupt from devices mapped to HT interrupt message, the 'En' bit of MSI Mapping capability need to be set. The patch do this setting in quirks code for the devices on HT-based nvidia platform. Signed-off-by: Andy Currid [EMAIL PROTECTED] Signed-off-by:

[PATCH]quirks: set 'En' bit of MSI Mapping for devices on HT-based nvidia platform

2008-01-10 Thread peerchen
Signed-off-by: Andy Currid <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.24-rc7/drivers/pci/quirks.c.orig 2008-01-09 16:37:36.0 -0500 +++ linux-2.6.24-rc7/drivers/pci/quirks.c 2008-01-10 15:03:09.0 -0500 @@ -1705,6 +1705,70 @@ static

[PATCH]quirks: set 'En' bit of MSI Mapping for devices on HT-based nvidia platform

2008-01-10 Thread peerchen
Signed-off-by: Andy Currid [EMAIL PROTECTED] Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.24-rc7/drivers/pci/quirks.c.orig 2008-01-09 16:37:36.0 -0500 +++ linux-2.6.24-rc7/drivers/pci/quirks.c 2008-01-10 15:03:09.0 -0500 @@ -1705,6 +1705,70 @@ static void

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

2007-12-18 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. Set the 'En' bit when setup pci and add the quirk for some nvidia devices. The patch base on kernel 2.6.24-rc5 Signed-off-by: Andy Currid <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- diff

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

2007-12-18 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. Set the 'En' bit when setup pci and add the quirk for some nvidia devices. The patch base on kernel 2.6.24-rc5 Signed-off-by: Andy Currid [EMAIL PROTECTED] Signed-off-by: Peer Chen [EMAIL PROTECTED] --- diff

[PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c

2007-12-03 Thread peerchen
Add the device IDs of legacy mode of MCP79 AHCI controller to ahci.c The patch base on kernel 2.6.24-rc3 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- --- linux-2.6.24-rc3/drivers/ata/ahci.c.orig2007-12-03 16:20:15.0 -0500 +++ linux-2.6.24-rc3/drivers/ata/ahci.c 2007-12-03

[PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c

2007-12-03 Thread peerchen
Add the device IDs of legacy mode of MCP79 AHCI controller to ahci.c The patch base on kernel 2.6.24-rc3 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.24-rc3/drivers/ata/ahci.c.orig2007-12-03 16:20:15.0 -0500 +++ linux-2.6.24-rc3/drivers/ata/ahci.c 2007-12-03

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

2007-11-24 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. So it should be set when enable the MSI. The patch base on kernel 2.6.24-rc3 Signed-off-by: Andy Currid <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- ---

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

2007-11-24 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. So it should be set when enable the MSI. The patch base on kernel 2.6.24-rc3 Signed-off-by: Andy Currid <[EMAIL PROTECTED]> Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- ---

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

2007-11-24 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. So it should be set when enable the MSI. The patch base on kernel 2.6.24-rc3 Signed-off-by: Andy Currid [EMAIL PROTECTED] Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.24-rc3/drivers/pci/msi.c.orig

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

2007-11-24 Thread peerchen
According to the HyperTransport spec, 'En' indicate if the MSI Mapping is active. So it should be set when enable the MSI. The patch base on kernel 2.6.24-rc3 Signed-off-by: Andy Currid [EMAIL PROTECTED] Signed-off-by: Peer Chen [EMAIL PROTECTED] --- ---

[PATCH] sata_nv: add the wildcard support for ahci legacy mode

2007-10-08 Thread peerchen
Add the wildcard support to sata_nv driver for those new ahci controllers being configured as IDE/RAID mode and also their DIDs haven't been added into ahci driver. The patch base on kernel 2.6.23-rc9 Signed-off-by: Peer Chen <[EMAIL PROTECTED]> --- ---

[PATCH] sata_nv: add the wildcard support for ahci legacy mode

2007-10-08 Thread peerchen
Add the wildcard support to sata_nv driver for those new ahci controllers being configured as IDE/RAID mode and also their DIDs haven't been added into ahci driver. The patch base on kernel 2.6.23-rc9 Signed-off-by: Peer Chen [EMAIL PROTECTED] --- --- linux-2.6.23-rc9/drivers/ata/sata_nv.c.orig