Module Name: src Committed By: martin Date: Sat Apr 6 16:50:48 UTC 2013
Modified Files: src/sys/dev/ic: athn.c athnvar.h Log Message: Fix return type and value of athn_resume (true for success, not 0 for no error). Avoid endless recursion in athn_init when the device had been suspended via pmf_device_recursive_resume -> athn_resume -> athn_init. Avoid touching the hardware when the device is not fully powered up yet. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/athn.c src/sys/dev/ic/athnvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.