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 246891 Details for
Bug 356151
i810switch crashes 100% of the time on x86_64 Thinkpad x60
[?]
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]
Bugfix
i810switch.patch (text/plain), 875 bytes, created by
Bryan O'Sullivan
on 2007-11-02 16:25:53 UTC
(
hide
)
Description:
Bugfix
Filename:
MIME Type:
Creator:
Bryan O'Sullivan
Created:
2007-11-02 16:25:53 UTC
Size:
875 bytes
patch
obsolete
>--- i810switch.c.~1~ 2005-06-11 21:36:36.000000000 -0700 >+++ i810switch.c 2007-11-02 09:22:30.000000000 -0700 >@@ -243,7 +243,7 @@ > i810_readl(par->mmio, I830_DSPBSTRIDE)); > } > >-char *i810_chip(char **buff_ptr, int *len_ptr, FILE *pci_f, int* chiptype) >+char *i810_chip(char **buff_ptr, size_t *len_ptr, FILE *pci_f, int* chiptype) > { > int i; > char *p; >@@ -289,7 +289,7 @@ > return NULL; > } > >-unsigned long i810_addr(char **buff_ptr, int *len_ptr, FILE *pci_f) >+unsigned long i810_addr(char **buff_ptr, size_t *len_ptr, FILE *pci_f) > { > char *p; > >@@ -316,7 +316,8 @@ > { > struct i810_par par; > unsigned long addr; >- int i, crt = -1, lcd = -1, probe = 0, err = 0, count = 0, chiptype, len = 0; >+ int i, crt = -1, lcd = -1, probe = 0, err = 0, count = 0, chiptype; >+ size_t len = 0; > FILE *pci_f; > char *buff = NULL; > char lspcistr[] = CMD_LSPCI " -v -d xxxx:xxxx";
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 356151
:
242181
|
246751
| 246891