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 144878 Details for
Bug 216961
[PATCH] No sound--ALSA audio drivers fail to load on boot of kernel-xen
[?]
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]
Alternate fix to enable sound in kernel-xen (x86_64). Possibly safer than prior.
linux-2.6-x86_64-swiotlb_dma_supported.patch (text/plain), 678 bytes, created by
mcnster
on 2007-01-05 03:42:59 UTC
(
hide
)
Description:
Alternate fix to enable sound in kernel-xen (x86_64). Possibly safer than prior.
Filename:
MIME Type:
Creator:
mcnster
Created:
2007-01-05 03:42:59 UTC
Size:
678 bytes
patch
obsolete
>diff -Naur linux-2.6.18.x86_64.orig/arch/i386/kernel/swiotlb.c linux-2.6.18.x86_64/arch/i386/kernel/swiotlb.c >--- linux-2.6.18.x86_64.orig/arch/i386/kernel/swiotlb.c 2007-01-04 17:58:42.000000000 -0700 >+++ linux-2.6.18.x86_64/arch/i386/kernel/swiotlb.c 2007-01-04 18:13:53.000000000 -0700 >@@ -654,7 +654,10 @@ > int > swiotlb_dma_supported (struct device *hwdev, u64 mask) > { >- return (mask >= ((1UL << IO_TLB_DMA_BITS) - 1)); >+ /* Supported if supplied mask is wider than IO_TLB_DMA width??? >+ Ze tricorder mus' be broken... -- MCN 2007/01/04 */ >+ /* return (mask >= ((1UL << IO_TLB_DMA_BITS) - 1)); */ >+ return 1; > } > > EXPORT_SYMBOL(swiotlb_init);
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 216961
:
141945
| 144878