Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/dev/isa



Module Name:    src
Committed By:   bouyer
Date:           Sat Jun 18 16:24:10 UTC 2011

Modified Files:
        src/sys/dev/isa [netbsd-5]: pcppi.c pcppivar.h

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1625):
        sys/dev/isa/pcppivar.h: revision 1.10
        sys/dev/isa/pcppi.c: revision 1.36
convert a lockless + spltty() combo to a IPL_VM mutex and cv.
hopefully this will avoid the beep-didn't-stop problem i had recently
that i was able to fix by calling wakeup() on pcppi's softc from ddb.


To generate a diff of this commit:
cvs rdiff -u -r1.32.14.1 -r1.32.14.2 src/sys/dev/isa/pcppi.c
cvs rdiff -u -r1.9 -r1.9.14.1 src/sys/dev/isa/pcppivar.h

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