|
Bugzilla – Full Text Bug Listing |
| Summary: | No room for fake Host-to-PCI bridge | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Schwab <schwab> |
| Component: | X.Org | Assignee: | Egbert Eich <eich> |
| Status: | RESOLVED INVALID | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | eich, rw, sndirsch |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | IA64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Xorg.0.log
Logfile of a good server (10.0) |
||
|
Description
Andreas Schwab
2005-11-11 17:20:59 UTC
Created attachment 57137 [details]
Xorg.0.log
Egbert should be able to test it. xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c: xf86PostScanZX1()
[...]
/* Add the fake bus' host bridge */
if (++idx >= MAX_PCI_DEVICES)
FatalError("HP ZX1: No room for fake Host-to-PCI bridge\n");
xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h:
[...]
#define MAX_PCI_DEVICES 128 /* Max number of devices accomodated */
I remember this value having increased from 64 to 128 in the past.
Could you figure out, what's the value of idx in your case? See the log file. $ grep -c 'PCI.*chip' Xorg.0.log 128 Created attachment 57866 [details]
Logfile of a good server (10.0)
Thanks. So the PCI devices with BusID > c0 are bogus (duplicates). I thought you had some new crazy hardware with more than 128 devices. I ddn't look closer at the Vendor/Device IDs. Egbert will take care of this. Andreas, before I drag this bug bulky thing out from underneath the table and trun it on killing my ears - can't you give me a box where I can log in and test this? Preferrably with a built tree somewhere? You should have one yourself. It happens on the HP zx2000. Andreas, please reread #10 for reason for asking. If you confirm that you have *no* zx2000 available I will try mine. Furthermore: currently I have SLES9 installed. If I need 10.1 for testing I may not be able to test this before January. I'm sorry for wasting your time, but this is actually the effect of the patch from bug 132308. I'll move this issue to the other bug. |