Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/isapnp



Module Name:    src
Committed By:   uwe
Date:           Thu Oct  7 00:01:45 UTC 2021

Modified Files:
        src/sys/dev/isapnp: wss_isapnp.c

Log Message:
Fix KASSERT triggered when attaching opl at wss@isapnp.

Not really tested (no h/w), but this problem is exhibited by the
congruent code in acpi and pnpbios attachments.

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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/isapnp/wss_isapnp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index