NetBSD-Bugs archive

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

PR/58602 CVS commit: src/sys/dev/pci



The following reply was made to PR port-alpha/58602; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58602 CVS commit: src/sys/dev/pci
Date: Sat, 17 Aug 2024 14:58:51 +0000

 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.
 


Home | Main Index | Thread Index | Old Index