Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167052 | Differences between
and this patch

Collapse All | Expand All

(-)xorg-server-1.3.0.0/hw/xfree86/os-support/bus/linuxPci.c (-1 / +1 lines)
Lines 148-154 Link Here
148
	int		domain, bus, dev, func;
148
	int		domain, bus, dev, func;
149
	char		file[64];
149
	char		file[64];
150
	struct stat	ignored;
150
	struct stat	ignored;
151
	static int is26 = -1;
151
	static int is26 = 0;
152
152
153
	domain = PCI_DOM_FROM_TAG(tag);
153
	domain = PCI_DOM_FROM_TAG(tag);
154
	bus  = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag));
154
	bus  = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag));

Return to bug 167052