Module Name: src Committed By: jmcneill Date: Sat May 12 01:31:08 UTC 2018
Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Trigger shutdown on POKLIRQ instead of POKSIRQ. POKSIRQ is triggered if POK remains low for less than IRQLEVEL. This makes it way too easy to accidentally trigger shutdown. POKLIRQ is triggered if POK hold time is greater than IRQLEVEL, which is much more reasonable for this use case. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/axppmic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.