Module Name: src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024
Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic blocks to KASSERT()s that can be safely tested outside the lock perimeter. PR port-alpha/58602 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/cy82c693.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.