Module Name: src Committed By: uwe Date: Wed Oct 6 18:41:34 UTC 2021
Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Fix KASSERT triggered when attaching opl at wss. wss has two attributes, "wss" and "audiobus", and this call didn't specify an iattr for opl to attach to. config_search_internal asserts that when no iattr is specified, the parent should only have one. The same problem probably exists for other wss attachments, as opl is not attached from wssattach, but from each wss_*_attach, so they need a similar change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/acpi/wss_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.