Bug 531264
Summary: | Marvell 88SE6121 PATA not recognized correctly | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | David Busby <d.busby> | ||||||
Component: | kernel | Assignee: | David Milburn <dmilburn> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 5.4 | CC: | ablishen, beto, jfeeney, john.robinson, kernel-maint, lmedinas, pertusus, peterm, sgallagh, wrowe | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | 455833 | Environment: | |||||||
Last Closed: | 2013-10-30 22:12:55 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
David Busby
2009-10-27 14:18:33 UTC
Created attachment 366274 [details]
archive file with output information
Attach on create failed, adding manually.
Would you please test kernel-2.6.18-172.el5.bz531264? It includes a backport of the upstream fix for BZ 455833. commit 5b66c829bf5c65663b2f68ee6b42f6e834cd39cd ahci, pata_marvell: play nicely together http://people.redhat.com/dmilburn/.bz531264/ Created attachment 369196 [details]
Outputs post deploy of supplied kernel
Unfortunately this does not appear to have resolved the issue, attached are the relevant outputs.
Cheers
D.Busby
I think your problem is slightly different than BZ 455833, the problem in 455833 was ahci driver claiming the marvell controller but not able to drive the PATA port. The upstream fix mentioned in Comment #2 includes a module parameter which allows the ahci driver to drive SATA ports controlled by the Marvell controller and pata_marvell driver to drive PATA ports controller by the Marvell controller. You should be able to edit /etc/modprobe.conf, add an entry for ahci before pata_marvell, and set the module parameter to allow ahci to drive the SATA drives. alias scsi_hostadapter ahci options ahci marvell_enable=1 Rebuild your initrd for the debug kernel (Comment #2) mv /boot/initrd-$(uname -r).img /boot/initrd-$(uname -r).img.backup mkinitrd -v -f /boot/initrd-$(uname -r).img $(uname -r) Reboot and let ahci driver drive the SATA ports, please see if your drives are recognized. This Bugzilla has been reviewed by Red Hat and is not planned on being addressed in Red Hat Enterprise Linux 5, and therefore is being closed. If this bug is critical to production systems, please contact your Red Hat support representative and provide a sufficient business justification in order to re-open it. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |