Bugzilla – Bug 292033
Add more device IDs to support ATI SB700 SATA controller completely
Last modified: 2007-08-02 09:57:36 UTC
Created attachment 151196 [details] SB700 SATA related Device IDs SLED11/SLED10 etc may fail to be installed on ATI SB700 when set "onchip SATA type" in BIOS into "AHCI" mode. There are four SATA related device IDs in SB700: 0x4390, SATA in IDE mode 0x4391, SATA in AHCI mode 0x4392, SATA in RAID mode with Promise non-Raid5 driver 0x4393, SATA in RAID mode with Promise Raid5 driver This is different from SB600, there is only one SATA Device ID in SB600, which is 0x4380. In the previous SATA patch to SB700(bug# 285044), we only add 0x4390. This patch provide the other three device IDs, otherwise Linux can NOT be installed when set SATA into "AHCI" mode in BIOS. Version-Release number of selected component (if applicable): All How reproducible: Always Steps to Reproduce: 1. Set "onchip SATA type" in BIOS into "AHCI" mode. 2. Install SLED10 Actual results: Fail to install this distribution Expected results: SLED10 should be installed on "AHCI" mode. Additional info: Could you please add this patch into SLED11 before it's release? We have sent this patch to kernel.org, and can post the upstream commit here when it is accepted.
These three bugs #291744, #292033, and #292034 are almost same except that I created them individually for openSUSE, SLED, SLES, so that we can trace them more clearly. Thanks. We hope that they can be applied into the next distros to be released such as openSUSE10.3/SLED11/SLES11. You may need to apply this patch manually into the distro, because we can NOT tell from which kernel version this patch will be included at this time.
upstream commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=badc2341579511a247f5993865aa68379e283c5c
SLES and SLED share the same kernel. Both will have a later kernel than 10.3. BTW, all of the bugs were filed against openSUSE 10.1; please use the proper products next time. *** This bug has been marked as a duplicate of bug 291744 ***
Hi Guys, Could you tell me from which SLED11 Alpha/Beta version, this patch will be included? So that we can test this Alpha/Beta version on board with SB700. Thanks.