Date: Tue, 3 Feb 2009 16:14:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c src/sys/dev/ipmi ipmi_smbios.c src/sys/dev/smbus smb.c Message-ID: <200902031614.n13GEotJ038465@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-03 16:14:37 UTC
FreeBSD src repository
Modified files:
sys/dev/ichsmb ichsmb.c
sys/dev/ipmi ipmi_smbios.c
sys/dev/smbus smb.c
Log:
SVN rev 188077 on 2009-02-03 16:14:37Z by jhb
- Change ichsmb(4) to follow the format of all the other smbus controllers
for slave addressing by using left-adjusted slave addresses (i.e.
xxxxxxx0b).
- Require the low bit of the slave address to always be zero in smb(4) to
help catch broken applications.
- Adjust some code in the IPMI driver to not convert the slave address for
SSIF to a right-adjusted address. I (or possibly ambrisko@) added this in
the past to (unknowingly) work around the bug in ichsmb(4).
Submitted by: Andriy Gapon <avg of icyb.net.ua> (1,2)
MFC after: 1 month
Revision Changes Path
1.20 +10 -10 src/sys/dev/ichsmb/ichsmb.c
1.5 +2 -2 src/sys/dev/ipmi/ipmi_smbios.c
1.40 +4 -0 src/sys/dev/smbus/smb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031614.n13GEotJ038465>
