]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't return an error from resume() if execution of _DIS fails for some
authorjhb <jhb@FreeBSD.org>
Sat, 27 Oct 2007 22:14:17 +0000 (22:14 +0000)
committerjhb <jhb@FreeBSD.org>
Sat, 27 Oct 2007 22:14:17 +0000 (22:14 +0000)
commit2a9cc515806c61986c713946ca9bf068bee79012
tree66ffdf160b6850b85a3b802b204a435cf8ae5f67
parent3ee3b45ab86278f68d3c2dd9cf172c46447a19ff
Don't return an error from resume() if execution of _DIS fails for some
reason (not all BIOSen have _DIS methods for all link devices for example).
This matches the behavior of attach() with respect to _DIS as well.

Submitted by: njl
sys/dev/acpica/acpi_pci_link.c