Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 211481 Details for
Bug 249469
[msi, mmconf] Kernel 2.6.22.1-27.fc7 sata drive fails to mount
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
HPA patch from mandriva cooker kernel
linux-2.6-libata_broken_hpa_horkage.patch (text/plain), 1.45 KB, created by
Christopher Brown
on 2007-09-29 23:09:59 UTC
(
hide
)
Description:
HPA patch from mandriva cooker kernel
Filename:
MIME Type:
Creator:
Christopher Brown
Created:
2007-09-29 23:09:59 UTC
Size:
1.45 KB
patch
obsolete
>--- linux-2.6.22.orig/include/linux/libata.h 2007-09-29 22:02:17.000000000 +0100 >+++ linux-2.6.22/include/linux/libata.h 2007-09-29 22:08:43.000000000 +0100 >@@ -298,6 +298,7 @@ > ATA_HORKAGE_NODMA = (1 << 1), /* DMA problems */ > ATA_HORKAGE_NONCQ = (1 << 2), /* Don't use NCQ */ > ATA_HORKAGE_MAX_SEC_128 = (1 << 3), /* Limit max sects to 128 */ >+ ATA_HORKAGE_BROKEN_HPA = (1 << 4), /* Broken HPA */ > > /* DMA mask for user DMA control: User visible values do not > renumber */ >--- linux-2.6.22.orig/drivers/ata/libata-core.c 2007-09-29 22:00:50.000000000 +0100 >+++ linux-2.6.22/drivers/ata/libata-core.c 2007-09-29 22:07:40.000000000 +0100 >@@ -1943,8 +1943,9 @@ > dev->flags |= ATA_DFLAG_FLUSH_EXT; > } > >- if (ata_id_hpa_enabled(dev->id)) >- dev->n_sectors = ata_hpa_resize(dev); >+ if (!(dev->horkage & ATA_HORKAGE_BROKEN_HPA) && >+ ata_id_hpa_enabled(dev->id)) >+ dev->n_sectors = ata_hpa_resize(dev); > > /* config NCQ */ > ata_dev_config_ncq(dev, ncq_desc, sizeof(ncq_desc)); >@@ -3830,6 +3831,12 @@ > { "ST3160812AS", "3.AD", ATA_HORKAGE_NONCQ, }, > { "SAMSUNG HD401LJ", "ZZ100-15", ATA_HORKAGE_NONCQ, }, > >+ /* devices which puke on READ_NATIVE_MAX */ >+ { "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, }, >+ { "WDC WD3200JD-00KLB0", "WD-WCAMR1130137", ATA_HORKAGE_BROKEN_HPA }, >+ { "WDC WD2500JD-00HBB0", "WD-WMAL71490727", ATA_HORKAGE_BROKEN_HPA }, >+ { "MAXTOR 6L080L4", "A93.0500", ATA_HORKAGE_BROKEN_HPA }, >+ > /* End Marker */ > { } > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249469
:
160491
|
160492
|
160572
|
161292
| 211481