Well,

While looking in the xfree86 CVs, I've found in this file:

xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c

The function linuxPciOpenFile(PCITAG tag) open a pci device like this:

sprintf(file, "/proc/bus/pci/%02x/%02x.%1x", bus, dev, func);

If we change this to use the right synthax, this should solve the bug:

sprintf(file, "/proc/bus/pci/0000:%02x/%02x.%1x", bus, dev, func);


Well, it takes too much time on my blade100 to compile xfree, and I've some
compilation problems too. Does Someone want to try this hack?

Thanx

Vincent

Reply via email to