Allan Jude 11ba8488b8 iicsmb: Request the bus recursively in bread()
ipmi_ssif will `smbus_request_bus()` to do multiple smbus requests
(which requests the iicbus), and then here in `bread()` we also need to
request the bus because `bread()` takes multiple transactions.
This causes deadlock as it's waiting for the bus it already has without
`IIC_RECURSIVE`.

Sponsored by:	Ampere Computing LLC
Submitted by:	Klara Inc.
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D28742
2021-02-23 20:06:16 +00:00
..
2020-05-25 15:31:43 +00:00
2020-12-04 15:09:42 +00:00
2020-03-06 21:32:42 +00:00
2020-03-06 21:24:09 +00:00
2020-03-06 21:26:35 +00:00
2019-10-07 22:40:05 +00:00
2019-12-20 03:40:50 +00:00
2020-01-02 17:51:49 +00:00
2020-01-02 17:51:49 +00:00