NetBSD/sys/external
riastradh b522b62fa2 Fix return code of __wait_seqno.
MAX(ret, 0) is 0 if ret is negative, but if ret is negative we want
to return that negative value, meaning error.  Should've been
MIN(ret, 0), but I'll just rewrite it to clarify a wee bit.

If the GPU reset, call i915_gem_check_wedge and always return failure
like Linux does.  Caller must retry in that case.
2015-02-26 19:43:43 +00:00
..
bsd Fix return code of __wait_seqno. 2015-02-26 19:43:43 +00:00
isc/atheros_hal Revert troublesome ath_hal config definitions back to the original. 2014-10-14 08:17:27 +00:00