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>] [day] [month] [year] [list]
Date:	Mon, 30 Apr 2007 10:47:56 +0800
From:	"Henry Su" <henry.su@....com>
To:	<mj@....cz>
Cc:	<linux-kernel@...r.kernel.org>
Subject: [patch] Add the combined mode for ATI SB700

From: henry.su@....com
Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one
more mode:the combined mode. \
The combined mode is a Legacy IDE mode used for compatibility with some
old OS without AHCI driver, \
but now it is not necessary for Linux since the kernel has supported
AHCI. 
Signed-off-by: Luugi Marsan <luugi.marsan@....com>
------------------------------------
diff -Nur linux-2.6.21.orig/include/linux/pci_ids.h
linux-2.6.21/include/linux/pci_ids.h
--- linux-2.6.21.orig/include/linux/pci_ids.h 2007-04-29
07:00:04.000000000 +0800
+++ linux-2.6.21/include/linux/pci_ids.h 2007-04-29 07:49:00.000000000 
+++ +0800
@@ -371,6 +371,7 @@
#define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381 
#define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 
#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c
+#define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390

#define PCI_VENDOR_ID_VLSI 0x1004
#define PCI_DEVICE_ID_VLSI_82C592 0x0005

diff -Nur linux-2.6.21.orig/drivers/pci/quirks.c
linux-2.6.21/drivers/pci/quirks.c
--- linux-2.6.21.orig/drivers/pci/quirks.c 2007-04-29 07:00:15.000000000
+0800
+++ linux-2.6.21/drivers/pci/quirks.c 2007-04-29 07:35:53.000000000 
+++ +0800
@@ -875,6 +875,7 @@
}
}
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI,
PCI_DEVICE_ID_ATI_IXP600_SATA, quirk_sb600_sata);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, 
+PCI_DEVICE_ID_ATI_IXP700_SATA, quirk_sb600_sata);

/*
* Serverworks CSB5 IDE does not fully support native mode




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ