NetBSD-Bugs archive

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

PR/60735 CVS commit: src/sys/dev/isa



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60735 CVS commit: src/sys/dev/isa
Date: Sun, 20 Sep 2026 19:18:31 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Sep 20 19:18:31 UTC 2026
 
 Modified Files:
 	src/sys/dev/isa: pcppi.c
 
 Log Message:
 pcppi(4): Don't detach at shutdown.
 
 No reason was ever given for detaching this at shutdown; if there's
 some important resource to release, it can be done in a pmf hook, but
 otherwise it interferes with other functionality.
 
 PR kern/60735: BEEP_ONHALT fails on i386
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.48 -r1.49 src/sys/dev/isa/pcppi.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