Source-Changes archive

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

CVS commit: src/sys/dev/isa



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