freebsd-dev/sys/dev/smbus
Andriy Gapon f43618f59f smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented
Previously, those ioctls were defined as 'in' only, so rdata.byte and
rdata.word were never updated in the userland.  The read data went only
to rbuf if it was provided.  Thus, consumers were forced to always use it.

Now the ioctls are marked as in-out.
Compatibility handlers are provided for old ioctls.

PR:		213481
Reported by:	Lewis Donzis <lew@perftech.com>
MFC after:	2 weeks
Relnotes:	maybe
Differential Revision: https://reviews.freebsd.org/D8430
2016-11-11 14:41:02 +00:00
..
smb.c smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented 2016-11-11 14:41:02 +00:00
smb.h smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented 2016-11-11 14:41:02 +00:00
smbconf.c
smbconf.h smbus: remove smbus_trans / SMB_TRANS 2016-11-03 07:40:52 +00:00
smbus_if.m smbus: remove smbus_trans / SMB_TRANS 2016-11-03 07:40:52 +00:00
smbus.c smbus: remove the potentially very dangerous slave probing code 2016-11-02 17:07:18 +00:00
smbus.h