diff -urN xorg-server-9999.org/hw/xfree86/os-support/bus/linuxPci.c xorg-server-9999/hw/xfree86/os-support/bus/linuxPci.c --- xorg-server-9999.org/hw/xfree86/os-support/bus/linuxPci.c 2006-07-11 01:37:53.000000000 +0200 +++ xorg-server-9999/hw/xfree86/os-support/bus/linuxPci.c 2006-07-11 09:44:37.280701645 +0200 @@ -136,7 +136,7 @@ int bus, dev, func; char file[64]; struct stat ignored; - static int is26 = -1; + static int is26 = 0; bus = PCI_BUS_FROM_TAG(tag); dev = PCI_DEV_FROM_TAG(tag);