mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 13:22:47 +00:00
Add fix for 460gx pci scan code.
This commit is contained in:
@@ -437,7 +437,7 @@ xf86PostScan460GX(void)
|
||||
if (pPCI->funcnum > 0)
|
||||
break;
|
||||
|
||||
if ((pBusInfo = pciBusInfo[busno_460gx[i]]))
|
||||
if ((pBusInfo == pciBusInfo[busno_460gx[i]]))
|
||||
break;
|
||||
|
||||
/* Fix bus linkage */
|
||||
|
||||
Reference in New Issue
Block a user