Bug 10652
Summary: | alpha: Radeon PCI ROM unavailable through sysfs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Matt Turner (mattst88) |
Component: | PCI | Assignee: | Richard Henderson (rth) |
Status: | CLOSED OBSOLETE | ||
Severity: | normal | CC: | alan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | kernel config |
Description
Matt Turner
2008-05-08 15:34:11 UTC
Created attachment 16076 [details]
kernel config
I believe this bug is a symptom of the same problem as in bug 10893. Please reassign to the appropriate place. AFAIK you shouldn't need to do the "echo 1 > enable"; the X driver should take care of that for you (though maybe some versions of libpciaccess don't?). The fact that you have to read it fully before it becomes available is weird though, alpha must handle the resources required by drivers/pci/rom.c differently than other platforms... > AFAIK you shouldn't need to do the "echo 1 > enable"; the X driver should > take > care of that for you (though maybe some versions of libpciaccess don't?). > The > fact that you have to read it fully before it becomes available is weird > though, alpha must handle the resources required by drivers/pci/rom.c > differently than other platforms... Yes, it is very strange. Also, the version of X I'm using doesn't use libpciaccess (per bug 10893). Oddly enough, when I put a Radeon 9100 in, I don't experience any of these problems and don't have to jump through hoops to make X start up. It only happens on my X1550. |