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 210641 Details for
Bug 300861
sb600 system generates ATA errors during initscripts
[?]
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]
RHEL4 32bit DMA addressing fix
4jeff.patch (text/plain), 506 bytes, created by
Prarit Bhargava
on 2007-09-28 15:28:24 UTC
(
hide
)
Description:
RHEL4 32bit DMA addressing fix
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2007-09-28 15:28:24 UTC
Size:
506 bytes
patch
obsolete
>diff --git a/arch/x86_64/kernel/pci-gart.c b/arch/x86_64/kernel/pci-gart.c >index b71be6c..d5b8b44 100644 >--- a/arch/x86_64/kernel/pci-gart.c >+++ b/arch/x86_64/kernel/pci-gart.c >@@ -233,7 +233,7 @@ dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, > mmu = high; > if (force_iommu && !(gfp & GFP_DMA)) > mmu = 1; >- if (no_iommu || dma_mask < 0xffffffffUL) { >+ if (no_iommu || dma_mask <= 0xffffffffUL) { > if (high) { > if (!(gfp & GFP_DMA)) { > gfp |= GFP_DMA;
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 300861
:
210631
|
210641
|
229871
|
237431
|
237441
|
291697
|
301502
|
301603
|
312501