Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/pnpbios
Module Name: src
Committed By: uwe
Date: Wed Oct 6 23:58:49 UTC 2021
Modified Files:
src/sys/arch/i386/pnpbios: wss_pnpbios.c
Log Message:
Fix KASSERT triggered when attaching opl at wss@pnpbios
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.24 -r1.25 src/sys/arch/i386/pnpbios/wss_pnpbios.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