]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268640 and r268989.
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Jul 2014 00:30:55 +0000 (00:30 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Jul 2014 00:30:55 +0000 (00:30 +0000)
commit37437802e9396a0a14a5901eb47619fe448573b2
tree8a7ed58dd1bc0ba5730f3c330b7e680336d19dc7
parent173aa65ad56ce4dad959e5e55ef75e6acdf0e47d
MFC r268640 and r268989.

r268640:
Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl.  The
firmware allows up to 48B to be read this way but the driver limits
itself to 8B at a time to remain compatible with old cxgbetool
binaries.

r268989:
Add missing newline to an error message.

git-svn-id: svn://svn.freebsd.org/base/stable/10@269082 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/cxgbe/common/common.h
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/t4_main.c
sys/dev/cxgbe/t4_sge.c