lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 25 May 2007 19:00:05 +0800
From:	"Henry Su" <henry.su@....com>
To:	"Jeff Garzik" <jeff@...zik.org>
Cc:	<alan@...rguk.ukuu.org.uk>, <greg@...ah.com>, <bzolnier@...il.com>,
	<linux-kernel@...r.kernel.org>, <linux-ide@...r.kernel.org>,
	<xiaosuzi520@...mail.com>
Subject: RE: [patch] Add the device IDs for AMD/ATI SB700

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:jeff@...zik.org] 
Sent: Friday, May 25, 2007 3:13 PM
To: Henry Su
Cc: alan@...rguk.ukuu.org.uk; greg@...ah.com; bzolnier@...il.com; linux-kernel@...r.kernel.org; linux-ide@...r.kernel.org; xiaosuzi520@...mail.com
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






Download attachment "IDE.patch" of type "application/octet-stream" (519 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ