Hi Jeff, I check the latest kernel source code with git, and find out that the SMBus patch has not been applied yet, and the patch for IDE has not been applied completely.one more device id should be added to pata_atiixp.c, l list the patch as following, or you can fetch it from the attached file, could you please apply this for me?
Thank you very much! Henry diff -Nur linux-2.6.21.1.orig/drivers/ata/pata_atiixp.c linux-2.6.21.1/drivers/ata/pata_atiixp.c --- linux-2.6.21.1.orig/drivers/ata/pata_atiixp.c 2007-05-16 13:27:49.764761000 +0800 +++ linux-2.6.21.1/drivers/ata/pata_atiixp.c 2007-05-16 13:37:47.014761000 +0800 @@ -283,6 +283,7 @@ { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP300_IDE), }, { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP400_IDE), }, { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP600_IDE), }, + { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP700_IDE), }, { }, }; -----Original Message----- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 3:13 PM To: Henry Su Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [patch] Add the device IDs for AMD/ATI SB700 Henry Su wrote: > Hi Jeff, > Thanks for your kindly help, I will fix the email next time. > Do you mean all the device IDs for ATI SB700 are added to the corresponding > files? > because I split this patch and resent four patches according to your last > suggestion, > if this patch is applied, another patches are not necessary now. Splitting up the patches helped us all. The AHCI, drivers/ide, and now pata_atiixp patches were applied by the respective maintainers. Let me know if you need a quick introduction to git, which is the main tool to watch the latest Linux kernel source code (it's like CVS, but better :)) I don't know about the SMBus patch, though. That may or may not have been applied. Jeff
IDE.patch
Description: IDE.patch