NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58602 CVS commit: [netbsd-10] src/sys/dev/pci
The following reply was made to PR port-alpha/58602; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58602 CVS commit: [netbsd-10] src/sys/dev/pci
Date: Sat, 24 Aug 2024 16:32:00 +0000
Module Name: src
Committed By: martin
Date: Sat Aug 24 16:32:00 UTC 2024
Modified Files:
src/sys/dev/pci [netbsd-10]: cy82c693.c
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #809):
sys/dev/pci/cy82c693.c: revision 1.11
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.10.34.1 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.
Home |
Main Index |
Thread Index |
Old Index