NetBSD-Bugs archive

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

PR/54617 CVS commit: src/sys/dev/onewire



The following reply was made to PR kern/54617; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54617 CVS commit: src/sys/dev/onewire
Date: Fri, 25 Oct 2019 16:25:15 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Oct 25 16:25:14 UTC 2019
 
 Modified Files:
 	src/sys/dev/onewire: onewire.c onewirereg.h owtemp.c
 
 Log Message:
 PR kern/54617: onewire(4):
 
  - Alter locking strategy to avoid deadlock on detach.
  - Auto bus probe chews CPU.  Increase interval from 3s to 10s.
  - Put temp sensor S/N in dev description so it can be identified.
  - Use mutex/condvar.
 
 Patch from Andrew Doran.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 src/sys/dev/onewire/onewire.c
 cvs rdiff -u -r1.3 -r1.4 src/sys/dev/onewire/onewirereg.h
 cvs rdiff -u -r1.17 -r1.18 src/sys/dev/onewire/owtemp.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