View | Details | Raw Unified | Return to bug 197572
Collapse All | Expand All

(-)linuxPci.c (-3 / +1 lines)
Lines 517-525 Link Here
517
517
518
	xf86InitVidMem();
518
	xf86InitVidMem();
519
519
520
	pPCI = xf86GetPciHostConfigFromTag(Tag);
520
	if (((fd = linuxPciOpenFile(Tag ,FALSE)) < 0) ||
521
522
	if (((fd = linuxPciOpenFile(pPCI ? pPCI->tag : 0,FALSE)) < 0) ||
523
	    (ioctl(fd, mmap_ioctl, 0) < 0))
521
	    (ioctl(fd, mmap_ioctl, 0) < 0))
524
	    break;
522
	    break;
525
523

Return to bug 197572