Index: hw/xfree86/os-support/bus/linuxPci.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c,v retrieving revision 1.7 diff -u -p -r1.7 linuxPci.c --- hw/xfree86/os-support/bus/linuxPci.c 22 Apr 2005 16:49:21 -0000 1.7 +++ hw/xfree86/os-support/bus/linuxPci.c 12 May 2005 21:25:21 -0000 @@ -657,8 +657,8 @@ xf86ReadDomainMemory(PCITAG Tag, ADDRESS bus = PCI_BUS_FROM_TAG(Tag); dev = PCI_DEV_FROM_TAG(Tag); func = PCI_FUNC_FROM_TAG(Tag); - sprintf(file, "/sys/devices/pci%04x:%02x/%04x:%02x:%02x.%1x/rom", - dom, bus, dom, bus, dev, func); + sprintf(file, "/sys/bus/pci/devices/%04x:%02x:%02x.%1x/rom", + dom, bus, dev, func); /* * If the caller wants the ROM and the sysfs rom interface exists,