diff options
author | jhb <jhb@FreeBSD.org> | 2016-01-18 20:44:29 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-01-18 20:44:29 +0000 |
commit | 93e78d3449fcc4e034e0fe7f864ec2bf478c2098 (patch) | |
tree | 9e338fe5e8537504188fef72ba9a19ada2ee35a3 /lib/libc | |
parent | e8ea29ce3a280c52021a65c3ddffc10fd54eef8b (diff) | |
download | FreeBSD-src-93e78d3449fcc4e034e0fe7f864ec2bf478c2098.zip FreeBSD-src-93e78d3449fcc4e034e0fe7f864ec2bf478c2098.tar.gz |
MFC 292409:
It seems certain Intel GPUs use GPIO bitbanging over a child device
instead of GMBUS access for I2C transfers. The GMBUS driver falls back
to this mode when a transfer times out. However, the first transfer to
timeout was sending the request back to itself resulting in an panic due
to recursing on a lock. Fix it to forward the request on to the proper
device. This appears to have been accidentally changed in r277487.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions