]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl. The
authorNavdeep Parhar <np@FreeBSD.org>
Tue, 15 Jul 2014 01:03:29 +0000 (01:03 +0000)
committerNavdeep Parhar <np@FreeBSD.org>
Tue, 15 Jul 2014 01:03:29 +0000 (01:03 +0000)
commit44eb89365998638c716535cfbd654d9ccaf53203
tree802aee85c5df238dd3008546187373d44f059e29
parentad15140ee7f4ec4908ca3a9a6d9ce618981b03eb
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.

MFC after: 1 week
sys/dev/cxgbe/common/common.h
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/t4_main.c