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:	Thu, 4 Sep 2008 21:07:49 +0300 (EEST)
From:	ivaylo@...ans.net
To:	linux-kernel@...r.kernel.org
cc:	w@....eu
Subject: ICH9 AHCI support on 2.4.XX


Hello,

I Have Intel motherboard model DG33BU. It is with G33 chipset. There 
is, Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller,
on it. So I make small patch to support this controler in kernel (see 
bellow or the attached file). Probably it will work and on the 
other mobos with same chipset.


diff -ru a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
--- a/drivers/scsi/ahci.c       2008-01-01 14:06:40.000000000 +0200
+++ b/drivers/scsi/ahci.c       2008-05-02 01:35:49.000000000 +0300
@@ -285,6 +285,8 @@
           board_ahci }, /* ICH8M */
         { PCI_VENDOR_ID_INTEL, 0x282a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
           board_ahci }, /* ICH8M */
+       { PCI_VENDOR_ID_INTEL, 0x2922, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_ahci }, /* ICH9 */
         { 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
           board_ahci }, /* JMicron JMB360 */
         { 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,




Best Regards,
Ivaylo Josifov

Download attachment "ICH9.patch.gz" of type "APPLICATION/octet-stream" (252 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ