Page MenuHomeFreeBSD
Paste P118

Masterwork From Distant Lands
ActivePublic

Authored by bapt on Feb 17 2017, 5:32 PM.
Tags
None
Referenced Files
F830924: Masterwork From Distant Lands
Feb 17 2017, 5:32 PM
Subscribers
None
--- hw/xfree86/common/xf86Bus.c.orig 2017-02-17 17:28:49 UTC
+++ hw/xfree86/common/xf86Bus.c
@@ -123,7 +123,8 @@ xf86BusConfig(void)
* instance of the hardware found.
*/
for (i = 0; i < xf86NumDrivers; i++) {
- xf86CallDriverProbe(xf86DriverList[i], FALSE);
+ if (xf86CallDriverProbe(xf86DriverList[i], FALSE))
+ break;
}
/* If nothing was detected, return now */

Event Timeline

bapt changed the title of this paste from untitled to Masterwork From Distant Lands.
bapt updated the paste's language from autodetect to autodetect.