]> xenbits.xensource.com Git - freebsd.git/commit
ichsmb: defer smbus attach until interrupts are available
authoryuripv <yuripv@FreeBSD.org>
Thu, 29 Aug 2019 12:49:21 +0000 (12:49 +0000)
committeryuripv <yuripv@FreeBSD.org>
Thu, 29 Aug 2019 12:49:21 +0000 (12:49 +0000)
commitb565d34a9da768d39b3ad0ed97956f4c202100fb
tree8e219f07fed62d4880f71878a6ba62f340457abe
parentc6b24f1575bebb58348d3b21e54c1ecd8981b585
ichsmb: defer smbus attach until interrupts are available

This fixes a "timed sleep before timers are working" panic seen
while attaching jedec_dimm(4) instances too early in the boot.

Submitted by: ian
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D21452
sys/dev/ichsmb/ichsmb.c